I have an action set up, whereby if one of my hosts doesn't respond to ping requests for 5 minutes, it executes a custom script.
Is there an option to say that, if calling that script fails, do something else...or, if the script returns an exit code / another value, do something else...
I really need to know if that script fails to execute, and short of having another step say 5 minutes after the script is called, I can't see any other way round it.
Thanks in advance...
Is there an option to say that, if calling that script fails, do something else...or, if the script returns an exit code / another value, do something else...
I really need to know if that script fails to execute, and short of having another step say 5 minutes after the script is called, I can't see any other way round it.
Thanks in advance...
Comment