Add Zabbix Docker Compose config, fix agent hostname

Set AGENT_HOSTNAME=AgapHost to match the existing host in Zabbix server
(was agap-server, causing "host not found" errors).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alvis
2026-02-22 10:40:10 +00:00
parent 0848b6f3fb
commit 7548ba117f
2 changed files with 111 additions and 0 deletions

12
zabbix/.env Normal file
View File

@@ -0,0 +1,12 @@
# Zabbix web frontend
WEB_PORT=81
PHP_TZ=Europe/Amsterdam
# Agent
AGENT_HOSTNAME=AgapHost
# PostgreSQL
POSTGRES_DATA_DIR=/mnt/ssd/dbs/zabbix
POSTGRES_USER=zabbix
POSTGRES_PASSWORD=fefwG11UAFfs110
POSTGRES_DB=zabbix