# List of comma delimited IP addresses (or hostnames) of ZABBIX servers. # No spaces allowed. First entry is used for sending active checks. # Note that hostnames must resolve hostname->IP address and # IP address->hostname. Server={ (${'zabbix-agent'}{'Servers'} || '127.0.0.1'); } # Server port for sending active checks ServerPort={ (${'zabbix-agent'}{'ServerPort'} || '10051'); }