Closed jangrewe closed 5 years ago
Hello! It appears my UPSes do not expose this information (I'm using the simple USB models), so it isn't accounted for at all in my parsing package or this Prometheus exporter.
The functionality you want would need to be added to: https://github.com/mdlayher/apcupsd.
I'd happily accept PRs there.
Just found this, but i don't have access to that UPS anymore (just my private one now), so i'll close it for now...
Hi, i found your exporter while searching for a way to get our new UPS integrated into our Prometheus/Grafan setup, and it was a breeze to get working. Unfortunately the nominal output voltage (NOMOUTV) is always shown as 0, although it's shown correctly by
apcaccess status
.Here's the output from your exporter:
And this is was
apcaccess status
gives me:And a feature request: also export the output current (OUTCURNT), internal temperature (ITEMP), line frequency (LINEFREQ) and output voltage (OUTPUTV) values.
Thanks!