|
From: Patrick N. <pn...@gm...> - 2010-03-10 12:48:07
|
I'd be interested in the template when you get it squared away.
On Wed, Mar 10, 2010 at 4:05 AM, Stef Coene <ste...@do...> wrote:
> 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}
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Devmon-support mailing list
> Dev...@li...
> https://lists.sourceforge.net/lists/listinfo/devmon-support
>
|