I've setup a Discovery rule for the 192.168.1.x subnet. I've enabled ICMP and Zabbix agent.system.hostname for the checks. I had the same rule on my lab box I had used to trial Zabbix and it worked fine. However now it seems that the ICMP discovery isn't working at all on new box. I am ending up with the following error repeated in the log.
But I have fping6 rem'd out completely in my server conf file. Why isn't it using standard fping? My lab box seemed to use fping fine.
I also haven't seen any indication that the Zabbix agent.system.hostname check is working. Although I have only had it setup for about 5-10 minutes and only have 1 agent out there for it to discover, so it's possible it just hasn't tested it yet.
Code:
/usr/local/sbin/fping6: [2] No such file or directory
Code:
# Location of fping. Default is /usr/sbin/fping # Make sure that fping binary has root permissions and SUID flag set FpingLocation=/usr/local/sbin/fping # Location of fping6. Default is /usr/sbin/fping6 # Make sure that fping binary has root permissions and SUID flag set #Fping6Location=/usr/sbin/fping6
Comment