Title: [opsview] [11630] Remove the quoting for the SNMP macros as this is done automatically by Opsview::HostBase::expand_host_macros
Revision
11630
Author
tvoon
Date
2013-03-01 04:31:59 +0000 (Fri, 01 Mar 2013)

Log Message

Remove the quoting for the SNMP macros as this is done automatically by Opsview::HostBase::expand_host_macros

Modified Paths

Modified: trunk/opsview-core/import/opspacks_source/snmp-mib-ii/config.json
===================================================================
--- trunk/opsview-core/import/opspacks_source/snmp-mib-ii/config.json	2013-03-01 04:05:53 UTC (rev 11629)
+++ trunk/opsview-core/import/opspacks_source/snmp-mib-ii/config.json	2013-03-01 04:31:59 UTC (rev 11630)
@@ -388,7 +388,7 @@
       },
       {
          "alert_from_failure" : "1",
-         "args" : "-H '$HOSTADDRESS$' -T '$HOSTNAME$' -C '$SNMP_COMMUNITY$' -v '$SNMP_VERSION$' -U '$SNMPV3_AUTHUSERNAME$' -P '$SNMPV3_AUTHPASSWORD$' -a '$SNMPV3_AUTHPROTOCOL$' -x '$SNMPV3_PRIVPASSWORD$' -e '$SNMPV3_PRIVPROTOCOL$' --cascade",
+         "args" : "-H $HOSTADDRESS$ -T $HOSTNAME$ -C $SNMP_COMMUNITY$ -v $SNMP_VERSION$ -U $SNMPV3_AUTHUSERNAME$ -P $SNMPV3_AUTHPASSWORD$ -a $SNMPV3_AUTHPROTOCOL$ -x $SNMPV3_PRIVPASSWORD$ -e $SNMPV3_PRIVPROTOCOL$ --cascade",
          "attribute" : null,
          "calculate_rate" : "",
          "cascaded_from" : null,

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

Reply via email to