contrib/zabbix_utils/README

25 lines
684 B
Plaintext
Raw Normal View History

2007-01-27 15:49:25 +01:00
README for zabbix utils
REQUIREMENTS
PRE-INSTALL
POST-INSTALL
2008-03-31 10:02:45 +02:00
1. Change Hostname, ListenIP and Server in /etc/zabbix_agent.conf to
something useful.
2007-01-27 15:49:25 +01:00
2. On the client (monitored) machines, you may add the following lines to
/etc/services:
zabbix_agent 10050/tcp
zabbix_trap 10051/tcp
2008-03-31 10:02:45 +02:00
3. Run post-install to create dedicated user for the agent instead of 'daemon'.
PRECAUTION
Before port version 1.4.4-2 'zbxagent' group was used as a pimary group of
'zbxagent' user. Later it was changed (in post-install) to 'zabbix' to fix log
files rotation issue in the directory shared with the zabbix server. Now it
should be safe to remove unused 'zbxagent' group by hand.
2007-01-27 15:49:25 +01:00
RESOURCES