-
Incident report
-
Resolution: Duplicate
-
Minor
-
1.8.4
-
Oracle Enterprise Linux 5.5, distro-supplied Apache/MySQL/PHP/kernel
Importing a template from XML file ignores the valuemapid tag; exporting anything that uses value mapping (e.g., template, host) to XML file omits the valuemapid tag.
Problem:
<webroot>/zabbix/include/export.inc.php:
XML_TAG_ITEM, 'elements', is missing: 'valuemapid' => ''
Solution:
-
-
- export.inc.php.orig 2011-03-18 19:14:14.000000000 -0700
- export.inc.php 2011-03-18 19:14:32.000000000 -0700
***************
- 170,176 ****
'snmpv3_securityname' => '',
'snmpv3_securitylevel' => '',
'snmpv3_authpassphrase' => '',
! 'snmpv3_privpassphrase' => ''
)
),
XML_TAG_TRIGGER => array(
- 170,177 ----
'snmpv3_securityname' => '',
'snmpv3_securitylevel' => '',
'snmpv3_authpassphrase' => '',
! 'snmpv3_privpassphrase' => '',
! 'valuemapid' => ''
)
),
XML_TAG_TRIGGER => array(
-