Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-9618

Get only common hosts from two or more selected groups

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 7.0.6
    • 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;

            zabbix.dev Zabbix Development Team
            mkudlacz Michal Kudlacz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: