|
From: W.J.M. N. <Wim...@nl...> - 2011-08-11 14:18:32
|
hello, > Is there any way either through using the Transforms file or the > Thresholds file that I can set my severity to red if the returned string > from an OID is not equal to a fixed string value. > > > To elaborate a little, I am looking at monitoring an IBM XIV storage > device via SNMP and Devmon. > > I have the oid .1.3.6.1.4.1.2021.77.1.1.1.1.0 for which I currently get > the value "Full Redundancy". This is an acceptable value. > I've not tested it, but you might try "^(?!Full Redundancy)" (without the "-s). It does match if the begin-of-line is not followed by "Full Redundancy". HTH, Wim Nelis. ******************************************************************************************************* The NLR disclaimer (http://www.nlr.nl/emaildisclaimer) is valid for NLR e-mail messages. ******************************************************************************************************* |