Action on unknown events

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
Flashback
Posts: 37
Joined: Sun Oct 27, 2002 6:00 pm
Contact:

Post by Flashback »

I know there is the feature to "Treat unknown status as bad". Rather than have the actions treat it as a known bad, would it be possible to be able to specify a seperate set of actions for tests that return an unknown status?
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Rather will be improved HMScript. In this case HM will be able to execute your script like:
if (%Reply%>"40%") StartAction("sound");
if (%Reply%>"70%") StartAction("mail to admin");
if (%Reply%>"80%") StartAction("page admin");

Regards
Alex
Locked