summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 5f305b9..eb0ec4f 100644
--- a/README
+++ b/README
@@ -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
884) 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
894) Verify that your host configuration file (hosts.cfg) for Nagios contains 92 make install-root
93
945) 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