SOURCES: nagios-snmp-plugins.cfg - leave USERx macros use up to service config

glen glen at pld-linux.org
Sun Oct 5 02:24:25 CEST 2008


Author: glen                         Date: Sun Oct  5 00:24:25 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- leave USERx macros use up to service config

---- Files affected:
SOURCES:
   nagios-snmp-plugins.cfg (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/nagios-snmp-plugins.cfg
diff -u SOURCES/nagios-snmp-plugins.cfg:1.2 SOURCES/nagios-snmp-plugins.cfg:1.3
--- SOURCES/nagios-snmp-plugins.cfg:1.2	Mon Aug 27 08:43:15 2007
+++ SOURCES/nagios-snmp-plugins.cfg	Sun Oct  5 02:24:19 2008
@@ -1,13 +1,13 @@
+# vim:ft=nagios
 
 # check for disk with nagios-snmp-plugins
-# $USER5$ is used for SNMP v1 community string
 define command {
-    command_name    check_snmp_disk
-    command_line    @plugindir@/check_snmp_disk -H $HOSTADDRESS$ -C $USER5$
+	command_name	check_snmp_disk
+	command_line	@plugindir@/check_snmp_disk -H $HOSTADDRESS$ $ARG1$
 }
 
 # check via SNMP 'proc' directives
 define command {
-    command_name    check_snmp_proc
-    command_line    @plugindir@/check_snmp_proc -H $HOSTADDRESS$ -C $USER5$
+	command_name	check_snmp_proc
+	command_line	@plugindir@/check_snmp_proc -H $HOSTADDRESS$ $ARG1$
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nagios-snmp-plugins.cfg?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list