Hello,
I am running Zabbix on Ubuntu 12.04. I was trying to setup a ping discovery rule. fping is located at /usr/bin/fping, rather than /usr/sbin/fping. I uncommented the FpingLocation line in /usr/local/etc/zabbix_server.conf and changed it as follows:
FpingLocation=/usr/bin/fping
Unfortunately even after reloading the config, with
zabbix_server -c /usr/local/etc/zabbix_server.conf -R config_cache_reload
I keep seeing errors in the zabbix_server.log file reporting the following:
/usr/sbin/fping: [2] No such file or directory
Any help would be appreciated thanks.
I am running Zabbix on Ubuntu 12.04. I was trying to setup a ping discovery rule. fping is located at /usr/bin/fping, rather than /usr/sbin/fping. I uncommented the FpingLocation line in /usr/local/etc/zabbix_server.conf and changed it as follows:
FpingLocation=/usr/bin/fping
Unfortunately even after reloading the config, with
zabbix_server -c /usr/local/etc/zabbix_server.conf -R config_cache_reload
I keep seeing errors in the zabbix_server.log file reporting the following:
/usr/sbin/fping: [2] No such file or directory
Any help would be appreciated thanks.

Comment