Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-11893

Zabbix admins cannot import hosts that have a proxy configured

XMLWordPrintable

    • 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
            ]);
      

            Unassigned Unassigned
            okkuv9xh Marc
            Team B
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: