My environment consist of one zabbix server version 7.0.13 and three proxies version 7.0.13.
Actions are failing with the message: "Host is monitored by proxy group, but its proxy assignment is still pending."
From source code I can see this error raising on this two places.
https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/src/zabbix_server/escalator/escalator.c#1519
I verified my host entry an I got this information.
zabbix=# select * from host_proxy where hostid = 43674;
hostproxyid | hostid | host | proxyid | revision | tls_accept | tls_issuer | tls_subject | tls_psk_identity | tls_psk
-------------+--------+------+---------+----------+------------+------------+-------------+------------------+---------
1457 | 43674 | | 11023 | 89 | 1 | | | |
(1 row)
zabbix=# select hostid,proxyid,proxy_groupid,monitored_by from hosts where hostid = 43674 ;
hostid | proxyid | proxy_groupid | monitored_by
--------+---------+---------------+--------------
43674 | | 1 | 2
(1 row)
If I change the configuration and setup directly the proxy for the node, actions work fine.
Although I would rather not to lose the high availability from proxygroup feature.
Actions are failing with the message: "Host is monitored by proxy group, but its proxy assignment is still pending."
From source code I can see this error raising on this two places.
https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/src/zabbix_server/escalator/escalator.c#1519
I verified my host entry an I got this information.
zabbix=# select * from host_proxy where hostid = 43674;
hostproxyid | hostid | host | proxyid | revision | tls_accept | tls_issuer | tls_subject | tls_psk_identity | tls_psk
-------------+--------+------+---------+----------+------------+------------+-------------+------------------+---------
1457 | 43674 | | 11023 | 89 | 1 | | | |
(1 row)
zabbix=# select hostid,proxyid,proxy_groupid,monitored_by from hosts where hostid = 43674 ;
hostid | proxyid | proxy_groupid | monitored_by
--------+---------+---------------+--------------
43674 | | 1 | 2
(1 row)
If I change the configuration and setup directly the proxy for the node, actions work fine.
Although I would rather not to lose the high availability from proxygroup feature.