1
0
Fork 0
forked from infra/ansible

zabbix: debugging connections to agents

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

View file

@ -13,5 +13,5 @@ zabbix_openshift_proxy_upstream_server_host: "zabbix01.stg.rdu3.fedoraproject.or
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".
zabbix_openshift_agent_passiveservers_extra: ""
# Proxy / cluster egress IPs if DNS→ClusterIP does not match SYN source addresses.
zabbix_openshift_agent_passiveservers_extra: "10.16.166.118,10.16.166.119,10.16.166.120"