summaryrefslogtreecommitdiffstats
path: root/network/zabbix_agentd/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/zabbix_agentd/README.SLACKWARE')
-rw-r--r--network/zabbix_agentd/README.SLACKWARE12
1 files changed, 7 insertions, 5 deletions
diff --git a/network/zabbix_agentd/README.SLACKWARE b/network/zabbix_agentd/README.SLACKWARE
index 285b83f82f..2cb90f2c9f 100644
--- a/network/zabbix_agentd/README.SLACKWARE
+++ b/network/zabbix_agentd/README.SLACKWARE
@@ -10,13 +10,15 @@ installation of zabbix_agentd on Slackware.
0.1) zabbix group & user
Before running the zabbix_agentd.SlackBuild script, you will need to create
-the 'zabbixagent' user and group. The script won't run if these do not
-exist.
+the 'zabbix' user and group as well as 'zabbixagent' user. The script won't
+run if these do not exist.
-The suggested UID and GID is 228, but you can change this as needed:
+The suggested UID and GID is 228 for 'zabbix' and 266 for 'zabbixagent',
+but you can change this as needed:
- # groupadd -g 266 zabbixagent
- # useradd -u 266 -g zabbixagent -m zabbixagent
+ # groupadd -g 228 zabbix
+ # useradd -u 228 -g zabbix -d /dev/null -s /bin/false zabbix
+ # useradd -u 266 -g zabbix -d /dev/null -s /bin/false zabbixagent
1) Configuring zabbix_agentd
----------------------------