Good morning, everyone,
I am a new Zabbix user and I am starting to take my first steps with this software. In the installation I am testing I have successfully managed to establish the connection between the Zabbix Server instance and two clients using the agent.
I have configured a host that I need to keep monitored via ICMP because I don't have the ability to install the agent on the machine.
Following some tutorials I did this:

​What am I doing wrong?
I am a new Zabbix user and I am starting to take my first steps with this software. In the installation I am testing I have successfully managed to establish the connection between the Zabbix Server instance and two clients using the agent.
I have configured a host that I need to keep monitored via ICMP because I don't have the ability to install the agent on the machine.
Following some tutorials I did this:
- Verified that fping was updated to the latest version
- changed the property of fping with chown root:zabbix /usr/bin/fping
- added to the Zabbix server configuration file StartPingers=10 and FpingLocation=/usr/bin/fping
- restarted zabbix via systemctl restart zabbix-server (I also did a reboot of the VM)
​What am I doing wrong?
Comment