We are building a webpage for displaying the device status information including CPU usage, free disk space which are monitored by Zabbix.
As some of our services are not monitoring by Zabbix, we store device and service status information in our own database (Mysql).
What is the fast and best way to retrieve the device status information from Zabbix in order to update our own database at regular interval?

Comment