If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Zabbix Infrastructure
OS: Ubuntu 24.04
Zabbix: 7.4.10
Zabbix servers: 2 in HA
Zabbix Proxies: 5 in active mode, one is stand alone the other four are in proxy groups grouped in 2's
PostgreSQL: 18.3, w/timescaleDB 2.23.1
PGbouncer: 1.24.1
Compression: on after...
Hello All. We are setting up Zabbix with Nginx/Posgres combo as Frontend/Backend(Same Server).
Created initial DB as per Zabbix documentation:
sudo -u postgres createuser --pwprompt zabbix
sudo -u postgres createdb -O zabbix zabbix
move postgres database to mnt/database instead of default location
Hi,
I have the unique situation of burning through OS disks every 5-6 months because of high I/O with zabbix. (the root disk is an SD card. Failure signs show up after 3 months with high latency.) I set up a solution to have the database run on an externally mounted medium more suited...