psyinfra / prometheus-eaton-ups-exporter

A Prometheus exporter for (some) Eaton UPSs
ISC License
13 stars 5 forks source link

regression: --web.listen-address no longer allows listening on all interfaces #12

Closed aqw closed 3 years ago

aqw commented 3 years ago

The following syntax used to result in the exporter listening on all network interfaces:

--web.listen-address :9790"

In the new release, it results in listening on 127.0.0.1.

mathisloevenich commented 3 years ago

Ah I hope you were still able to deploy it. I've added some code to prevent people using strange syntax, like : --web.listen-address 127.0.0.1:"

mathisloevenich commented 3 years ago

I will change that back as I was not aware of this fact.