-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Plugin Battery
Florian Forster edited this page Nov 26, 2023
·
1 revision
Name: | Battery plugin |
---|---|
Type: | read |
Callbacks: | init, read |
Status: | supported |
FirstVersion: | 3.7 |
Copyright: | 2006–2014 Florian octo Forster, 2008 Michał Mirosław, 2014 Andy Parkins |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
See also: | List of Plugins |
The Battery plugin collects the battery's charge, the drawn current and the battery's voltage. Right now the plugin works with ACPI- and PMU-batteries under Linux and under Mac OS X.
- Linux uses one of these sources (first match):
- sysfs filesystem with
/sys/class/power_supply
(available since collectd 5.4.2). - proc filesystem with
/proc/acpi/battery
- proc filesystem with
/proc/pmu
.
- sysfs filesystem with
- Mac OS X
-
IOKit
(Part of Mac OS X.)
-