summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2016-11-14 22:23:25 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit18dcdacf8107c09802b4d4586d35ca4a97de7413 (patch)
tree063ff00ec85801aaaf760ca9015b961ca5d976a9
parent7c77e6c61e70ffd23456e043b4a1e29a19c6019d (diff)
downloadslackbuilds-18dcdacf8107c09802b4d4586d35ca4a97de7413.tar.gz
network/nagios: Fix README.
-rw-r--r--network/nagios/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/nagios/README b/network/nagios/README
index 9989321599..948f273e08 100644
--- a/network/nagios/README
+++ b/network/nagios/README
@@ -5,8 +5,8 @@ processes.
Nagios requires a "nagios" user and group; create these before running the
SlackBuild script. Examples:
- # groupadd -g 213 nagios
- # useradd -u 213 -d /dev/null -s /bin/false -g nagios nagios
+ # groupadd -g 213 nagios
+ # useradd -u 213 -d /dev/null -s /bin/false -g nagios nagios
For some scripts to work, it is necessary to include the 'apache' user in
the nagios group.
@@ -17,7 +17,7 @@ needs some of the libraries and fonts.
This SlackBuild installs the basic nagios system in /var/www/htdocs/
To change the location, set the DOCROOT variable:
- # DOCROOT=/your/docroot/dir ./nagios.SlackBuild
+ # DOCROOT=/your/docroot/dir ./nagios.SlackBuild
For a useful setup, you will want to have monitoring-plugins installed.