network/nagios: Fix README.

This commit is contained in:
B. Watson 2016-11-14 16:23:25 -05:00 committed by Willy Sudiarto Raharjo
parent 7c77e6c61e
commit 18dcdacf81
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ processes.
Nagios requires a "nagios" user and group; create these before running the Nagios requires a "nagios" user and group; create these before running the
SlackBuild script. Examples: SlackBuild script. Examples:
# groupadd -g 213 nagios # groupadd -g 213 nagios
# useradd -u 213 -d /dev/null -s /bin/false -g nagios 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 For some scripts to work, it is necessary to include the 'apache' user in
the nagios group. 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/ This SlackBuild installs the basic nagios system in /var/www/htdocs/
To change the location, set the DOCROOT variable: 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. For a useful setup, you will want to have monitoring-plugins installed.