aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/nagios/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/nagios/README b/network/nagios/README
index 99893215993e..948f273e0816 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.