Difference between revisions of "Plugin:NUT"
From collectd Wiki
m (Added DEFAULTSORT magic word.) |
(Relicensed to MIT license.) |
||
Line 5: | Line 5: | ||
| Status={{supported}} | | Status={{supported}} | ||
| FirstVersion={{Version|4.0}} | | FirstVersion={{Version|4.0}} | ||
− | | Copyright=''2007'' Florian | + | | Copyright=''2007'' [[User:Octo|Florian Forster]] |
− | | License={{ | + | | License={{MIT License}} |
| Manpage={{Manpage|collectd.conf|5|plugin_nut}} | | Manpage={{Manpage|collectd.conf|5|plugin_nut}} | ||
}} | }} |
Latest revision as of 10:40, 21 May 2015
NUT plugin | |
---|---|
Type: | read |
Callbacks: | config, read, shutdown |
Status: | supported |
First version: | 4.0 |
Copyright: | 2007 Florian Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The NUT plugin collects uninterruptible power supply (UPS) statistics using the Network UPS Tools (NUT). These statistics include basically everything NUT will give us, including voltages, currents, power, frequencies, load, and temperatures.
Synopsis
<Plugin "nut"> UPS "upsname@localhost:12345" </Plugin>