1
0
Fork 0
forked from infra/ansible

zabbix: update internal dns name to match correct value

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2026-05-11 17:57:29 +01:00
commit a0b48d31b8
Signed by untrusted user: dkirwan
GPG key ID: A5893AB6474AC37D

View file

@ -9,8 +9,8 @@ zabbix_tls_stg_psk: ""
# Upstream Zabbix *server* the proxy connects to (host:port → proxy ZBX_SERVER_HOST).
zabbix_openshift_proxy_upstream_server_host: "zabbix01.stg.rdu3.fedoraproject.org:10051"
# DaemonSet agent passive Server= (kube DNS name of proxy Service, no port). Agent resolves this to
# the ClusterIP proxies use for passive polls. Confirm: oc get svc -n zabbix (often zabbix-zabbix-proxy).
zabbix_openshift_agent_server_hostname: zabbix-zabbix-proxy.zabbix.svc.cluster.local
# the ClusterIP proxies use for passive polls. Helm chart installs Service zabbix-zabbix-helm-chart-proxy in ns zabbix.
zabbix_openshift_agent_server_hostname: zabbix-zabbix-helm-chart-proxy.zabbix.svc.cluster.local
# Extra DaemonSet passive allowlist only (comma-separated IPs/hostnames/CIDR). Do NOT repeat
# zabbix_openshift_agent_server_hostname — it is already in ZBX_SERVER_HOST; duplication breaks startup.
# Add proxy/pod egress IPs seen in "connection from ... rejected" logs, e.g. "10.16.166.119".