+yyyy-mm-dd, Version 4.0.9
+ * apcups plugin: Fix reporting of the `load percent' data.
+
2007-09-12, Version 4.0.8
* collectd: The `sstrerror' function was improved to work correctly
with the broken GNU version of `strerror_r'.
apc_submit_generic ("voltage", "output", apcups_detail->outputv);
apc_submit_generic ("voltage", "battery", apcups_detail->battv);
apc_submit_generic ("charge", "", apcups_detail->bcharge);
- apc_submit_generic ("percent", "charge", apcups_detail->loadpct);
+ apc_submit_generic ("percent", "load", apcups_detail->loadpct);
apc_submit_generic ("timeleft", "", apcups_detail->timeleft);
apc_submit_generic ("temperature", "", apcups_detail->itemp);
apc_submit_generic ("frequency", "input", apcups_detail->linefreq);