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

In Configuration->Hosts frontend shows the first host interface in the Interface column

XMLWordPrintable

      It would make more sense to show default interface there while we aren't able to show all of them as ZBX-3607 and ZBXNEXT-1872 request.

      Also it is strange that host configuration menu inactivates Remove button for the first listed interface.

      zabbix300=> select i.* from interface as i, hosts as h where h.host='usermacro' and i.hostid=h.hostid;
       interfaceid | hostid | main | type | useip |   ip    |  dns   |  port   | bulk 
      -------------+--------+------+------+-------+---------+--------+---------+------
                 5 |  10105 |    1 |    1 |     0 | 0.0.0.0 | wrong  | {$PORT} |    1
                 4 |  10105 |    0 |    1 |     1 | 0.0.0.0 | wrong  | {$PORT} |    1
                 3 |  10105 |    0 |    1 |     0 | {$IP}   | {$DNS} | {$PORT} |    1
                 2 |  10105 |    0 |    1 |     1 | {$IP}   | {$DNS} | {$PORT} |    1
      (4 rows)
      

            Unassigned Unassigned
            glebs.ivanovskis Glebs Ivanovskis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: