czerwonk / ping_exporter

Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping
MIT License
524 stars 115 forks source link

How do I change the listening address in the YAML-based config file? #117

Open danielniccoli opened 2 months ago

danielniccoli commented 2 months ago

How do I change the listening address in the YAML-based config file? This is not working:

web:
  - listenAddress: localhost:9427
Fstream7 commented 1 month ago
web:
  listenAddress: localhost:9427
danielniccoli commented 3 weeks ago

That does also not work.