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:
12
zabbix/.env
Normal file
12
zabbix/.env
Normal 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
|
||||
Reference in New Issue
Block a user