Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
mkdir /home/zabbix 
cp -p /tmp/ZABBIX/zabbix_x64_static_agentd /home/zabbix/zabbix_agentd
chmod ugo+x /home/zabbix/zabbix_agentd
chown -R zabbix:zabbix /home/zabbix

...

  • Setup local Zabbix config directory and file, IF Needed.
    (warning) Only need a local config file if you are changing from the defaults. Mostly we do NOT.

Create a local configuration directory and copy the conf file there. The default init script checks for /etc/opt/zabbix/zabbix_agentd.conf at startup.

...

No Format
cp -pi /tmp/ZABBIX/zabbix_agent_init /etc/init.d/zabbix_agent
chown root:root /etc/init.d/zabbix_agent
chmod ug+x /etc/init.d/zabbix_agent

chkconfig zabbix_-agent on
chkconfig --list zabbix_-agent

Start zabbix_agent on client

...