network/nagios: Fix README.
This commit is contained in:
parent
7c77e6c61e
commit
18dcdacf81
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue