Package: zabbix
Version: 1:1.6.4-1
Priority: important
Tags: patch

If you enable Network discovery in Zabbix and change the discovery mechanism
to ICMP (instead of using Zabbix Agent) it will not actually discover any
hosts.

The reason for this can be found in /var/log/zabbix-server/zabbix_server.log:
 23543:20090502:210053 /usr/sbin/fping: [2] No such file or directory

But, in Debian, fping is installed at /usr/bin/fping

The fix is really straightforward, a patch is attached which fixes this
issue.

I'm labelling this as important since it makes Zabbix autodiscovery useless
for networks which are not running Zabbix/SNMP agents in all systems.

Regards

Javier
--- debian/templates/zabbix_server.conf.in.orig	2009-05-02 21:14:43.000000000 +0200
+++ debian/templates/zabbix_server.conf.in	2009-05-02 21:14:53.000000000 +0200
@@ -109,7 +109,7 @@
 
 # Location of 'fping. Default is /usr/sbin/fping
 # Make sure that fping binary has root permissions and SUID flag set
-#FpingLocation=/usr/sbin/fping
+FpingLocation=/usr/bin/fping
 
 # Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
 #PingerFrequency=60

Attachment: signature.asc
Description: Digital signature

Reply via email to