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

better ip/port separation/identification

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 3.0.0alpha2
    • Frontend (F)

      currently ip:port pairs in frontend (for example, configuration -> hosts) are printed as <ip>: <port>. while it is sort of ok for ipv4, it is not good for ipv6 :

      fdbf:b33f:1313:1337:dddd:dddd:1111:13: 10050
      

      standard way to enclose ipv6 address when port is present is to use square brackets like so :

      fdbf:b33f:1313:1337:dddd:dddd:1111:13                 <- no port
      [fdbf:b33f:1313:1337:dddd:dddd:1111:13]: 10050        <- port present
      

      we could also add a space before the colon both both for ipv4 and ipv6 addresses, making them look like this :

      [fdbf:b33f:1313:1337:dddd:dddd:1111:13] : 10050
      127.0.0.1 : 10050
      

            Unassigned Unassigned
            richlv richlv
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: