Hi,
.New install of Zabbix 7.2.3 on Ubuntu 24.04.
When I set up a discovery I get error 'ICMP ping' checks failed: "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system
I did some googeling and tried to fix the permissions but without success. I'll paste the config below. Is there anything that is wrong?
cat /etc/group
zabbix:x:111:zabbix
!
netadmin@zabbix01:~$ groups zabbix
zabbix : zabbix
!
ls -la /usr/sbin/fping*
lrwxrwxrwx 1 root root 14 Feb 15 06:13 /usr/sbin/fping -> /usr/bin/fping
!
ls -la /usr/bin/fping*
-rws--x--- 1 root zabbix 52088 Feb 7 2022 /usr/bin/fping
lrwxrwxrwx 1 root root 5 Feb 7 2022 /usr/bin/fping6 -> fping
!
grep FpingLocation /etc/zabbix/zabbix_server.conf
### Option: FpingLocation
FpingLocation=/usr/bin/fping
I tried both /usr/bin/fping and /usr/sbin/fping as location but none of them worked.
.New install of Zabbix 7.2.3 on Ubuntu 24.04.
When I set up a discovery I get error 'ICMP ping' checks failed: "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system
I did some googeling and tried to fix the permissions but without success. I'll paste the config below. Is there anything that is wrong?
cat /etc/group
zabbix:x:111:zabbix
!
netadmin@zabbix01:~$ groups zabbix
zabbix : zabbix
!
ls -la /usr/sbin/fping*
lrwxrwxrwx 1 root root 14 Feb 15 06:13 /usr/sbin/fping -> /usr/bin/fping
!
ls -la /usr/bin/fping*
-rws--x--- 1 root zabbix 52088 Feb 7 2022 /usr/bin/fping
lrwxrwxrwx 1 root root 5 Feb 7 2022 /usr/bin/fping6 -> fping
!
grep FpingLocation /etc/zabbix/zabbix_server.conf
### Option: FpingLocation
FpingLocation=/usr/bin/fping
I tried both /usr/bin/fping and /usr/sbin/fping as location but none of them worked.
Comment