]> git.pld-linux.org Git - packages/nagios-nrpe.git/commitdiff
fix plugins path, and do not enable them by default (as before) auto/th/nagios-nrpe-3.0-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 7 Sep 2016 13:42:45 +0000 (16:42 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 7 Sep 2016 13:42:45 +0000 (16:42 +0300)
commands.cfg
nagios-nrpe.spec

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$
index 6da90d6051639e8f4ebc17a282bd1c6462478514..745262f88ad38084b94717fea29f1d3fce6188f7 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Nagios remote plugin execution service/plugin
 Summary(pl.UTF-8):     Demon i wtyczka zdalnego wywoływania wtyczek Nagios
 Name:          nagios-nrpe
 Version:       3.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking
 Source0:       http://downloads.sourceforge.net/nagios/nrpe-%{version}.tar.gz
This page took 0.054152 seconds and 4 git commands to generate.