diff options
author | Mario Preksavec <mario@slackware.hr> | 2017-09-25 11:39:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:35 +0700 |
commit | af149b3737645ac9eca576de165cd8a1bc474d0a (patch) | |
tree | 67ced2184695051d905922d3072fd28b968e0c29 /network/nagios/README.SLACKWARE | |
parent | 07efe8658c0f31705c451fef8907bde9cc85e8a9 (diff) |
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.SLACKWARE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/nagios/README.SLACKWARE b/network/nagios/README.SLACKWARE index 58c3afe45b1e..6d24c57e1067 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 |