All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
I have a SNMP test that returns a simple integer value.
Currently I have it set to Alert when "is <> from 3". The return value can be anything from 0 to 100.
But now I need to change this to also include the value 1.
Something like "is <> from 3 and is <> from 1".
I can´t figure out how to do this. Is this possible to achieve somehow?
"Bad" status cannot be set using expression.
However you may set "Warning" status. It behaves like Bad status if "Treat Warning as Bad" option is enabled.
You may enable "Use Warning status if" option with expression like the following:
('%SuggestedReply%'<>'1') AND ('%SuggestedReply%'<>'3')
Please note, "Use Warning status if" option is located on "Test properties" dialog and can be hidden.
Just press small [+] icon above "Help" button to show "Optional status processing" options.