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>
13 lines
217 B
Bash
13 lines
217 B
Bash
# 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
|