diff options
author | Michal Bialozor <bialyy@o2.pl> | 2012-12-23 09:22:02 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-23 09:22:20 +0100 |
commit | aefc350250d96dea417c40f2667075b7d5614aa9 (patch) | |
tree | 4fba893ecd685b7bff5755255a26338384690ab5 /network/zabbix_agentd/README.SLACKWARE | |
parent | c23d5541e966e7ae99f94849f37017a96e02d2fc (diff) | |
download | slackbuilds-aefc350250d96dea417c40f2667075b7d5614aa9.tar.gz |
network/zabbix_agentd: Updated for version 1.8.15, cleanups.
(switched to new zabbixagent user http://bit.ly/TeN72F --ponce)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/zabbix_agentd/README.SLACKWARE')
-rw-r--r-- | network/zabbix_agentd/README.SLACKWARE | 9 |
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. |