Tim:
You're on the right track, but the expressions can only test a single-ended
condition. For example, this statement:
critical: ${mdmBerInt} >= 10 "Bit Error Rate very high"
should be read "Set this device's status to critical when the variable
${mdmBerInt} is greater or equal to 10". You should also place the most serious
condition at the top of the list, because InterMapper stops scanning when one of
the expressions is true. If it gets to the bottom of the list without a match,
then it sets the device to OK (Green).
So the full example should be:
--- You wrote:
<snmp-device-thresholds>
critical: ${mdmBerInt} >= 10 "Bit Error Rate very high"
alarm: ${mdmBerInt} >= 2 "Bit Error Rate moderately high"
warning: ${mdmBerInt} > 0 "Bit Error Rate slightly high"
</snmp-device-thresholds>
--- end of quote ---
Please get back to me if you have further questions. Thanks.
Rich Brown [EMAIL PROTECTED]
Dartware, LLC http://www.dartware.com
10 Buck Road, PO Box 130 Telephone: 603-643-9600
Hanover, NH 03755-0130 USA Fax: 603-643-2289
____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]