2006-10-28 23:29:12 +03:00
|
|
|
README for zabbix agent daemon
|
|
|
|
|
|
|
|
REQUIREMENTS
|
|
|
|
|
|
|
|
PRE-INSTALL
|
2008-02-23 01:02:28 +02:00
|
|
|
This port include zabbix_agentd. For other apps see my zabbix_utils port.
|
2006-10-28 23:29:12 +03:00
|
|
|
|
|
|
|
POST-INSTALL
|
|
|
|
1. Change Hostname, ListenIP and Server in /etc/zabbix_agentd.conf to something useful.
|
|
|
|
|
|
|
|
2. On the client (monitored) machines, you may add the following lines to
|
|
|
|
/etc/services:
|
|
|
|
zabbix_agent 10050/tcp
|
|
|
|
zabbix_trap 10051/tcp
|
|
|
|
|
|
|
|
3. Run post-install to create dedicated user for the agent instead of 'daemon'.
|
|
|
|
|
|
|
|
RESOURCES
|