Hi,
i have this topology:
Zabbix Server <-- Zabbix active Proxy --> SNMP Device
The Proxy polls items from the server, collects the data with SNMP and sends data back to the server.
Now i had the problem that after updates of the infrastructure Server and one Proxy had different versions for some time, Server 6.2.0, Proxy 6.0.0
In result the server could not parse the data delivered by the proxy and no items were updated with new values, but also no triggers were fired. There was no alert at all about the broken connection between server and proxy.
How do i monitor missing item values in this case?
Normaly i do that with an internal item
But for this proxy topology this does not work.
Thanks a lot for help.
i have this topology:
Zabbix Server <-- Zabbix active Proxy --> SNMP Device
The Proxy polls items from the server, collects the data with SNMP and sends data back to the server.
Now i had the problem that after updates of the infrastructure Server and one Proxy had different versions for some time, Server 6.2.0, Proxy 6.0.0
In result the server could not parse the data delivered by the proxy and no items were updated with new values, but also no triggers were fired. There was no alert at all about the broken connection between server and proxy.
Code:
1321:20230227:232448.725 proxy "zabbix-proxy-host" protocol version 6.0 differs from server version 6.2 1. Failed: cannot extract value from json by path "$.ServerUptimeSeconds": no data matches the specified path
Normaly i do that with an internal item
Code:
key: zabbix[queue,10m] trigger: min(/zabbix-host/zabbix[queue,10m],10m)>50
Thanks a lot for help.

Comment