diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 18dcdacf8107c09802b4d4586d35ca4a97de7413 (patch) | |
tree | 063ff00ec85801aaaf760ca9015b961ca5d976a9 /network/nagios | |
parent | 7c77e6c61e70ffd23456e043b4a1e29a19c6019d (diff) |
network/nagios: Fix README.
Diffstat (limited to 'network/nagios')
-rw-r--r-- | network/nagios/README | 6 |
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. |