hi there
we testing via snmp the temperature from our server.
we use snmp string : 1.3.6.1.4.1.24681.1.2.5.0
most of them are OK but our NAS has a specific reply
the reply of the NAS is : 42 C/105 F
what we want is ONLY the first 2 digits
is there a way to strip the first 2 chars off the reply
the reply we want to see is : 42
we tested around with : tune up Reply value but did not succeed
can you please help us with this.
many many thanks
Menno
stripping reply message
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
For Tune up Reply value option, you may use the following expression:
["%SuggestedReply%" getword 1]
For "Use Warning status if" field (for Bad alert triggering), expression may look like the following:
('%SuggestedReply%' getword 1) > 50
Please check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
["%SuggestedReply%" getword 1]
For "Use Warning status if" field (for Bad alert triggering), expression may look like the following:
('%SuggestedReply%' getword 1) > 50
Please check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: