I have a problem with our Zabbix 7.0.9 environment.
We have Server A which is our Zabbix Frontend Server, and Server B which is our Zabbix SQL server with TimescaleDB.
Sometimes the Zabbix server throws extremely long queries after the SQL server, and then it crashes.
Eg. today from 20250428:160005.386 to 20250428:160020.020 (1 query every second) i get 5 warnings in the Zabbix server log: each is "slow query: 3-5 seconds,"
Example: slow query: 3.540515 sec, "update trends_uint set num=.......
Each of these queries are between 60k and 80k characters long, which makes our SQL server use 100% CPU at all times.
We have as of now 677 hosts.
This wasn't a problem before we migrated from 6.0 to 7.0.
Does anyone have a clue what could be our issue?
We have Server A which is our Zabbix Frontend Server, and Server B which is our Zabbix SQL server with TimescaleDB.
Sometimes the Zabbix server throws extremely long queries after the SQL server, and then it crashes.
Eg. today from 20250428:160005.386 to 20250428:160020.020 (1 query every second) i get 5 warnings in the Zabbix server log: each is "slow query: 3-5 seconds,"
Example: slow query: 3.540515 sec, "update trends_uint set num=.......
Each of these queries are between 60k and 80k characters long, which makes our SQL server use 100% CPU at all times.
We have as of now 677 hosts.
This wasn't a problem before we migrated from 6.0 to 7.0.
Does anyone have a clue what could be our issue?
Comment