From: Stewart, T. L. <Tom...@la...> - 2007-10-09 20:39:14
|
Hello, I just installed Devmon and the templates (latest version?) to integrate with our Hobbit server and everything is working great except for the alarming. The update to Hobbit is working perfect and I am even getting the counters into rrd for graphing. This tool is very nice !!! Hopefully, someone has come across this before and knows what the answer is. Thank you, Tom Here are in the files. Under /templates/cisco-7206/if_load/ bash-3.00$ cat exceptions ifName : alarm : Se.+|Fa.+ ifName : ignore : Nu.+|Vl.+ bash-3.00$ cat message <b>Interface error rates:</b> Input load: yellow=3D{ifInLoad.thresh:yellow}%, red=3D{ifInLoad.thresh:red}% Output load: yellow=3D{ifOutLoad.thresh:yellow}%, red=3D{ifOutLoad.thresh:red}% TABLE:rrd(DS:ds0:ifInOctets:COUNTER; DS:ds1:ifOutOctets:COUNTER) Ifc name|Ifc Speed|Rate in (load %)|Rate out (load %) {ifName}{ifAliasBox}|{ifSpeed}|{ifInLoad.color}{ifInSpeed} ({ifInLoad}%){ifInLoad.errors}|{ifOutLoad.color}{ifOutSpeed} ({ifOutLoad}%){ifOutLoad.errors} Note: I also tried using thresholds without the numeric > sign. bash-3.00$ cat thresholds ifInLoad : yellow : >50 : {ifName}{ifAliasBox} load is high ifInLoad : red : >75 : {ifName}{ifAliasBox} load is very high ifOutLoad : yellow : >50 : {ifName}{ifAliasBox} load is high ifOutLoad : red : >75 : {ifName}{ifAliasBox} load is very high |