Xymon Mailing List Archive search

[devmon] Problem with thresholds - Use of uninitialized value in numeric gt

list Martijn Moret
Fri, 20 Jul 2007 20:38:22 +0200 (CEST)
Message-Id: <user-b057fdc3eab9@xymon.invalid>

On Fri, 2007-07-20 at 19:03 +0200, Martijn Moret wrote:
Hi,

I'm trying to write a template for the Brocade silkworm 3900/4100.

All is going well, except for the thresholds.

Here is my config:
Example for the fans:
oids
FanDescr        : .1.3.6.1.4.1.1588.2.1.1.1.10.3.1.4.2  : branch
FanState        : .1.3.6.1.4.1.1588.2.1.1.1.10.3.1.5.2  : branch

message
TABLE:
Fan location|Fan state
{FanDescr}|{FanState.color}{FanState}

threshold
FanState        : red   : 3200 : High rpm
This should be   >3200

Trent
The documentation states thats the default behaviour is 'greater than'.

I think I found the problem: The snmp branch does not start with .1 but .2
I will look in the Brocade MIB some more....
Martijn