Skip to content

klippo/nut_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUT Exporter - WIP

This is an NUT (Network UPS Tools) exporter for Prometheus.

The exporter relies on tools from the https://github.com/networkupstools/nut (uspc).

Running

A minimal invocation looks like this:

./nut_exporter

Supported parameters include:

  • port: port to listen on (default: 8100)
  • ups: name of the monitored ups (default: none)
  • upsc: path to the upsc executable (default: rely on $PATH)

Running in docker

docker run -d --net=host quay.io/klippo/nut_exporter -ups <upsname>[@<hostname>[:<port>]]

Grafana Dashboard

Available in dashboards/

About

NUT exporter for Prometheus

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.5%
  • Dockerfile 3.2%
  • Makefile 0.3%