Update docker-compose.yml

This commit is contained in:
2026-04-17 10:01:51 +02:00
parent b5afb79021
commit 779126327c

View File

@@ -24,14 +24,14 @@ services:
# ── Network ───────────────────────────────────────────────────────────
# IP address (or hostname) of THIS host, reachable by the Zabbix server.
# Zabbix will send SNMP polls to this address on port 161.
APP_HOST: "192.168.1.100" # ← change to your actual host IP
APP_HOST: "10.16.2.20" # ← change to your actual host IP
# ── Zabbix API (optional) ─────────────────────────────────────────────
# Leave ZABBIX_URL empty to disable automatic host management.
# Requires Zabbix 6.0+.
ZABBIX_URL: "" # e.g. "http://zabbix.example.com"
ZABBIX_USER: "Admin"
ZABBIX_PASSWORD: ""
ZABBIX_URL: "https://monitor.stranto.com" # e.g. "http://zabbix.example.com"
ZABBIX_USER: "odmon"
ZABBIX_PASSWORD: "lk09u834ojnaslvnjh09u34g"
ZABBIX_HOST_GROUP: "Yodeck Players"
ZABBIX_SNMP_COMMUNITY: "public"