Skip to main content

Zabbix Agent

AIX

Download: https://www.zabbix.com/download

AIX 7.2

# Using smitty users to add a user zabbix and the home directory is /usr/local/zabbix

# Untar the zabbix source
su - zabbix
gunzip -c zabbix_agent-4.0.7-aix-7.2-powerpc.tar.gz | tar -xf -

# Edit the config file
vi /usr/local/zabbix/conf/zabbix_agentd.conf

Server=<Zabbix-Server-IP>
ServerActive=<Zabbix-Server-IP>
Hostname=<agent-hostname>

# Startup the agent
/usr/local/zabbix/sbin/zabbix_agentd -c /usr/local/zabbix/conf/zabbix_agentd.conf