Hi,
this is my first topic here as I'm new to the whole zabbix monitoring system.
As an overview of my system this is what I have:
have installed zabbix on a VM running ubuntu 20.04. In my case I have multiple Server I would like to monitor, including some iDRAC from DELL, some other ubuntu serve and also some Window servers.
The servers are connected via an agent and the iDRACs with the SNMP protocol.
As a first test I am trying the ICMP ping to check if I can reach the monitored servers. But I encounter already here an error.
In the log file of the zabbix Server this error keeps popping up over and over again
I have read many discussions here, but can't solve the problem.
I have tried to change the SUID and the permissions to both fping and fping6. On the server itself I'm logged in as root, but just to make sure i have also added the zabbix user to the sudoers group.
Below are the steps I have taken to try and solve the issue
But it seems that I can't change the group for fping6, maybe because it is just a symbolic link to fping itself.
I was wondering if you have any suggestions as to what I can try next to solver this problem.
The server shows some more errors, but I would like to solve them one at a time.
thanks
Assa
this is my first topic here as I'm new to the whole zabbix monitoring system.
As an overview of my system this is what I have:
have installed zabbix on a VM running ubuntu 20.04. In my case I have multiple Server I would like to monitor, including some iDRAC from DELL, some other ubuntu serve and also some Window servers.
The servers are connected via an agent and the iDRACs with the SNMP protocol.
As a first test I am trying the ICMP ping to check if I can reach the monitored servers. But I encounter already here an error.
In the log file of the zabbix Server this error keeps popping up over and over again
Code:
... 1136:20210303:115210.551 /usr/bin/fping6: can't create socket (must run as root?) 1136:20210303:115213.560 /usr/bin/fping6: can't create socket (must run as root?) 1136:20210303:115218.567 /usr/bin/fping6: can't create socket (must run as root?) 1136:20210303:115221.575 /usr/bin/fping6: can't create socket (must run as root?) 1136:20210303:115225.582 /usr/bin/fping6: can't create socket (must run as root?) ...
I have tried to change the SUID and the permissions to both fping and fping6. On the server itself I'm logged in as root, but just to make sure i have also added the zabbix user to the sudoers group.
Below are the steps I have taken to try and solve the issue
Code:
# ls -l /usr/bin/fping* -rwx--x--- 1 root zabbix 52128 Feb 19 2019 /usr/bin/fping lrwxrwxrwx 1 root root 5 Feb 19 2019 /usr/bin/fping6 -> fping # usermod -aG sudo zabbix # chown root:zabbix /usr/bin/fping # chmod 4710 /usr/bin/fping # chown root:zabbix /usr/bin/fping6 # chmod 4710 /usr/bin/fping6
I was wondering if you have any suggestions as to what I can try next to solver this problem.
The server shows some more errors, but I would like to solve them one at a time.
thanks
Assa
Comment