Hello everybody,
when I start using a new system then I start with a test installation to see whether it fits my needs or not. Zabbix fits;-) That is why I started again from scratch to setup Zabbix and so far everything worked as in the test installation.
Only with my managed network switches (which do not support SNMP even when the vendor said they do...) I have now a problem to setup icmp ping.
1) fping installed
2) zbbix.conf edited
3) host created
using template imcp ping on agent ip address
4) graph created
I have also created a new graph but I think this has not influenced my issue...
Issue
in menu - monitoring - latest data, the three collected values show below the column info a red "i" with following text:
I have already tried changing the permissions on fping but apparently did not find the right setting.
How do I have to change the permissions?
when I start using a new system then I start with a test installation to see whether it fits my needs or not. Zabbix fits;-) That is why I started again from scratch to setup Zabbix and so far everything worked as in the test installation.
Only with my managed network switches (which do not support SNMP even when the vendor said they do...) I have now a problem to setup icmp ping.
1) fping installed
#sudo which fping
/usr/sbin/fping
#ls -al /usr/bin/fping*
-rwxr-xr-x 1 4710 zabbix 52240 6. Feb 2022 /usr/bin/fping
lrwxrwxrwx 1 4710 zabbix 5 6. Feb 2022 /usr/bin/fping6 -> fping
/usr/sbin/fping
#ls -al /usr/bin/fping*
-rwxr-xr-x 1 4710 zabbix 52240 6. Feb 2022 /usr/bin/fping
lrwxrwxrwx 1 4710 zabbix 5 6. Feb 2022 /usr/bin/fping6 -> fping
values changed:
- StartPingers=10
- FpingLocation=/usr/bin/fping
- Fping6Location=/usr/bin/fping6
using template imcp ping on agent ip address
4) graph created
I have also created a new graph but I think this has not influenced my issue...
Issue
in menu - monitoring - latest data, the three collected values show below the column info a red "i" with following text:
/usr/bin/fping: can't create socket (must run as root?)
I have already tried changing the permissions on fping but apparently did not find the right setting.
How do I have to change the permissions?
Comment