hello
I'm working on template for jitter/rtd on cisco devices. Everythings is ok but ... I just want to set alarm on sla group 10 so I put in the exception file :
exceptions
rtdname : ignore : ^$
rtid : alarm : ^10$
iy's working but I get graphs only on rtid 10 and not on all value. Is that normal ? How can I get all graphs ?
thx
btw here all the files :
exceptions
rtdname : ignore : ^$
rtid : alarm : ^10$
cat message
<b>RTD Monitoring</b>
RTD time: yellow={rtdav.thresh:yellow}ms, red={rtdav.thresh:red}ms
TABLE:rrd(DS:ds0:rtdav:GAUGE)
Sla group|RTD name |Average|Min|Max
{rtdid} |{rtdname}|{rtdav}|{rtdmin}|{rtdmax}
oids
rtdname : .1.3.6.1.4.1.9.9.42.1.2.1.1.3 : branch
rtdcount : .1.3.6.1.4.1.9.9.42.1.5.2.1.1 : branch
rtdsum : .1.3.6.1.4.1.9.9.42.1.5.2.1.2 : branch
rtdmin : .1.3.6.1.4.1.9.9.42.1.5.2.1.4 : branch
rtdmax : .1.3.6.1.4.1.9.9.42.1.5.2.1.5 : branch
thresholds
rtdav : yellow : >15 : {rtdname} rtd is high
rtdav : red : >30 : {rtdname} rtd is very high
transforms
rtdav : MATH : {rtdsum} / {rtdcount} : 0
rtdid : INDEX : {rtdname}
|