unbound_exporter icon indicating copy to clipboard operation
unbound_exporter copied to clipboard

Missing connection scheme causes panic

Open pgporada opened this issue 9 months ago • 0 comments

Seen on a checkout from main (2faff03ab65d20b8b1bab87f149535018e40af5e)

[root@freebsd13 ~/unbound_exporter]# ./unbound_exporter -unbound.ca="" -unbound.cert="" -unbound.host="192.168.33.11:8953"
level=info ts=2023-09-21T14:27:46.011Z caller=unbound_exporter.go:509 Startingunbound_exporter=(MISSING)
panic: parse "192.168.33.11:8953": first path segment in URL cannot contain colon

goroutine 1 [running]:
main.main()

pgporada avatar Sep 21 '23 14:09 pgporada