Hi,
My zabbix server is failing to run agent.ping to itself.
root@zabbixsrv:/etc/zabbix# zabbix_get -s zabbixsrv -k agent.ping
zabbix_get [29171]: Check access restrictions in Zabbix agent configuration
On zabbix GUI the server is set to use this interface
192.168.16.121:10050
Zabbix agent config
root@zabbixsrv:/etc/zabbix# cat zabbix_agentd.conf| grep Server
Server=192.168.16.121,127.0.0.1
ServerActive=192.168.16.121
Any idea why is this happening?
- Mosh
My zabbix server is failing to run agent.ping to itself.
root@zabbixsrv:/etc/zabbix# zabbix_get -s zabbixsrv -k agent.ping
zabbix_get [29171]: Check access restrictions in Zabbix agent configuration
On zabbix GUI the server is set to use this interface
192.168.16.121:10050
Zabbix agent config
root@zabbixsrv:/etc/zabbix# cat zabbix_agentd.conf| grep Server
Server=192.168.16.121,127.0.0.1
ServerActive=192.168.16.121
Any idea why is this happening?
- Mosh
Comment