Plugin:APC UPS

From collectd Wiki

Jump to: navigation, search
APC UPS plugin
Type: read
Callbacks: config, read, shutdown
Status: supported
First version: 3.10
Copyright: 1996–1999 Andre M. Hedrick
2000–2004 Kern Sibbald
2006 Anthony Gialluca
2006–2007 Florian octo Forster
License: GPLv2
Manpage: collectd.conf(5)
List of Plugins

The APC UPS plugin connects to an instance of Apcupsd to read various statistics about a connected uninterruptible power supply (UPS), such as voltage, load, etc.

Contents

[edit] Synopsis

<Plugin "apcups">
  Host "localhost"
  Port "3551"
</Plugin>

[edit] Example graphs

File:percent-load.png

File:time-left.png

File:voltage-input.png

[edit] Dependencies

  • None

[edit] See also