Our zabbix queue has been very high for a day, we're not sure why. We've tried the following:


It seems the proxy isn't sending data any longer. The number of items in the sqlite database is just growing. Using the query "SELECT ((SELECT MAX(proxy_history.id) FROM proxy_history)-nextid) FROM ids WHERE field_name='history_lastid'" on the sqlite db file
- up number of various pollers on proxies and server
delete all hosts from the proxy and added them back again
stop zabbix proxy, delete the sqlite3 database, fire it back up
changed timeouts on both the proxy and server configs


It seems the proxy isn't sending data any longer. The number of items in the sqlite database is just growing. Using the query "SELECT ((SELECT MAX(proxy_history.id) FROM proxy_history)-nextid) FROM ids WHERE field_name='history_lastid'" on the sqlite db file

Comment