Zabbix 3.0

The Percona xml template does not properly import into Zabbix 3.0.

I am using the below template:
zabbix_agent_template_percona_mysql_server_ht_2.0.9-sver1.1.6.xml

When importing I get the below error:
Invalid XML tag “/zabbix_export/date”: “YYYY-MM-DDThh:mm:ssZ” is expected.
Will there be a new template available that will function with Zabbix 3.0 or do we have to manually update this template to resolve these errors?

SOLVED:

I had to load the below template into the old Zabbix server (2.4) and then export it. From there I could upload it to Zabbix server 3.0.

Hello hin5842,

I have the same problem than you but i didn’t use/have the old Zabbix server. Can you please export template from Zabbix 3.0 and upload it somewhere or give details about modifications ?

Thank you,
Nicolas

EDIT : i did it from a free online Zabbix Demo
I cannot upload a file so i post a link to template if someone have the same problem : [URL=“https://www.noriade.com/zbx_export_percona-templates.xml_.zip”]https://www.noriade.com/zbx_export_p...lates.xml_.zip[/URL]

Hi, I’m not sure if this is the same problem, but I’m also trying to get the Zabbix plugins working in Zabbix 3.01…

I got to https://www.percona.com/doc/percona-…-zabbix-server
and didn’t find a tarball so I downloaded and installed the .deb OK, but not sure what to do for step 3:
Import the XML template using Zabbix UI (Configuration → Templates → Import) by additionally choosing “Screens”.
and I don’t see any Percona templates in Zabbix’s Groups pages.

Thank you,
Barry

I came across the same issue. The link provided by Noriade didn’t work for me. So I went through the generation script and the errors and fixed it right up to work with zabbix3. I expect there are some issues around some of the graph formatting, but it does good enough for me.

You can get my updated code here [url]https://github.com/Moncky/percona-monitoring-plugins/tree/zabbix3[/url] just run the pmp-zabbix-template.py script to generate the xml file with the missing elements.

moncky

moncky, I tried import your temlate to Zabbix 3.2 but no luck. So I made some changes in it. You can get it here: [url]https://github.com/Xell79/master[/url]