Hello everyone
First of all here are my versions:
- Zabbix: 6.0.20 (70 hosts, ~6k items, 800 triggers, ~10k new values / hr)
- Ubuntu: 22.04.3 LTS (4 CPUs, 8 GB RAM, 50 GB HDD)
- MySQL: 8.0.34
To my problem I have:
I updated Zabbix from 3.2.0 to 6.0.20 in August. I completly build a new Ubuntu Server environment with Zabbix, so far everything works fine.
After I copied the old Zabbix database to the new one, from the very first saturday I have busy processes on the Zabbix server monitoring (each saturday from 5:00 - 8:30 am). In this time it is not possible to send any data to Zabbix and it causes many problems which shouldn't be generated normally.
In the process graphics is visible that the history syncer percentage (red line) is highly increasing at 5am. Thereby the housekeeping process also increases his percentage when started.
I dont know yet, if its a Zabbix internal process which causes the high performance or another VM on the same ESXi host or the ESXi host itself.
I also checked the logs (agent and server) but nothing noticeable.
It feels like there is a scheduled task starting somewhere (internal or external) which causes this issue every saturday.
Does someone have any experience with such problems? Or are there any hints I can work with?
Does the server have too little CPU or memory? Average free memory over the last 7 days are 6 GB, so I dont think its a memory issue.
Is there a way to check the Zabbix internal scheduled tasks / cronjobs?
If more informations is needed please ask for them, so I can hand them later on.
Thanks in advance for any help.
Cheers, Simon
Zabbix server config file:
Code:
ListenPort=10051 LogFile=/var/log/zabbix/zabbix_server.log LogFileSize=0 DebugLevel=3 PidFile=/run/zabbix/zabbix_server.pid SocketDir=/run/zabbix DBName=zabbix DBUser=zabbix DBPassword=PASSWORD SNMPTrapperFile=/var/log/snmptrap/snmptrap.log Timeout=4 FpingLocation=/usr/bin/fping Fping6Location=/usr/bin/fping6 LogSlowQueries=3000 StatsAllowedIP=127.0.0.1
Look around in your environment, Zabbix does not have such weekly jobs. Housekeeper is 1h by default, history syncers run constantly. Common thing for them is accessing the DB. So your storage gets slow, processes cannot write etc...
Comment