-
Type:
Problem report
-
Resolution: Incomplete
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Steps to reproduce:
- Create host
- Create discovery rule with host prototype
- Export configuration via ZabbixAPI (pyzabbix)
- Import configuration on other zabbix via ZabbixAPI with all 'True' rules :
do_request('configuration.import', { "format": "xml", "rules": { "groups": { "createMissing": True }, "templates": { "createMissing": True, "updateExisting": True } ....
Result:
If other zabbix already has host with discovery rule :
ERROR:root:Exception occurred during process ('Error -32500: Application error., No permissions to referred object or it does not exist!', -32500)
Expected:
Configuration import to host complete successfully