If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
By the way, I see that you are monitoring the host which is out of scope of your Internal Network(the IP is from the public subnet range). Then it is mandatory to understand the infrastructure of the network where is the host (NATed, Firewalled, etc.. ) ?
You can see the errors using command (sudo) tail -f /var/log/zabbix/zabbix_agentd.log
By the way, I see that you are monitoring the host which is out of scope of your Internal Network(the IP is from the public subnet range). Then it is mandatory to understand the infrastructure of the network where is the host (NATed, Firewalled, etc.. ) ?
You can see the errors using command (sudo) tail -f /var/log/zabbix/zabbix_agentd.conf
[administrator@z ~]$ sudo tail -f /var/log/zabbix/zabbix_agentd.log
78256:20170809:155730.428 failed to accept an incoming connection: connection from "10.3.X.X" rejected, allowed hosts: "111.X.X.X"
& I do follow one solution regarding this error which is:
edit config file:
vi zabbix_agentd.conf
Server=0.0.0.0,111.X.X.X
As it probably going through NAT and causes Zabbix source error. When it arrives at the destination with another IP agent blocks.
Comment