]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- no -s in check_local_procs as it is not used 20071217
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Dec 2007 20:12:55 +0000 (20:12 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Dec 2007 20:12:55 +0000 (20:12 +0000)
svn-id: @9146

checkcommands.cfg

index 036921837a92258e5c43a76fbe07c77c1c826089..1107ab9176ea775988aa216c99585af8872df4f8 100644 (file)
@@ -1,6 +1,6 @@
 ################################################################################
 # Object config file for Nagios
-# $Id$
+# $Id$
 #
 ################################################################################
 
@@ -164,7 +164,7 @@ define command {
 # 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
This page took 0.180556 seconds and 4 git commands to generate.