-
Incident report
-
Resolution: Fixed
-
Major
-
3.0.7
-
Sprint 3, Sprint 4
-
0.5
Zabbix admins cannot import hosts that have a proxy configured.
I presume it could be caused by expecting Read-write permission to the proxies one wants to resolve its names to ids. What is kind of pointless in regards to proxies, isn't it?
resolveHostReferences() resolveProxy() selectProxyes() $dbProxy = API::Proxy()->get([ 'filter' => ['host' => $this->proxies], 'output' => ['hostid', 'host'], 'preservekeys' => true, 'editable' => true ]);