We're currently building a custom intranet for our company and we're wanting to pull some specific data from zabbix and have a "Overview" page inside our intranet.
Now for most of it, it is just a matter of pulling the data from MySQL and plugging it into the intranet page. So I'm going to create a list of stuff we're interested in displaying and if you can shed some light on the best most efficient way possible please do
-Displaying Graphs(Planned on using a bash script to dump the specific Graph to a .png file then have the intranet get it and display it)
-Displaying UP/Down of Certain Devices(Planned on checking Database for Host Status and Displaying output to intranet)
-All Systems OK(This I'm unsure of the best way)
Now for most of it, it is just a matter of pulling the data from MySQL and plugging it into the intranet page. So I'm going to create a list of stuff we're interested in displaying and if you can shed some light on the best most efficient way possible please do

-Displaying Graphs(Planned on using a bash script to dump the specific Graph to a .png file then have the intranet get it and display it)
-Displaying UP/Down of Certain Devices(Planned on checking Database for Host Status and Displaying output to intranet)
-All Systems OK(This I'm unsure of the best way)
Comment