Hello,
I have setup an SNMP test that basically returns the globalSystemStatus value from the Dell Storage Management MIB. I want the application to not alert if it contains the value 3 or 4.
So at present I have it setup like:
Alert when OID 1.3.6.1.4.1.674.10893.1.20.2
doesn't contain 3
I have tried various combinations to try and put more than one value into the field, but it doesn't seem to work. Can anyone let me know if it is possible to put more than one value into the field and what the syntax is.
Many thanks.
Test properties - more than one value for doesn't contain?
-
- Posts: 14
- Joined: Mon Aug 16, 2010 8:42 am
-
- Posts: 14
- Joined: Mon Aug 16, 2010 8:42 am
Thanks for your reply Alex. I have tried what you said, but I am getting a warning message:
Unknown operator: "100=3" in expression: 100=3
It take it that this means that the expression incorrect?
Cheers.
Unknown operator: "100=3" in expression: 100=3
It take it that this means that the expression incorrect?
Cheers.
KS-Soft wrote:You may use the following options
- Alert when OID 1.3.6.1.4.1.674.10893.1.20.2 is > than 4
- Use Normal status if %SuggestedReply%=3
"Use Normal status" option located in Test Properties dialog below "Reverse alert" option.
Regards
Alex