Hello all,
I am trying to create a screen complete with desired graphs for one host, then export that screen as XML, modify the host name and import the new screen XML. We want this as part of setting up a Slide Show.
I noticed that the exported screen XML is setup with:
While I get the import to work if I simply remove the zabbix-export tags, and the screen is set up with desired name and numbers of row and columns ... there are no graphs automatically added in the cells. Does Zabbix expect some particular tag to replace the zabbix-export ones? I tried <zabbix-import>; but that resulted in XML errors. If so I cannot find that documented.
We use Zabbix 2.2.6 on a RHEL 6 box. I have made sure that graphs with the same names exist for all hosts. What am I missing?
I am trying to create a screen complete with desired graphs for one host, then export that screen as XML, modify the host name and import the new screen XML. We want this as part of setting up a Slide Show.
I noticed that the exported screen XML is setup with:
HTML Code:
<zabbix-export> <screens> <screen> ...configuration elements... </screen> </screens> </zabbix-export>

We use Zabbix 2.2.6 on a RHEL 6 box. I have made sure that graphs with the same names exist for all hosts. What am I missing?