summaryrefslogtreecommitdiff
path: root/zabbix_agentd/README
blob: 0b0a26232bf18db40b5aa3fe9e46fa12bf85f053 (plain)
    1 README for zabbix agent daemon
    2 
    3 REQUIREMENTS
    4 
    5 PRE-INSTALL
    6 This port include zabbix_agentd. For other apps see my zabbix_utils port.
    7 
    8 POST-INSTALL
    9 1. Change Hostname, ListenIP and Server in /etc/zabbix_agentd.conf to
   10 something useful.
   11 
   12 2. On the client (monitored) machines, you may add the following lines to
   13  /etc/services:
   14   zabbix_agent 10050/tcp
   15   zabbix_trap 10051/tcp
   16 
   17 3. Run post-install to create dedicated user for the agent instead of 'daemon'.
   18 
   19 PRECAUTION
   20 Be aware that 1.6.x branch of the agent does not have extended cpustats patch.
   21 You can use an old version of this port (with a patched 1.4.x agent) along with
   22 1.6.x server without ineroperability problems.
   23 
   24 RESOURCES

Generated by cgit