Get only common hosts from two or more selected groups

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: 7.0.6
    • Component/s: Frontend (F)
    • None

      Allow such selection in frontend:

      SELECT h.hostid, h.host
      FROM hosts h
      JOIN hosts_groups hg1 ON h.hostid = hg1.hostid
      JOIN hosts_groups hg2 ON h.hostid = hg2.hostid
      WHERE hg1.groupid = 1
        AND hg2.groupid = 2;

            Assignee:
            Zabbix Development Team
            Reporter:
            Michal Kudlacz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: