Since Zabbix doesn't let me export the displayed data from the "Availability Report," I'm tracking system availability for leadership reports using the following item on each host:
100*(avg(//zabbix[host,active_agent,available],30d))
In Zabbix 6.4, that works perfectly. In 7.0, most of the hosts are reporting greater than 100% availability. The same exact hosts in 6.4 and 7.0 do not show the same data for this item. Does anyone have an idea why that might be? Or does anyone know how to export or aggregate the data from the built-in Availability Report?
Thanks in advance.
100*(avg(//zabbix[host,active_agent,available],30d))
In Zabbix 6.4, that works perfectly. In 7.0, most of the hosts are reporting greater than 100% availability. The same exact hosts in 6.4 and 7.0 do not show the same data for this item. Does anyone have an idea why that might be? Or does anyone know how to export or aggregate the data from the built-in Availability Report?
Thanks in advance.
Comment