Hi,
I'm trying to access agent availability data in order to build a dashboard to present KPI data on hosts connected to Zabbix.
Previously I was accessing "Agent availability", "Zabbix agent availability", and "SNMP agent availability trend data through the "trend" api endpoint (which I was accessing via a Python script.
I am now trying to access this information directly through the mySQL database, however within this the agent availability trend data is not available.
Does anyone know whether this would be stored within another table or how I can access this via the database?
Many thanks in advance!
Ewan
I'm trying to access agent availability data in order to build a dashboard to present KPI data on hosts connected to Zabbix.
Previously I was accessing "Agent availability", "Zabbix agent availability", and "SNMP agent availability trend data through the "trend" api endpoint (which I was accessing via a Python script.
I am now trying to access this information directly through the mySQL database, however within this the agent availability trend data is not available.
Does anyone know whether this would be stored within another table or how I can access this via the database?
Many thanks in advance!
Ewan
Comment