From fb1936ca4f9ed6aef99fab9f41f806b79b0a533f Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 21 Sep 2005 10:06:37 +0000 Subject: 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 --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5f305b96..eb0ec4fc 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3