summaryrefslogtreecommitdiff
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.SLACKWARE9
1 files changed, 5 insertions, 4 deletions
diff --git a/network/zabbix_agentd/README.SLACKWARE b/network/zabbix_agentd/README.SLACKWARE
index 21256432af..285b83f82f 100644
--- a/network/zabbix_agentd/README.SLACKWARE
+++ b/network/zabbix_agentd/README.SLACKWARE
@@ -10,13 +10,13 @@ installation of zabbix_agentd on Slackware.
0.1) zabbix group & user
Before running the zabbix_agentd.SlackBuild script, you will need to create
-the 'zabbix' user and group. The script won't run if these do not
+the 'zabbixagent' user and group. The script won't run if these do not
exist.
The suggested UID and GID is 228, but you can change this as needed:
- # groupadd -g 228 zabbix
- # useradd -u 228 -g zabbix -d /dev/null -s /bin/false zabbix
+ # groupadd -g 266 zabbixagent
+ # useradd -u 266 -g zabbixagent -m zabbixagent
1) Configuring zabbix_agentd
----------------------------
@@ -26,7 +26,7 @@ A standard configuration file is installed as /etc/zabbix/zabbix_agentd.conf
At least the following lines need to be configured:
Server=<ip_of_your_zabbix_server>
- Hostname=<hostname_of_your_zabbix_server>
+ Hostname=<hostname_of_your_zabbix_agent>
2) Start & Stop scripts for zabbix agent daemon
-----------------------------------------------
@@ -67,5 +67,6 @@ Now you are ready to start zabbix_agentd by calling the startup script:
You can check the log file (/var/log/zabbix/zabbig_agentd.log) in case of
problems.
+
Zabbix uses ports 10050 & 10051 to communicate, so make sure these aren't
blocked on your network.