Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

p404/nut_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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)