prometheus-nut-exporter icon indicating copy to clipboard operation
prometheus-nut-exporter copied to clipboard

A Prometheus exporter for Network UPS Tools (NUT)

Results 12 prometheus-nut-exporter issues
Sort by recently updated
recently updated
newest added

### Data is ok and only the UPS is selectable the single graph in Dashboard are empty when I try edit anyone. ![image](https://user-images.githubusercontent.com/1436958/138301158-4165c99f-c3c4-4e7f-b514-64151633c9e0.png) ![image](https://user-images.githubusercontent.com/1436958/138301471-03c0e4f7-3ee3-43e3-880d-161fc0a79931.png) Explore seems fine ![image](https://user-images.githubusercontent.com/1436958/138301869-75ad69eb-663a-41f5-9178-d855109017b3.png)

Setup as described on Docker host (192.168.90.3). Telnet check works. $ telnet 192.168.90.3 9995 Trying 192.168.90.3... Connected to 192.168.90.3. Escape character is '^]'. But when checked with QNAP NAS address...

Hello, sometimes, I got the error : ``` 2023-08-01T10:26:49.276091265Z [2023-08-01T10:26:49Z INFO prometheus_nut_exporter::http_server] Binding to endpoint: http://[::]:9995 2023-08-01T10:26:49.279367645Z [2023-08-01T10:26:49Z ERROR prometheus_nut_exporter::http_server] Server failed to bind to endpoint: error creating server listener:...

The exporter does not provide values when the UPS is on battery. (Prometheus does work between power loss and shutdown, I can see the values from the other sources.) I'm...

Thank you for making this exporter, it's very useful! Would be possible to add more metrics or to generate them somehow dynamically? Below dump is from [webnut](https://github.com/rshipp/webNUT) and it would...

I wasn't able to get this working until I uncommented the "Default" settings, which isn't stated anywhere. Just thought it might be worth updating so others don't spend several hours...

This works on my setup with a CyberPower OR600ERM1U UPS. I'd love to run tests and poked around in `manage/` but I couldn't figure out how to get that going...

Create DEFAULT_UPS_POWER_FROM_LOAD_PERCENTAGE config setting. Add override_nut_values(), since without it the values are pushed straight through with only key renaming. Inside, define the condition of where `ups.power` is not available, but...

I've set up nut with a password and the telnet test, executed on the same machine, passed without issue. But Prometheus keeps saying that there's no data and calling the...

This updates all rust dependencies to latest and fixes resulting (and existing) clippy errors part of #39