I solved it myself targets: ['2404:6800:4005:805::200e:1234'] is error
It has to be written like this targets: ["[2404:6800:4005:805::200e]:1234"] 在2020年8月24日星期一 UTC+8 上午9:12:59<老周> 写道: > I want to test ipv6addres+port like > 2404:6800:4005:805::200e port 1234 > > prometheus.yml config: > metrics_path: /probe > params: > module: [tcp_connect] > static_configs: > - targets: ['2404:6800:4005:805::200e:1234'] > > the <probe_success> is false and <probe_duration_seconds> no time > delay,so grafana no result > but config module ICMP is ok > blackbox.yml is default > > help me~~ > > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/268b90c7-05f8-430d-a0bc-bd74eed820a9n%40googlegroups.com.

