From: Florian Forster Date: Wed, 27 Aug 2008 06:55:19 +0000 (+0200) Subject: ChangeLog: Added the onewire plugin. X-Git-Tag: collectd-4.5.0~27 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9fff9cae64b401e584c0d0ebd3d5fa97433c6839;p=collectd.git ChangeLog: Added the onewire plugin. It's marked as experimental. --- diff --git a/ChangeLog b/ChangeLog index bd527a00..3c5b5447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,14 @@ Specification'. * notify_email plugin: This new plugin sends out notifications via email, using the `esmtp' library. + * onewire plugin: The new experimental(!) onewire plugin reads values, + such as temperatures, from sensors connected to the computer via the + onewire bus. + * perl plugin: Improved synchronized access to internal data structures + and fixed a possible dead-lock. + * perl plugin: Added the ability to flush certain identifiers and marked + plugin_flush_all() and plugin_flush_one() as deprecated in favor of + plugin_flush(). * postgresql plugin: The new postgresql plugin collects statistics from an PostgreSQL database. * processes plugin: The `ProcessMatch' option has been added. @@ -19,12 +27,6 @@ * tcpconns plugin: This plugin has been ported to OpenBSD. * thermal plugin: The new thermal plugin collects system temperatures using Linux ACPI thermal zone data. - * perl plugin: Improved synchronized access to internal data structures - and fixed a possible dead-lock. - * perl plugin: Added the ability to flush certain identifiers and marked - plugin_flush_all() and plugin_flush_one() as deprecated in favor of - plugin_flush(). - * TODO: onewire plugin? 2008-07-15, Version 4.4.2 * build system: Use pkg-config to detect the upsclient library.