Hello all,
I've been trying to get some tweaking done on the newly implemented Zabbix Server and I'm hitting a wall pretty regularly now. I am running Zabbix 2.4.4 which I installed on an Ubuntu 14.04.2 LTS VM with 8 GB of RAM (6.25 GB consumed) and 8 vCPUs. Frontend, MySQL, and Zabbix Server are all running on this box currently.
The long and short of it is that roughly every hour the Zabbix housekeeper process jumps to 100% (this I understand is normal) but for on average 3 hours (this is not normal as I understand it). I have attached a picture of the internal process graphs.
The box has 177 hosts with 27115 items (a lot of network monitoring for the core switches; i'm working on pairing this down since I don't need things like operational status on a lot of the ports).
Looking at the Zabbix Server log I am seeing a LOT of "Z3005 query failed 2006 MySQL server has gone away" messages. There is nothing in the mysql logs though.
Is it just that MySQL can't keep up with the housekeeper process? Is there a tweak to MySQL that I am missing?
I've been trying to get some tweaking done on the newly implemented Zabbix Server and I'm hitting a wall pretty regularly now. I am running Zabbix 2.4.4 which I installed on an Ubuntu 14.04.2 LTS VM with 8 GB of RAM (6.25 GB consumed) and 8 vCPUs. Frontend, MySQL, and Zabbix Server are all running on this box currently.
The long and short of it is that roughly every hour the Zabbix housekeeper process jumps to 100% (this I understand is normal) but for on average 3 hours (this is not normal as I understand it). I have attached a picture of the internal process graphs.
The box has 177 hosts with 27115 items (a lot of network monitoring for the core switches; i'm working on pairing this down since I don't need things like operational status on a lot of the ports).
Looking at the Zabbix Server log I am seeing a LOT of "Z3005 query failed 2006 MySQL server has gone away" messages. There is nothing in the mysql logs though.
Code:
StartPollers=80 StartIPMIPollers=10 StartPollersUnreachable=80 StartTrappers=20 StartPingers=10 HousekeepingFrequency=1 MaxHousekeeperDelete=100 CacheSize=1G StartDBSyncers=8 HistoryCacheSize=512M TrendCacheSize=512M HistoryTextCacheSize=512M ValueCacheSize=512M Timeout=15

Comment