Open GoogleCodeExporter opened 8 years ago
Just tested with Zabbix 1.8.12 and import is ok.
Anybody can help to work on a 2.0.0 xml file ?
Original comment by cedric.p...@gmail.com
on 25 May 2012 at 1:51
Well.. it now expects the tag <delay_flex/> for every item. Attached patch adds
this. However that's only fixing a notice.
I don't know, why the import of the trigger fails. But you can just disable the
import of triggers, then it works (triggers are defined at the end of the xml
file, so creating them by hand shouldn't be too hard).
Original comment by steffen....@googlemail.com
on 12 Jun 2012 at 10:47
Attachments:
I don't know, if that's the problem, but you output all the trigger
dependencies (<dependencies>) at the beginning of the file as direct child of
<zabbix_export>.
If I export a template from zabbix, the <dependencies> are children of a
<trigger>, like this:
Yours:
<dependencies>
<dependency description="Template_MySQL:Slave lag more than 10m over 10m on {HOSTNAME}">
<depends>Template_MySQL:Process mysqld not running on {HOSTNAME}</depends>
</dependency>
Zabbix 2.0 export:
<triggers>
<trigger>
<expression>{Service Apt Update Check:custom.apt-update-check.normal.last(0)}>0</expression>
<name>Non-critical updates available</name>
...
<dependencies>
<dependency>
<name>Security updates available</name>
<expression>{Service Apt Update Check:custom.apt-update-check.security.last(0)}>0</expression>
</dependency>
</dependencies>
Original comment by steffen....@googlemail.com
on 12 Jun 2012 at 11:08
Is there a definite fix or workaround as trying Zabbix 2.0.0 myself. and get
the same error.
What version of the product are you using? On what operating system?
Zabbix 2.0.0
appaloosa-zabbix-templates 0.0.1
better-cacti-templates 1.1.8
5.5.24-0ubuntu0.12.04.1-log (Ubuntu)
PHP 5.3.10-1ubuntu3.2 with Suhosin-Patch (cli)
Zabbix Appliance openSUS 12.1 "Asparagus" - Kernel 3.1.10-1.9-defaultroot
Dom
Original comment by Dominic....@gmail.com
on 10 Jul 2012 at 11:15
Yes, there is ;-)
http://www.fromdual.ch/mysql-performance-monitor
Original comment by cedric.p...@gmail.com
on 10 Jul 2012 at 11:41
Original issue reported on code.google.com by
cedric.p...@gmail.com
on 23 May 2012 at 3:18