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 LOCAL config directory and file, only if needed

Create a local configuration directory ONLY if you plan on customizing your zabbix_agentd.and copy the conf file there. The default init script checks for /etc/opt/zabbix/zabbix_agentd.conf , and if found this file will be used instead of the default config fileat startup.

No Format
mkdir /etc/opt/zabbix
cp -p /tmp/ZABBIX/zabbix_agentd.conf /etc/opt/zabbix/
chown -R zabbix /etc/opt/zabbix

Create local var directory for Zabbix log and pid files

No Format
mkdir  /var/opt/zabbix
chown -R zabbix:zabbix /var/opt/zabbix

Verify IPTABLES for Zabbix connections

...