Hi,
I'm monitoring Juniper SRX100 routers. I'd like to have alerting for the LED status of theses devices. The LEd can be Green, Yellow or Red.I know how to pool the status, witch is a numeric value for Yellow and an other for Red. So for Green condition, no alarm I get :
jnxYellowAlarmState.0 = 2
jnxRedAlarmState.0 = 2
If problem occur on the device, the values change to 3 (Looks like 0 or 1 have meaning).
I'd like to get, in the interface, not by a notification, a way to "see" the "3" value as an alarm or a warning, (when, by filtering only Alarms or Warning). In a perfect way, a warning condition raised for "3" in the Yellow counter and an alarm one for "3" in the Red counter.
Add comment