I am currently using Zabbix 2.0 to monitor some machines. My hosts have graphs.
I am in the process of creating a Python script in order to download the images of specific graphs to include them into a report. I have the host name and the graph name.
I am not there yet, I currently only did the login, but I intend to get the host from it's name, go through the graph and find the right graph.
Once I have that graph, is there a way to get the url of the image that is produced in the preview tab of the graph configuration page?
I don't want to generate the url manually with the graph attributes since the image url has over 1700 characters (many items in it).
I am in the process of creating a Python script in order to download the images of specific graphs to include them into a report. I have the host name and the graph name.
I am not there yet, I currently only did the login, but I intend to get the host from it's name, go through the graph and find the right graph.
Once I have that graph, is there a way to get the url of the image that is produced in the preview tab of the graph configuration page?
I don't want to generate the url manually with the graph attributes since the image url has over 1700 characters (many items in it).
Comment