]> git.pld-linux.org Git - packages/nagios-plugins.git/blob - nagios-plugins-paths.patch
fix check_file_age utils.pm locate
[packages/nagios-plugins.git] / nagios-plugins-paths.patch
1 --- nagios-plugins-1.4.13/plugins-scripts/check_flexlm.pl       2003-02-04 08:16:16.000000000 +0200
2 +++ nagios-plugins-1.4.13-pp/plugins-scripts/check_flexlm.pl    2009-02-16 12:28:04.993531068 +0200
3 @@ -17,7 +17,7 @@
4  #host[anchor]=any host will do;some.address.com;;check-host-alive;3;120;24x7;1;1;1;
5  #service[anchor]=yodel;24x7;3;5;5;unix-admin;60;24x7;1;1;1;;check_flexlm!/opt/lic/licfiles/yodel_lic
6  #service[anchor]=yeehaw;24x7;3;5;5;unix-admin;60;24x7;1;1;1;;check_flexlm!/opt/lic/licfiles/yeehaw_lic
7 -#command[check_flexlm]=/some/path/libexec/check_flexlm.pl $ARG1$
8 +#command[check_flexlm]=/usr/lib/nagios/plugins/check_flexlm.pl $ARG1$
9  #
10  # Notes:
11  # - you need the lmstat utility which comes with flexlm.
12 --- nagios-plugins-1.4.13/plugins-scripts/check_rpc.pl  2003-08-10 15:11:49.000000000 +0300
13 +++ nagios-plugins-1.4.13-pp/plugins-scripts/check_rpc.pl       2009-02-16 12:28:05.023530932 +0200
14 @@ -10,7 +10,7 @@
15  #
16  # Use these hosts.cfg entries as examples
17  #
18 -# command[check_nfs]=/some/path/libexec/check_rpc $HOSTADDRESS$ nfs
19 +# command[check_nfs]=/usr/lib/nagios/plugins/check_rpc $HOSTADDRESS$ nfs
20  # service[check_nfs]=NFS;24x7;3;5;5;unix-admin;60;24x7;1;1;1;;check_rpc
21  #
22  # initial version: 3 May 2000 by Truongchinh Nguyen and Karl DeBisschop
This page took 0.02195 seconds and 3 git commands to generate.