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:
parent
269c4fd64d
commit
a0b48d31b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue