Hi,
Im trying the HA feature for Zabbix server. Right now I have a cluster setup.
Node 1: zabbic-server-c1
Node 2: zabbic-server-c2
I have a proxy installed using helm in an Azure Kubernetes Cluster.
It reports successfully to the active server and i can collect data about my K8S cluster.
However when i shut down Node 1, the second node takes over as active but the proxy is lost and start being reported as offline.
When i take Node one online again and change it to the active node, proxy goes online.
I have this configured in the proxy configuration file:
- name: ZBX_SERVER_HOST
value: "zabbix-server-c1.example.com:10051 ;zabbix-server-c2.example.com:10051"
If i change the value and put the node 2 first, then the proxy will only report to node 2.
Seems it only reports to the first node in the value.
Is there any configuration i have missed or is this an expected behavior?
Im trying the HA feature for Zabbix server. Right now I have a cluster setup.
Node 1: zabbic-server-c1
Node 2: zabbic-server-c2
I have a proxy installed using helm in an Azure Kubernetes Cluster.
It reports successfully to the active server and i can collect data about my K8S cluster.
However when i shut down Node 1, the second node takes over as active but the proxy is lost and start being reported as offline.
When i take Node one online again and change it to the active node, proxy goes online.
I have this configured in the proxy configuration file:
- name: ZBX_SERVER_HOST
value: "zabbix-server-c1.example.com:10051 ;zabbix-server-c2.example.com:10051"
If i change the value and put the node 2 first, then the proxy will only report to node 2.
Seems it only reports to the first node in the value.
Is there any configuration i have missed or is this an expected behavior?
Comment