Hi,
Â
I’m trying to set up a configuration to trigger some recovery actions when I detect that my primary site has failed. This detection relies on multiple service monitors such as loss of communication directly with the site and loss of communication with the primary site from 3rd and 4th locations. Â In addition, the recovery action can only be performed when certain conditions apply (which in practice can be thought of as additional service monitors).
Â
Is there a way to run a custom action script when a set of conditions are satisfied (e.g. a list of metrics are critical, or have specific values).
Â
If this is not possible to set up in the web interface, is it perhaps possible to poll these values from the action script? That case I can simply execute the script whenever one of the relevant parameters change and then manually check if the remaining premises satisfy the conditions.
Â
Thanks.P