alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

Alertmanager UI is not opening using IPV6 literal

Open venkatbvc opened this issue 5 years ago • 1 comments

What did you do? Open the alertmanager UI using the ipv6 literal. http://[x:x:x::x]:9093/. It works if we pass hostname instead of IPV6 literal.

What did you expect to see? Alertmanager UI What did you see instead? Under which circumstances? Attached error is what is observed in the Google developer tool console. Environment Linux vm-xxx-fpm-cpro 3.10.0-957.12.2.el7.x86_64 #1 SMP Fri Apr 19 21:09:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

  • System information:

    insert output of uname -srm here Linux 3.10.0-957.12.2.el7.x86_64 x86_64

  • Alertmanager version:

    insert output of alertmanager --version here (repeat for each alertmanager version in your cluster, if relevant to the issue) 0.20.0

  • Prometheus version:

    insert output of prometheus --version here (repeat for each prometheus version in your cluster, if relevant to the issue)

  • Alertmanager configuration file:

insert configuration here
  • Prometheus configuration file:
insert configuration here (if relevant to the issue)
  • Logs:
insert Prometheus and Alertmanager logs relevant to the issue here

Following is the google groups thread where this was discussed. https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/prometheus-users/e0NbZX6oDpo/ls76u_hnBgAJ

Suspecting this issue due to 3rd party component Elm/Url. https://github.com/elm/url/issues/12.

venkatbvc avatar Aug 03 '20 12:08 venkatbvc

Getting this issue too, and it's definitely because of Elm.

http://[fd2c:4708:5563:2101::59]:9093/script.js:1 Uncaught Error: https://github.com/elm/core/blob/1.0.0/hints/1.md

There is a PR open for https://github.com/elm/url/issues/12, but nobody has touched it for over 3 years...

ennekein avatar Jan 17 '23 00:01 ennekein