Hi,
After upgrading our Zabbix database to use primary keys and subsequently upgrading from Zabbix version 6.4 to 7.0, we have encountered an issue where the Zabbix server continuously sends configuration data to all proxies in an endless loop. Now server is sending configuration data to all proxies approximately once every 5 seconds, configuration revision numbers incrementing constantly and proxies frequently requesting configuration updates. We did not no significant configuration changes that would typically trigger such frequent updates.
Log looks like this:
20240610:170623.946 sending configuration data to proxy "Proxy1" at "X.X.X.X", datalen 434, bytes 207 with compression ratio 2.1
20240610:170624.035 sending configuration data to proxy "Proxy2" at "X.X.X.X", datalen 434, bytes 207 with compression ratio 2.1
Steps Taken:
Checked Proxy and Server Configuration:
Verified that ProxyConfigFrequency is set to a reasonable value (currently 3600 seconds). It wasn't set before upgrade at all.
Ensured proxies are correctly configured and associated with the Zabbix server.
Reviewed Recent Changes:
Examined the auditlog table in the Zabbix database for any recent changes that might trigger frequent updates, but I am not expert in reading this.
Any advice is very welcome.
After upgrading our Zabbix database to use primary keys and subsequently upgrading from Zabbix version 6.4 to 7.0, we have encountered an issue where the Zabbix server continuously sends configuration data to all proxies in an endless loop. Now server is sending configuration data to all proxies approximately once every 5 seconds, configuration revision numbers incrementing constantly and proxies frequently requesting configuration updates. We did not no significant configuration changes that would typically trigger such frequent updates.
Log looks like this:
20240610:170623.946 sending configuration data to proxy "Proxy1" at "X.X.X.X", datalen 434, bytes 207 with compression ratio 2.1
20240610:170624.035 sending configuration data to proxy "Proxy2" at "X.X.X.X", datalen 434, bytes 207 with compression ratio 2.1
Steps Taken:
Checked Proxy and Server Configuration:
Verified that ProxyConfigFrequency is set to a reasonable value (currently 3600 seconds). It wasn't set before upgrade at all.
Ensured proxies are correctly configured and associated with the Zabbix server.
Reviewed Recent Changes:
Examined the auditlog table in the Zabbix database for any recent changes that might trigger frequent updates, but I am not expert in reading this.
Any advice is very welcome.
Comment