From: Buchan M. <bg...@st...> - 2009-12-09 07:51:50
|
On Tuesday, 8 December 2009 16:19:36 Guðmundur Örn Ingvarsson wrote: > Nope > > Try something like this > > Given your oids file has the following > ifBps : .1.3.6.1.2.1.2.2.1.5 : branch > ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch > > Your transforms file would have this > ifInBps : MATH : {ifInOps} x 8cat oi > ifInLoad : MATH : ({ifInBps} / {ifBps}) x 100 > > In your thresholds file you would have this > ifInLoad : green : <80 : {ifName} load is normal > ifInLoad : yellow : >79 : {ifName} load is high > ifInLoad : red : >89 : {ifName} load is very high > > Not sure what r:10 and y:9 stands for in your case but the above is how > it's normally done You don't need to edit templates to apply device-specific thresholds ... |