Hi all.
We'got a strange problem with one of out ZABBIX instances.
The ZABBIX Serverdaemon will request values (different Items, different Templates, different OS) from ZABBIX Agent and get an response. The Debug Log will look like:
But the ZABBIX queue eg. for this item will be open.
It seems the response is not noticed.
So the ZABBIX queue grows and ZABBIX server will stop storing more values.
Our Environment:
ZABBIX and MySQL Server: RHEL 5.4
ZABBIX Release: 1.8.3
MySQL Release: mysql-5.0.77-4.el5_5.4
Parameter Value Details
Zabbix server is running Yes -
Number of hosts (monitored/not monitored/templates) 316 247 / 1 / 68
Number of items (monitored/disabled/not supported) 6234 5534 / 516 / 184
Number of triggers (enabled/disabled)[problem/unknown/ok] 4587 4516 / 71 [74 / 452 / 3990]
Config will be attached.
We'got a strange problem with one of out ZABBIX instances.
The ZABBIX Serverdaemon will request values (different Items, different Templates, different OS) from ZABBIX Agent and get an response. The Debug Log will look like:
Code:
2007:20110304:120936.389 In substitute_simple_macros (data:'system.cpu.util[,user,avg1]') 2007:20110304:120936.389 In get_value() key:'system.cpu.util[,user,avg1]' 2007:20110304:120936.389 In get_value_agent() host:'slxvbs03.referenz.polizei.niedersachsen.de' addr:'10.100.217.18' key:'system.cpu.util[,user,avg1]' 2007:20110304:120936.389 Sending [system.cpu.util[,user,avg1] ] 2007:20110304:120936.389 Get value from agent result: '0.405748' 2007:20110304:120936.389 End of get_value():SUCCEED 2007:20110304:120936.389 In zbx_hashset_search() 2007:20110304:120936.389 End of zbx_hashset_search() 2007:20110304:120936.389 In zbx_hashset_search() 2007:20110304:120936.389 End of zbx_hashset_search() 2007:20110304:120936.389 In calculate_item_nextcheck (355026,150,"",1299236976) 2007:20110304:120936.389 End calculate_item_nextcheck (nextcheck:1299237126 delay:150) 2007:20110304:120936.389 In zbx_binary_heap_insert() key[355026] 2007:20110304:120936.389 In zbx_hashmap_get() key[355026] 2007:20110304:120936.389 End of zbx_hashmap_get() key[355026] value[-1] 2007:20110304:120936.389 In zbx_hashmap_set() key[355026] value[1993] 2007:20110304:120936.389 End of zbx_hashmap_set() 2007:20110304:120936.389 End of zbx_binary_heap_insert() 2007:20110304:120936.389 In DCflush_nextchecks() 2007:20110304:120936.389 End of get_values() 2007:20110304:120936.389 In DCconfig_get_poller_nextcheck() poller_type:0 2007:20110304:120936.389 End of DCconfig_get_poller_nextcheck():1299236977 2007:20110304:120936.389 Poller #3 spent 0.119082 seconds while updating 11 values. Sleeping for 1 seconds
It seems the response is not noticed.
So the ZABBIX queue grows and ZABBIX server will stop storing more values.
Our Environment:
ZABBIX and MySQL Server: RHEL 5.4
ZABBIX Release: 1.8.3
MySQL Release: mysql-5.0.77-4.el5_5.4
Parameter Value Details
Zabbix server is running Yes -
Number of hosts (monitored/not monitored/templates) 316 247 / 1 / 68
Number of items (monitored/disabled/not supported) 6234 5534 / 516 / 184
Number of triggers (enabled/disabled)[problem/unknown/ok] 4587 4516 / 71 [74 / 452 / 3990]
Config will be attached.
Comment