diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-21 10:06:37 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-21 10:06:37 +0000 |
commit | fb1936ca4f9ed6aef99fab9f41f806b79b0a533f (patch) | |
tree | 50b5e6ef86af697fd243d2d7418ac6462aabbb07 /README | |
parent | 635ac19a4ef66b3091210335e8eb4afbaac801dd (diff) | |
download | monitoring-plugins-fb1936ca4f9ed6aef99fab9f41f806b79b0a533f.tar.gz |
Separation of root setuid plugins into plugins-root/
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1233 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -85,8 +85,13 @@ Nagios Plugins Quick-and-Dirty Installation Instructions | |||
85 | 'libexec/' subdirectory in the base directory you specified with | 85 | 'libexec/' subdirectory in the base directory you specified with |
86 | the --prefix argument to the configure script. | 86 | the --prefix argument to the configure script. |
87 | 87 | ||
88 | 4) There are some plugins that require setuid. If you run make install as | ||
89 | a non root user, they will not be installed. To install, switch to root and | ||
90 | run: | ||
88 | 91 | ||
89 | 4) Verify that your host configuration file (hosts.cfg) for Nagios contains | 92 | make install-root |
93 | |||
94 | 5) Verify that your host configuration file (hosts.cfg) for Nagios contains | ||
90 | the correct paths to the new plugins. | 95 | the correct paths to the new plugins. |
91 | 96 | ||
92 | 97 | ||