PDA

View Full Version : 1.1beta3 zabbix_agentd


omenix
09-12-2005, 01:24
Hi guys, Im using 1.1beta3 on Centos 3.5/4.1 and I got this error log:

023254:20051208:182341 Before read
023254:20051208:182341 Connection reset by peer.
023254:20051208:182341 Getting list of active checks failed. Will retry after 60 seconds

Any idea?

cybermage
15-12-2005, 09:49
Is there any way do disable active checks ?

How does agent handle, if there is no possibility of getting list of active checks ?


(I have zabbix_agentd 1.1beta2 )

marc
15-12-2005, 09:57
Is there any way do disable active checks ?

How does agent handle, if there is no possibility of getting list of active checks ?


(I have zabbix_agentd 1.1beta2 )

# How often refresh list of active checks. 2 minutes by default.
#RefreshActiveChecks=120
# Disable active checks. The agent will work in passive mode listening server.
#DisableActive=1

take from misc/conf/zabbix_agentd.conf

cybermage
15-12-2005, 13:01
#DisableActive=1

take from misc/conf/zabbix_agentd.conf
Lame me. Thank you for advice.