0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-15 01:58:34 +00:00
netdata_netdata/collectors/charts.d.plugin/nut
Chris Akritidis 415f57c5bf
Ga ()
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
nut.chart.sh lint all shell collectors code () 2018-11-26 11:54:01 +02:00
nut.conf modularized all source code () 2018-10-15 23:16:42 +03:00
README.md Ga () 2018-12-07 11:30:04 +01:00

nut

The plugin will collect UPS data for all UPSes configured in the system.

The following charts will be created:

  1. UPS Charge
  • percentage changed
  1. UPS Battery Voltage
  • current voltage
  • high voltage
  • low voltage
  • nominal voltage
  1. UPS Input Voltage
  • current voltage
  • fault voltage
  • nominal voltage
  1. UPS Input Current
  • nominal current
  1. UPS Input Frequency
  • current frequency
  • nominal frequency
  1. UPS Output Voltage
  • current voltage
  1. UPS Load
  • current load
  1. UPS Temperature
  • current temperature

configuration

This is the internal default for /etc/netdata/nut.conf

# a space separated list of UPS names
# if empty, the list returned by 'upsc -l' will be used
nut_ups=

# how frequently to collect UPS data
nut_update_every=2

analytics