summaryrefslogtreecommitdiffstats
path: root/network/nagios/README.SLACKWARE
diff options
context:
space:
mode:
author Mario Preksavec2017-09-25 11:39:41 +0200
committer Willy Sudiarto Raharjo2017-09-30 02:19:35 +0200
commitaf149b3737645ac9eca576de165cd8a1bc474d0a (patch)
tree67ced2184695051d905922d3072fd28b968e0c29 /network/nagios/README.SLACKWARE
parent07efe8658c0f31705c451fef8907bde9cc85e8a9 (diff)
downloadslackbuilds-af149b3737645ac9eca576de165cd8a1bc474d0a.tar.gz
network/nagios: Updated for version 4.3.4.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/nagios/README.SLACKWARE')
-rw-r--r--network/nagios/README.SLACKWARE4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/nagios/README.SLACKWARE b/network/nagios/README.SLACKWARE
index 58c3afe45b..6d24c57e10 100644
--- a/network/nagios/README.SLACKWARE
+++ b/network/nagios/README.SLACKWARE
@@ -10,12 +10,12 @@ running on your computer.
0.1) Create nagios group & user
Before even running the SlackBuild script, create the necessary 'nagios'
-user and group. The SlackBuild script won't run if these do not exist.
+user and group. The SlackBuild script will remind you if these do not exist.
The suggested UID and GID is 213, but you can change this as needed:
# groupadd -g 213 nagios
- # useradd -u 213 -d /dev/null -s /bin/false -g nagios nagios
+ # useradd -u 213 -d /var/nagios -s /bin/bash -g nagios nagios
0.2) Add 'apache' to 'nagios' group