SVN: nagios-config/trunk/checkcommands.cfg

glen glen at pld-linux.org
Mon Dec 17 21:12:55 CET 2007


Author: glen
Date: Mon Dec 17 21:12:55 2007
New Revision: 9146

Modified:
   nagios-config/trunk/checkcommands.cfg
Log:
- no -s in check_local_procs as it is not used

Modified: nagios-config/trunk/checkcommands.cfg
==============================================================================
--- nagios-config/trunk/checkcommands.cfg	(original)
+++ nagios-config/trunk/checkcommands.cfg	Mon Dec 17 21:12:55 2007
@@ -1,6 +1,6 @@
 ################################################################################
 # Object config file for Nagios
-# $Id: $
+# $Id$
 #
 ################################################################################
 
@@ -164,7 +164,7 @@
 # Command to check the number of running processing on the local machine
 define command {
 	command_name	check_local_procs
-	command_line	$USER1$/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
+	command_line	$USER1$/check_procs -w $ARG1$ -c $ARG2$
 }
 
 # Command to check the load on the local machine


More information about the pld-cvs-commit mailing list