Hello, dear community.
I have a problem with making ping item to create a graph:
My fping located in /usr/bin/fping, not in /sbin/
So i configired zabbix_server.conf file:
There is also fping6 option near, but when i uncomment
zabbix server don't start, so i ran without it (is it useing to make simple ping time?)
then i apply premissions like described in manual:
but i type /bin/, not sbin.
So after all that i did not receive any date with this item, and have errors in log:
Someone can tell me why i don't have permissions?
Thanks for help.
I have a problem with making ping item to create a graph:
My fping located in /usr/bin/fping, not in /sbin/
So i configired zabbix_server.conf file:
Code:
### Option: FpingLocation # Location of fping. # Make sure that fping binary has root ownership and SUID flag set. # Mandatory: no # Default: FpingLocation=/usr/bin/fping
Code:
# Fping6Location=/usr/bin/fping6
Code:
zabbix_server [2482]: unknown parameter [Fping6Location] in config file [/home/uadm/work/zabbix/etc/zabbix_server.conf], line 415
then i apply premissions like described in manual:
Code:
shell> chown root:zabbix /usr/sbin/fping shell> chmod 4710 /usr/sbin/fping
So after all that i did not receive any date with this item, and have errors in log:
Code:
1546:20130102:152015.251 /usr/bin/fping: [13] Permission denied 1546:20130102:152018.254 /usr/bin/fping: [13] Permission denied 1540:20130102:152018.265 cannot send list of active checks to [192.168.1.250]: host [RECHMP] not found 1546:20130102:152021.258 /usr/bin/fping: [13] Permission denied 1546:20130102:152024.261 /usr/bin/fping: [13] Permission denied
Thanks for help.

Comment