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

Details

    • Team B
    • Sprint 3, Sprint 4
    • 0.5

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: