Hi there,
I have approximately 40 servers added to zabbix. For some reason, about half of these machines are not sending back data. I noticed in the queue that the next scheduled check for services on the machines not sending back data is "01.01.1970 02:00:00". Why 1970? The unix date on these machines are fine, as well as on the zabbix server.
There is also 2500 items in the queue. I have manually deleted the problem machines and added them back again, in hope of it clearing the queue, but to no avail. Zabbix server is running, but items in the qeueu is not being processed.
I have also changed the "type" of all items to "ZABBIX agent (active)". On the "client"-side, I have configured the agent(d) as follows:
################################################
Server=######
# Server port for sending active checks
ServerPort=10051
# Unique hostname. Required for active checks.
Hostname=hostname.com
# Listen port. Default is 10050
ListenPort=10050
# IP address to bind agent
# If missing, bind to all available IPs
ListenIP=###########
# Number of pre-forked instances of zabbix_agentd.
# Default value is 5
# This parameter must be between 1 and 16
StartAgents=5
# 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=0
EnableRemoteCommands=1
##################################
I'm starting to pull my hair out. Please assist if at all you can.
Vanyuan.
I have approximately 40 servers added to zabbix. For some reason, about half of these machines are not sending back data. I noticed in the queue that the next scheduled check for services on the machines not sending back data is "01.01.1970 02:00:00". Why 1970? The unix date on these machines are fine, as well as on the zabbix server.
There is also 2500 items in the queue. I have manually deleted the problem machines and added them back again, in hope of it clearing the queue, but to no avail. Zabbix server is running, but items in the qeueu is not being processed.
I have also changed the "type" of all items to "ZABBIX agent (active)". On the "client"-side, I have configured the agent(d) as follows:
################################################
Server=######
# Server port for sending active checks
ServerPort=10051
# Unique hostname. Required for active checks.
Hostname=hostname.com
# Listen port. Default is 10050
ListenPort=10050
# IP address to bind agent
# If missing, bind to all available IPs
ListenIP=###########
# Number of pre-forked instances of zabbix_agentd.
# Default value is 5
# This parameter must be between 1 and 16
StartAgents=5
# 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=0
EnableRemoteCommands=1
##################################
I'm starting to pull my hair out. Please assist if at all you can.
Vanyuan.
Comment