More
Browsing Tag

Linux

Zabbix HA Proxy with containers

By Antti Hurme 11/12/2024 No Comments 12 Min Read

With Zabbix 7.0 we got Zabbix High Availability proxies (ZBXNEXT-8758), and they provide greatly improved availability and scalability for your monitoring. Zabbix proxies handle a lot of the same functionality that the server, and from a performance point of view they do pre-processing for the server and only send the values forward to the server itself. Thus we free up resources on the server to handle triggers, escalations alerts and…

Continue Reading

Upgrading Zabbix 7 DB to PostgreSQL17 with Timescaledb 2.17

By Antti Hurme 25/11/2024 No Comments 4 Min Read

With Zabbix release 7.0.6 (Release Notes for Zabbix 7.0.6) both TimescaleDB extension 2.7 (ZBXNEXT-9532) and PostgreSQL 17 (ZBXNEXT-9238) became officially supported. Great! Time to upgrade the homelab environment! Upgrading to PostgreSQL 17 In my homelab environment, I’ve had PostgreSQL 15 before the upgrade with TimescaleDB extension version 2.15. Always refer to the official PostgreSQL upgrade manual for upgrade paths. Note that this is for a stand-alone single node PGSQL database,…

Continue Reading

Upgrading Zabbix with PSQL and TimescaleDB to specific version

By Antti Hurme 04/06/2024 No Comments 2 Min Read

When upgrading to Zabbix 7.0, the minimum version of TimescaleDB extension has been increased, thus you might encounter the following error if you’ve been conservative when upgrading the extension due to version mismatch. Starting Zabbix Server. Zabbix 7.0.0 (revision 49955f1fb5c).using configuration file: /etc/zabbix/zabbix_server.conf TimescaleDB version 20902 is not officially supported. Recommended version is at least TimescaleDB Community Edition 2.10.0.Zabbix Server stopped. Zabbix 7.0.0 (revision 49955f1fb5c). To upgrade the timescaledb extension,…

Continue Reading

Upgrading to Zabbix 7.0 from 6.x, GPG keys are not correct

By Antti Hurme 04/06/2024 No Comments 1 Min Read

If you update the repository configuration in rhel/rocky/alma/centos in /etc/yum.repos.d/zabbix.repo like previously, then you will get the error message below; “The GPG keys listed for the “Zabbix Official Repository – x86_64″ repository are already installed but they are not correct for this package.” To fix the issue, you will need to install the new Zabbix 7.0 release rpm found in https://repo.zabbix.com, for example zabbix-release-7.0-2.el9.noarch.rpm located in Zabbix Official Repository.

Continue Reading
Load More Posts