Title: [opsview] [11853] Fixed wrong snmp-version in check_snmp_ifstatus
Revision
11853
Author
tvoon
Date
2013-03-19 01:19:07 +0000 (Tue, 19 Mar 2013)

Log Message

Fixed wrong snmp-version in check_snmp_ifstatus

Modified Paths


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2013-03-18 17:50:41 UTC (rev 11852)
+++ trunk/CHANGES	2013-03-19 01:19:07 UTC (rev 11853)
@@ -16,6 +16,7 @@
     FIXES:
     Fixed iOS host notifications not showing correct detail
     Fixed validation so that spaces are not allowed at beginning of service check names
+    Fixed check_snmp_ifstatus as wrong snmp-version specified
 
 3.20130304
     ENHANCEMENTS:

Modified: trunk/opsview-core/nagios-plugins/check_snmp_ifstatus
===================================================================
--- trunk/opsview-core/nagios-plugins/check_snmp_ifstatus	2013-03-18 17:50:41 UTC (rev 11852)
+++ trunk/opsview-core/nagios-plugins/check_snmp_ifstatus	2013-03-19 01:19:07 UTC (rev 11853)
@@ -34,7 +34,7 @@
     version   => "3.1",
     blurb     => "Monitors status of specific Ethernet interface.",
     snmp      => {
-        "snmp-version" => 2,
+        "snmp-version" => "2c",
         "snmp-timeout" => 2,
         "v1-fallback"  => 1,
     },

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to