Versions Compared

Key

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

...

  • Setup local Zabbix config directory and file, ONLY 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 Otherwise, the default init script checks for /etc/opt/zabbix/zabbix_agentd.conf at startup.

Panel
TitleLocal Config file only if needed

mkdir

No Format
mkdir

/etc/opt/zabbix


cp

-p

/tmp/ZABBIX/zabbix_agentd.conf

/etc/opt/zabbix/


chown

-R

zabbix:zabbix

/etc/opt/zabbix

  • Create local /var/log directory for Zabbix agent log and pid files*
No Format
mkdir  /var/optlog/zabbix
chown -R zabbix:zabbix /var/optlog/zabbix

Verify IPTABLES for Zabbix connections

...