dit document beschrijft de installatie van Zabbix op Debian.
wget https://repo.zabbix.com/zabbix/6.2/debian/pool/main/z/zabbix-release/zabbix-release_6.2-2%2Bdebian11_all.deb
dpkg -i zabbix-release_6.2-2+debian11_all.deb
apt update
apt install zabbix-server-pgsql zabbix-frontend-php php7.4-pgsql zabbix-nginx-conf zabbix-sql-scripts zabbix-agent
CREATE USER zabbix PASSWORD '<wachtwoordje>';
CREATE DATABASE zabbix OWNER zabbix;
host zabbix zabbix zabbix.legoland.net scram-sha-256
zcat /usr/share/zabbix-sql-scripts/postgresql/server.sql.gz | psql -h postgresql.legoland.net -d zabbix -U zabbix
/etc/zabbix/zabbix_server.conf
en vul database waarden in. /etc/zabbix/nginx.conf
en wijzig:listen 80; server_name zabbix.legoland.net;
systemctl restart zabbix-server zabbix-agent nginx php7.4-fpm systemctl enable zabbix-server zabbix-agent nginx php7.4-fpm
http://<zabbix server>
en doorloop de wizard.