How might I have an alert action script fail the event if the script exits with a fail?
In this example the script simply fails with exit code 1 yet the alert event is still happily reporting that the execute program executed successfully
I am looking for the same thing as bluefunelemental. I want to force an "action has failed" event when my script is not able to complete what I want it to. Is there any way to do so?
Haven't tested but think it's still broken.
Crazy workaround- if you are using custom script- have that error to the windows event log then pick that up critical errors as failures on a windows event monitor on the main poller. Not great.
Maybe use the script to write an alert note that the action failed- event worse :-(