-
Incident report
-
Resolution: Duplicate
-
Blocker
-
None
-
2.0.1
-
None
When importing templates with zabbix 2.0.1, discovery rules are ignored and not imported but no error is displayed.
In C20ImportFormatter.php, function getDiscoveryRules(), line 171:
line if (!empty($host['discovery_rules']... should be
if (!empty($template['discovery_rules']...
This way it throws some errors but at least it successfully imports all of the template.
- duplicates
-
ZBX-5232 Discovery rules does not import from XML files
- Closed