]> git.pld-linux.org Git - packages/nagios-nrpe.git/blobdiff - commands.cfg
fix plugins path, and do not enable them by default (as before)
[packages/nagios-nrpe.git] / commands.cfg
index da828ea53670e6efb8703cbbd8ed57344dada19f..4ff6c62bc2e7039b921e348ce6fdb9407c758eab 100644 (file)
 
 # The following examples use hardcoded command arguments...
 
-command[check_users]=@pluginsdir@/check_users -w 5 -c 10
-command[check_load]=@pluginsdir@/check_load -w 15,10,5 -c 30,25,20
-command[check_hda1]=@pluginsdir@/check_disk -w 20% -c 10% -p /dev/hda1
-command[check_zombie_procs]=@pluginsdir@/check_procs -w 5 -c 10 -s Z
-command[check_total_procs]=@pluginsdir@/check_procs -w 150 -c 200
+#command[check_users]=/usr/lib/nagios/check_users -w 5 -c 10
+#command[check_load]=/usr/lib/nagios/check_load -w 15,10,5 -c 30,25,20
+#command[check_hda1]=/usr/lib/nagios/check_disk -w 20% -c 10% -p /dev/hda1
+#command[check_zombie_procs]=/usr/lib/nagios/check_procs -w 5 -c 10 -s Z
+#command[check_total_procs]=/usr/lib/nagios/check_procs -w 150 -c 200
 
 
 # The following examples allow user-supplied arguments and can
@@ -33,7 +33,7 @@ command[check_total_procs]=@pluginsdir@/check_procs -w 150 -c 200
 # config file is set to '1'.  This poses a potential security risk, so
 # make sure you read the SECURITY file before doing this.
 
-#command[check_users]=@pluginsdir@/check_users -w $ARG1$ -c $ARG2$
-#command[check_load]=@pluginsdir@/check_load -w $ARG1$ -c $ARG2$
-#command[check_disk]=@pluginsdir@/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
-#command[check_procs]=@pluginsdir@/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
+#command[check_users]=/usr/lib/nagios/check_users -w $ARG1$ -c $ARG2$
+#command[check_load]=/usr/lib/nagios/check_load -w $ARG1$ -c $ARG2$
+#command[check_disk]=/usr/lib/nagios/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
+#command[check_procs]=/usr/lib/nagios/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
This page took 0.037283 seconds and 4 git commands to generate.