Hello
I'am using zabbix in monitoring industrial environment. (Temperatures of furnace in brick production).
I would like to know what would be the easiest way to have custom graph with data from zabbix database. I want to make so called "furnace diagram" with meters (longitude of furnace) on x-axes and and average temperatures (zabbix items I do monitor already) on y-axes.
I have good overall knowledge of linux and postgres and have some proficiency with python. I was thinking of separate simple webapp in python and cherrypy with zabbix database as a backend. I can deal with it for sure but I would like to know is it simpler to change zabbix code.
Please a have a look at the diagram I made here: http://dl.dropbox.com/u/7886102/graph_custom.jpg
I'am using zabbix in monitoring industrial environment. (Temperatures of furnace in brick production).
I would like to know what would be the easiest way to have custom graph with data from zabbix database. I want to make so called "furnace diagram" with meters (longitude of furnace) on x-axes and and average temperatures (zabbix items I do monitor already) on y-axes.
I have good overall knowledge of linux and postgres and have some proficiency with python. I was thinking of separate simple webapp in python and cherrypy with zabbix database as a backend. I can deal with it for sure but I would like to know is it simpler to change zabbix code.
Please a have a look at the diagram I made here: http://dl.dropbox.com/u/7886102/graph_custom.jpg
Comment