From: Stewart, T. L. <Tom...@la...> - 2008-04-30 15:02:43
|
I have a system that I can pull the limit parameters for testing (something like a load percentage or high/medium limit. My example would be like this (a percentage), but could also be used to just evaluate against a high number or low number. In oids item2: oidnumber : leaf item3: oidnumber : leaf somelimit: oidnumber : leaf In transforms someitem : MATH : ({item2} / {item3}) x 100 In thresholds... someitem : red " >={somelimit} : Limit exceeds xxx This way I could allow the owner of the system to change the "somelimit" on their system to present to snmp and I would not have to hardcode the values within the thresholds file in Devmon. Many thanks for considering. Tom |