Hi all,
I have a proxy running with about 40 hosts to monitor. Both server and proxy are 2.2.0 and both are not heavily loaded at all, all internal processes are below 15%.
Monitoring works, except for ping. I can ping from the proxy itself, no problem whatsoever, as zabbix user:
-bash-4.1$ /usr/sbin/fping -q -C3 ofm.cdp.domain.lan
ofm.cdp.domain.lan : 0.27 0.18 0.19
If I put the proxy daemon in debug mode, I see the command in the logfile:
12107:20131209:161316.513 /usr/sbin/fping -q -C3 2>&1 </tmp/zabbix_proxy_12107.pinger;/usr/sbin/fping6 -q -C3 2>&1 </tmp/zabbix_proxy_12107.pinger;
Furthermore, there is no firewall active on the agent host:
[root@ofm ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Any clue on where to look for this?
I have a proxy running with about 40 hosts to monitor. Both server and proxy are 2.2.0 and both are not heavily loaded at all, all internal processes are below 15%.
Monitoring works, except for ping. I can ping from the proxy itself, no problem whatsoever, as zabbix user:
-bash-4.1$ /usr/sbin/fping -q -C3 ofm.cdp.domain.lan
ofm.cdp.domain.lan : 0.27 0.18 0.19
If I put the proxy daemon in debug mode, I see the command in the logfile:
12107:20131209:161316.513 /usr/sbin/fping -q -C3 2>&1 </tmp/zabbix_proxy_12107.pinger;/usr/sbin/fping6 -q -C3 2>&1 </tmp/zabbix_proxy_12107.pinger;
Furthermore, there is no firewall active on the agent host:
[root@ofm ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Any clue on where to look for this?
Comment