prometheus-nut-exporter
prometheus-nut-exporter copied to clipboard
Does not work with QNAP Nut implementation
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 (192.168.90.6):
$ lynx http://192.168.90.3:9995/metrics?target=192.168.90.6:3493
Failed to communicate with target: Connection reset by peer (os error 104)
when checked from PC web browser
Failed to communicate with target: Malformed list for query "LIST UPS".
- I remember using "UPS Name" parameter, with value "qnapups" when setting WinNUT and that was mandatory. Just a thought...
[SOLVED] IP address of nut-exporter needs to be added to QNAP UPS Master notified list, otherwise, communication is not possible.
This can be closed.