SOURCES: check_snmp_load.cfg - fix path

glen glen at pld-linux.org
Tue Feb 14 14:40:35 CET 2006


Author: glen                         Date: Tue Feb 14 13:40:35 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix path

---- Files affected:
SOURCES:
   check_snmp_load.cfg (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/check_snmp_load.cfg
diff -u SOURCES/check_snmp_load.cfg:1.3 SOURCES/check_snmp_load.cfg:1.4
--- SOURCES/check_snmp_load.cfg:1.3	Tue Feb 14 14:37:03 2006
+++ SOURCES/check_snmp_load.cfg	Tue Feb 14 14:40:30 2006
@@ -3,7 +3,7 @@
 # ARGS: Community, warning x3, critical x3
 define command {
 	command_name		check_snmp_load_linux
-	command_line		$USER1$/check_snmp_load.pl -H $HOSTADDRESS$ -C $ARG1$ -T netsl -w $ARG2$ -c $ARG3$
+	command_line		$USER1$/check_snmp_load -H $HOSTADDRESS$ -C $ARG1$ -T netsl -w $ARG2$ -c $ARG3$
 }
 
 define service {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/check_snmp_load.cfg?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list