|
From: <buc...@us...> - 2011-01-22 22:14:16
|
Revision: 197
http://devmon.svn.sourceforge.net/devmon/?rev=197&view=rev
Author: buchanmilne
Date: 2011-01-22 22:14:10 +0000 (Sat, 22 Jan 2011)
Log Message:
-----------
Fixes to cisco-2811 template (from #3098352)
Modified Paths:
--------------
trunk/templates/cisco-2811/cpu/message
trunk/templates/cisco-2811/cpu/oids
trunk/templates/cisco-2811/cpu/thresholds
trunk/templates/cisco-2811/if_dsc/oids
trunk/templates/cisco-2811/if_err/oids
trunk/templates/cisco-2811/if_load/oids
trunk/templates/cisco-2811/if_stat/exceptions
trunk/templates/cisco-2811/if_stat/oids
trunk/templates/cisco-2811/specs
Modified: trunk/templates/cisco-2811/cpu/message
===================================================================
--- trunk/templates/cisco-2811/cpu/message 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/cpu/message 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,5 +1,10 @@
{sysUpTimeSecs.color}: Up for {UpTimeTxt}
+{sysUpTimeSecs.color}: Last reboot due to {sysReloadReason}
+{CPUTotal5Min.color}: CPU usage: {CPUTotal5Min}%
System description:
{sysDescr}
+<!--
+<br>CPU 5 min average: {CPUTotal5Min}
+-->
Modified: trunk/templates/cisco-2811/cpu/oids
===================================================================
--- trunk/templates/cisco-2811/cpu/oids 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/cpu/oids 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,2 +1,5 @@
+
sysDescr : .1.3.6.1.2.1.1.1.0 : leaf
+sysReloadReason : .1.3.6.1.4.1.9.2.1.2.0 : leaf
sysUpTime : .1.3.6.1.2.1.1.3.0 : leaf
+CPUTotal5Min : .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 : leaf
Modified: trunk/templates/cisco-2811/cpu/thresholds
===================================================================
--- trunk/templates/cisco-2811/cpu/thresholds 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/cpu/thresholds 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,3 +1,8 @@
+
+CPUTotal5Min : red : >60 : CPU utilization is very high: {CPUTotal5Min}%
+CPUTotal5Min : yellow : >40 : CPU utilization is high: {CPUTotal5Min}%
+CPUTotal5Min : green : : CPU utilization is nominal: {CPUTotal5Min}%
+
sysUpTimeSecs : red : <600 : Device rebooted recently. System uptime: {UpTimeTxt}
sysUpTimeSecs : yellow : <5000 : Device rebooted recently. System uptime: {UpTimeTxt}
sysUpTimeSecs : green : : System uptime: {UpTimeTxt}
Modified: trunk/templates/cisco-2811/if_dsc/oids
===================================================================
--- trunk/templates/cisco-2811/if_dsc/oids 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/if_dsc/oids 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,4 +1,5 @@
-ifName : .1.3.6.1.2.1.2.2.1.2 : branch
+ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch
+ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch
ifSpeed : .1.3.6.1.2.1.2.2.1.5 : branch
ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch
ifInDiscards : .1.3.6.1.2.1.2.2.1.13 : branch
Modified: trunk/templates/cisco-2811/if_err/oids
===================================================================
--- trunk/templates/cisco-2811/if_err/oids 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/if_err/oids 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,4 +1,5 @@
-ifName : .1.3.6.1.2.1.2.2.1.2.1 : branch
+ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch
+ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch
ifSpeed : .1.3.6.1.2.1.2.2.1.5 : branch
ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch
ifInErrors : .1.3.6.1.2.1.2.2.1.14 : branch
Modified: trunk/templates/cisco-2811/if_load/oids
===================================================================
--- trunk/templates/cisco-2811/if_load/oids 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/if_load/oids 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,4 +1,5 @@
-ifName : .1.3.6.1.2.1.2.2.1.10 : branch
+ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch
+ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch
ifBps : .1.3.6.1.2.1.2.2.1.5 : branch
ifInOctets : .1.3.6.1.2.1.2.2.1.10 : branch
ifOutOctets : .1.3.6.1.2.1.2.2.1.16 : branch
Modified: trunk/templates/cisco-2811/if_stat/exceptions
===================================================================
--- trunk/templates/cisco-2811/if_stat/exceptions 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/if_stat/exceptions 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,2 +1,2 @@
-ifName : alarm : Gi.+
+ifName : alarm : .+
ifName : ignore : Nu.+|Vl.+
Modified: trunk/templates/cisco-2811/if_stat/oids
===================================================================
--- trunk/templates/cisco-2811/if_stat/oids 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/if_stat/oids 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,4 +1,5 @@
-ifName : .1.3.6.1.2.1.2.2.1.10 : branch
+ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch
+ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch
ifBps : .1.3.6.1.2.1.2.2.1.5 : branch
ifAdminStatNum : .1.3.6.1.2.1.2.2.1.7 : branch
ifOperStatNum : .1.3.6.1.2.1.2.2.1.8 : branch
Modified: trunk/templates/cisco-2811/specs
===================================================================
--- trunk/templates/cisco-2811/specs 2011-01-22 22:07:16 UTC (rev 196)
+++ trunk/templates/cisco-2811/specs 2011-01-22 22:14:10 UTC (rev 197)
@@ -1,4 +1,4 @@
vendor : cisco
model : 2811
snmpver : 2
-sysdesc : C2800NM-ADVIPSERVICESK9-M
+sysdesc : C2811
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|