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 'libexec/' subdirectory in the base directory you specified with the --prefix argument to the configure script. +4) There are some plugins that require setuid. If you run make install as + a non root user, they will not be installed. To install, switch to root and + run: -4) Verify that your host configuration file (hosts.cfg) for Nagios contains + make install-root + +5) Verify that your host configuration file (hosts.cfg) for Nagios contains the correct paths to the new plugins. |