Process Event Handler Result
-
Is it possible (or could it be added in an update) to get the result of a script that the process event handler runs?
Basically I'd just like to know if script returned 0 (success) or non-zero (failure) and get either of those as events that will show up in the events log and that I could then attach an email event handler to. -
Hi Cmason
This may be possible by using the Log4j data source.
Non-empty standard output from the process will be written to the Mango log at an "information" level. Non-empty error output will be written to the Mango log at an "error" level.
you could create a log4j point on both those levels with a regex matching your standard output. Then put an event handler on the point.