PDA

View Full Version : error message


tjbezek1
28-10-2004, 18:55
I'm getting the error message:

cat: cannot open /tmp/zabbix_suckerd.pinger

every 5 seconds or so on my zabbix server (Solaris 8). How can
I correct/stop this?

Thanks.

Alexei
28-10-2004, 19:12
Install and correctly configure fping, or disable zabbix_suckerd's pinger thread in zabbix_suckerd.conf.

The message obviously appears because of missing fping.

tjbezek1
28-10-2004, 21:59
Thanks. I had checked the zabbix_suckerd.conf previously and saw the lines
for ping commented out, so I thought it was not set.

I tried setting the ping time to 0, but it didn't like that. I installed
fping and that worked.

Thanks.

Alexei
29-10-2004, 11:15
Commenting pinger related parameters is not enough! You must have DisablePinger=1 to disable execution of fping.