In the past we previously had shared a server with the Zabbix database and a Splunk indexer. We finally moved the splunk indexer off this server and onto a newer one last week.
However, now my zabbix server seems to be unable to offload the history cache effectively. Causing a lot of headaches. I dont see any mysql errors that stick out and am not sure what too look into to diagnose this. Can anyone point me in the right direction?
Here's my configs.
However, now my zabbix server seems to be unable to offload the history cache effectively. Causing a lot of headaches. I dont see any mysql errors that stick out and am not sure what too look into to diagnose this. Can anyone point me in the right direction?
Here's my configs.
Code:
LogFile=/var/log/zabbix/zabbix_server.log LogFileSize=50 LogType=file CacheSize=1G HistoryCacheSize=512M HistoryIndexCacheSize=256M TrendCacheSize=256M ValueCacheSize=512M Timeout=30 #DisableHousekeeping=1 DebugLevel=4 #Too many syncers will choke the server StartDBSyncers=4 #Trapper stuff #These trappers also collect ACTIVE AGENT ITEMS! StartTrappers=150 SNMPTrapperFile=/tmp/zabbix_traps.tmp StartIPMIPollers=15 StartEscalators=4 StartPollers=275 #StartDiscoverers=5 StartHTTPPollers=5 StartPingers=100 StartPollersUnreachable=100 StartTimers=30 SenderFrequency=30 LogSlowQueries=5000 AlertScriptsPath=/etc/zabbix/alertscripts ExternalScripts=/etc/zabbix/externalscripts
Comment