specify critical range for check_snmp script
Posted: Tue Feb 19, 2013 12:14 pm
Hi, we are really confused to to implement a range for critical condition. All we want is only critical if the received value is 2.
Couldn't get it done using the Nagios document.
Range definition Generate an alert if x...
10 < 0 or > 10, (outside the range of {0 .. 10})
10: < 10, (outside {10 .. ∞})
~:10 > 10, (outside the range of {-∞ .. 10})
10:20 < 10 or > 20, (outside the range of {10 .. 20})
@10:20 ≥ 10 and ≤ 20, (inside the range of {10 .. 20})
20:10 Inclusive of 10 to 20
Thanks
Tom
Couldn't get it done using the Nagios document.
Range definition Generate an alert if x...
10 < 0 or > 10, (outside the range of {0 .. 10})
10: < 10, (outside {10 .. ∞})
~:10 > 10, (outside the range of {-∞ .. 10})
10:20 < 10 or > 20, (outside the range of {10 .. 20})
@10:20 ≥ 10 and ≤ 20, (inside the range of {10 .. 20})
20:10 Inclusive of 10 to 20
Thanks
Tom