psyinfra / prometheus-eaton-ups-exporter

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

RFC: Correct default ip address #25

Closed TobiasKadelka closed 8 months ago

TobiasKadelka commented 8 months ago

This changes the default IP address: DEFAULT_HOST = "0.0.0.0". (The help-text needs no separate change, since it is an f-string and uses the DEFAULT_HOST)

While trying to reproduce the error described by @aqw I noticed an error in the README.md which I fixed, too. Also I could not stop myself from normalizing the line breaks doc-strings.