Small problem when I follow the description here
http://www.ks-soft.net/hostmon.eng/news.htm
I created a SNMP load test using what you described
Code: Select all
enable "Treat Warning status as Bad" option
enable "Use Warning" status" option and provide ('%SuggestedSimpleStatus%'=='DOWN') and (%SuggestedRecurrences%<4) expression
enable "Use Normal status" option and use expression like ('%SuggestedSimpleStatus%'=='DOWN') and (('%Status%'=='Ok') or ('%LastStatus%'=='Ok'))
OK - Normal - Normal - Warning - Warning - Warning - Bad
The description is:
Please change that in the docu.E.g. you may configure HostMonitor to use Normal status for 1st and 2nd failed probes, use Warning status for 3rd and 4th failed probes and set Bad status starting from 5th failed check
Many thanks
Juegren