Hi All,
I have meddled with my Zabbix server and, alas, have not made it better. I was attempting to setup a simple test of net.tcp.service[http,,80] which was failing. Reading around the issue, I ran these two commands
This made my test work. But it has now prevented all of my icmppingloss, icmpping and icmppingsec tests from working. The status is now Not Supported and the Error is:
I am not an expert in Ubuntu (far from it). I should not have started messing about with things I don't fully understand! But I did, and now I'm stuck. Can anyone help?
Thanks
Pope.
I have meddled with my Zabbix server and, alas, have not made it better. I was attempting to setup a simple test of net.tcp.service[http,,80] which was failing. Reading around the issue, I ran these two commands
Code:
sudo chmod 4710 /usr/bin/fping sudo chown root:zabbix /usr/bin/fping
Code:
'fping failed: "(null): can't create socket (must run as root?):Permission denied'
Thanks
Pope.
Comment