Hello,
We are using Zabbix 7.0 LTS and we separated our proxy groups in two groups. Each group is using its own VMWare AVI load balancer
I have created a script and an action to restart a windows service when a trigger detects that this service is down.
The action performs as it should, but unfortunately, when I check, I can see that the script could not be run because the host sounds to not be associated to a proxy.
I was hoping this issue is LB related, but even if I change the Agent config file Server and ServerActive values to use the proxies names (comma separated) instead of the load balancer DNS name, I get the same error
I also checked in the Zabbix UI, the host appears with as a proxy assigned
Of course, I tried to associate the host to a specific proxy instead of using host group, and in this case, the scripts works like a charm. But this is definitely not what we want to use
Did someone else face this issue ? Any clue of what I could check or investigate to get it working with proxy groups ?