I did the configuration in zabbix_server.conf, but I have the following error when setting up a simple check

-------------------------------------------------------------
status: not supported
error:
fping failed sh:/usr/sbin/fping: Permission denied
--------------------------------------------------------------
i did
shell> chown root:zabbix /usr/sbin/fping
shell> chmod 710 /usr/sbin/fping
shell> chmod ug+s /usr/sbin/fping
-----------------------------------------------------------------------
root@zabbix-VirtualBox:/usr/sbin# ls -l /usr/sbin/fping
total 16
-rw-r--r-- 1 root root 2091 2012-04-26 21:44 changelog.Debian.gz
-rw-r--r-- 1 root root 3956 2012-04-26 21:44 changelog.gz
-rw-r--r-- 1 root root 1258 2012-04-26 21:44 copyright
-rw-r--r-- 1 root root 2511 2012-04-26 21:44 README
---------------------------------------------------------------------------
but dont work for me..
help !


-------------------------------------------------------------
status: not supported
error:
fping failed sh:/usr/sbin/fping: Permission denied
--------------------------------------------------------------
i did
shell> chown root:zabbix /usr/sbin/fping
shell> chmod 710 /usr/sbin/fping
shell> chmod ug+s /usr/sbin/fping
-----------------------------------------------------------------------
root@zabbix-VirtualBox:/usr/sbin# ls -l /usr/sbin/fping
total 16
-rw-r--r-- 1 root root 2091 2012-04-26 21:44 changelog.Debian.gz
-rw-r--r-- 1 root root 3956 2012-04-26 21:44 changelog.gz
-rw-r--r-- 1 root root 1258 2012-04-26 21:44 copyright
-rw-r--r-- 1 root root 2511 2012-04-26 21:44 README
---------------------------------------------------------------------------
but dont work for me..
help !
Comment