We're using hostmonitor to check the temperature of our server room and have configured it to send SMS messages to our two network admins if the temperature exceeds our limits. We're finding that we can get a message to any one admin, but not to both.
I suspect that all the alert actions are being fired off at the same time which means our scripts to send SMS messages are going to be fighting for control of the same resources with the result that one of the two fails. Can anyone confirm whether this is the case?
If so, I can adjust our scripts to allow for this, but it would be nice to see an option in hostmonitor to choose synchronous / asynchronous processing of alert actions.
Ross
Alert with multiple SMS recipients - intermittent results
What alert method do you use to send SMS? "Execute external program"? Then yes, HostMonitor may start both actions at the same time.
Probably your script may accept list of recipients instead of single number? In this case you will be able to use single action.
Regards
Alex
Probably your script may accept list of recipients instead of single number? In this case you will be able to use single action.
H'm.. synchronous mode has one significant disadvantage - HostMonitor should stop checking other tests because other tests may trigger the same actions...but it would be nice to see an option in hostmonitor to choose synchronous / asynchronous processing of alert actions.
Regards
Alex