I have configured an internal action to notify me when an item becomes unsupported. The item is templated and the template is applied to 2 hosts. A notification is correctly send for host1, but not host2. I found the following in zabbix_server logs
So it seems zabbix_server is aware of the item not being supported, but the notification is not send for host2.
Zabbix_server talks to host1 directly, but host2 is behind a proxy. I wonder if this is what makes the difference. Would anyone happen to know, please? Are internal actions not supported for hosts behind proxies?
Code:
2896357:20230417:144606.472 item "host1:test" became not supported: Unsupported item key. 2896357:20230417:144708.577 item "host2:test" became not supported: Unsupported item key.
Zabbix_server talks to host1 directly, but host2 is behind a proxy. I wonder if this is what makes the difference. Would anyone happen to know, please? Are internal actions not supported for hosts behind proxies?