Hello,
We recently moved to Zabbix 3.0 LTS and are runing it on an Ubuntu 16.04 box with a PostgreSQL backend on version 9.5.6. Everything is working great, we have set certain paramters in the Zabbix server config file that all seem to be okay. The only issue we are running into is that the database just keeps growing. It's as if the housekeeper job isn't deleting anything. We've set our housekeeping retention to 60 days so I assume it shouldn't be getting too overgrown. We've allocated almost 300GB's and it's almost grown through all of that already. Would anyone happen to know what is causing this issue? The only workaround i've found so far is to truncate the history_log table, which then clears about 30GB's of storage but the amount it deletes keeps decreasing everytime I do that so at some point it's going to hit the 300GB allocated and crash.
Here is our Zabbix server config parameters
I've also uploaded a screenshot of our Zabbix environment according to the dashboard. If anyone has any clue what might be going on it would be really appreaciated!
Let me know if you need anymore information from our end or additional logs
We recently moved to Zabbix 3.0 LTS and are runing it on an Ubuntu 16.04 box with a PostgreSQL backend on version 9.5.6. Everything is working great, we have set certain paramters in the Zabbix server config file that all seem to be okay. The only issue we are running into is that the database just keeps growing. It's as if the housekeeper job isn't deleting anything. We've set our housekeeping retention to 60 days so I assume it shouldn't be getting too overgrown. We've allocated almost 300GB's and it's almost grown through all of that already. Would anyone happen to know what is causing this issue? The only workaround i've found so far is to truncate the history_log table, which then clears about 30GB's of storage but the amount it deletes keeps decreasing everytime I do that so at some point it's going to hit the 300GB allocated and crash.
Here is our Zabbix server config parameters
Code:
CacheSize=1024M HistoryCacheSize=256M ValueCacheSize=64M #HistoryCacheSize=32M TrendCacheSize=128M StartPollers=150 StartPingers=40 StartDiscoverers=40 StartTrappers=50 AlertScriptsPath=/etc/zabbix/alertscripts StartPollersUnreachable=20
Let me know if you need anymore information from our end or additional logs
Comment