|
From: Stef C. <ste...@do...> - 2010-03-10 09:29:14
|
Hi,
I'm making a template for a brocade SAN switch. I can monitor the sensors,
but I want to skip some absent sensors.
I tried to define a clear message for the absent sensons in the thresholds
files. But this causes the check to be dropped by devmon. I was hoping that I
was able to put a clear bullet next to the absent sensors.
I also tried to define an exception rules, but this is ignored by devmon.
Stef
oids
sensorType : .1.3.6.1.4.1.1588.2.1.1.1.1.22.1.2 : branch
sensorStatus : .1.3.6.1.4.1.1588.2.1.1.1.1.22.1.3 : branch
sensorValue : .1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4 : branch
sensorMessage : .1.3.6.1.4.1.1588.2.1.1.1.1.22.1.5 : branch
exceptions
sensorStatus : ignore : 6
transforms
sensorStatus2 : SWITCH : {sensorStatus} 1 = unknown , 2 = faulty , 3 =
below-min , 4 = nominal , 5 = above-max , 6 = absent
thresholds
sensorStatus2 : red : faulty, below-min, above-max, offline : Errors detected
sensorStatus2 : clear : absent
sensorStatus2 : green : online, nominal : No errors detected
message
TABLE:
Sensor status | Sensor message | Sensor value
{sensorStatus2.color} {sensorStatus2}|{sensorMessage}|{sensorValue}
|