Difference between revisions of "Version 5.6"
From collectd Wiki
(→Release 5.6.0: Get started on the ChangeLog.) |
(→Release 5.6.0: Add changes through 8ed3735980de12f32dd488d0d285d108f098836e.) |
||
Line 7: | Line 7: | ||
=== Release 5.6.0 === | === Release 5.6.0 === | ||
− | Changes through | + | Changes through 8ed3735980de12f32dd488d0d285d108f098836e |
* ''collectd:'' Support for a timeout has been added to <code>FLUSH</code> callbacks. | * ''collectd:'' Support for a timeout has been added to <code>FLUSH</code> callbacks. | ||
+ | * ''collectd:'' A number of unit tests for commonly used functions have been added. | ||
* {{Plugin|Zone}}: This new plugin reads per-zone CPU usage on ''Solaris''. Thanks to ''Mathijs Mohlmann'' and ''Dagobert Michelsen''. | * {{Plugin|Zone}}: This new plugin reads per-zone CPU usage on ''Solaris''. Thanks to ''Mathijs Mohlmann'' and ''Dagobert Michelsen''. | ||
* {{Plugin|Processes}}: Improve reliability of thread counts on Linux. Thanks to ''Manuel Luis Sanmartín Rozada''. | * {{Plugin|Processes}}: Improve reliability of thread counts on Linux. Thanks to ''Manuel Luis Sanmartín Rozada''. | ||
Line 15: | Line 16: | ||
* {{Plugin|APC UPS}}: Parsing of end markers has been fixed. {{Issue|617}} | * {{Plugin|APC UPS}}: Parsing of end markers has been fixed. {{Issue|617}} | ||
* {{Plugin|APC UPS}}: The <code>PersistentConnection</code> option has been added. {{Issue|617}} | * {{Plugin|APC UPS}}: The <code>PersistentConnection</code> option has been added. {{Issue|617}} | ||
− | * {{Plugin|Write Redis}}: The <code>Prefix</code> | + | * {{Plugin|Write Redis}}: The <code>Database</code> and <code>Prefix</code> options have been added. Thanks to ''Sebastian Pfahl''. |
* {{Plugin|MySQL}}: ''mysql_bpool_pages-flushed'' has been renamed to ''mysql_bpool_counters-pages_flushed'' because the value is cumulative. Thanks to ''Marek Becka''. | * {{Plugin|MySQL}}: ''mysql_bpool_pages-flushed'' has been renamed to ''mysql_bpool_counters-pages_flushed'' because the value is cumulative. Thanks to ''Marek Becka''. | ||
* {{Plugin|OpenLDAP}}: Support for "simple authentication" has been added. Thanks to ''Marek Becka''. | * {{Plugin|OpenLDAP}}: Support for "simple authentication" has been added. Thanks to ''Marek Becka''. | ||
+ | * {{Target|Set}}: The <code>MetaData</code> option has been added. Thanks to ''Yves Mettier''. | ||
+ | * {{Plugin|MQTT}}: This new plugin sends metrics to and/or receives metrics from an MQTT broker. Thanks to ''Marc Falzon'' and ''Jan-Piet Mens''. | ||
+ | * {{Plugin|Disk}}: Support for ''FreeBSD'' has been added. Thanks to ''Xin Li''. | ||
+ | * {{Plugin|ZFS ARC}}: Reporting of minimum and maximum cache size has been added. Thanks to ''Brian ONeill''. | ||
+ | * {{Plugin|PowerDNS}}: The recursor metrics have been updated to 3.7.3. | ||
+ | * {{Plugin|DBI}}: The <code>Interval</code> option has been added to <code>Database</code> blocks. Thanks to ''Michal Bebjak''. | ||
+ | * {{Plugin|Sensors}}: The <code>UseLabels</code> option has been added. Thanks to ''Christian Fetzer''. | ||
[[Category:Version 5.5]] | [[Category:Version 5.5]] |
Revision as of 09:13, 9 September 2016
List of versions |
---|
Version 5.11 Version 5.10 Version 5.9 Version 5.8 Version 5.7 Version 5.6 Version 5.5 Version 5.4 Version 5.3 Version 5.2 Version 5.1 Version 5.0 |
Version 5.6 has not been released yet.
Changes
Release 5.6.0
Changes through 8ed3735980de12f32dd488d0d285d108f098836e
- collectd: Support for a timeout has been added to
FLUSH
callbacks. - collectd: A number of unit tests for commonly used functions have been added.
- Zone plugin: This new plugin reads per-zone CPU usage on Solaris. Thanks to Mathijs Mohlmann and Dagobert Michelsen.
- Processes plugin: Improve reliability of thread counts on Linux. Thanks to Manuel Luis Sanmartín Rozada.
- Processes plugin: Counting of context switches was added for Linux. Thanks to Manuel Luis Sanmartín Rozada.
- APC UPS plugin: Parsing of end markers has been fixed. #617
- APC UPS plugin: The
PersistentConnection
option has been added. #617 - Write Redis plugin: The
Database
andPrefix
options have been added. Thanks to Sebastian Pfahl. - MySQL plugin: mysql_bpool_pages-flushed has been renamed to mysql_bpool_counters-pages_flushed because the value is cumulative. Thanks to Marek Becka.
- OpenLDAP plugin: Support for "simple authentication" has been added. Thanks to Marek Becka.
- Template:Target: The
MetaData
option has been added. Thanks to Yves Mettier. - MQTT plugin: This new plugin sends metrics to and/or receives metrics from an MQTT broker. Thanks to Marc Falzon and Jan-Piet Mens.
- Disk plugin: Support for FreeBSD has been added. Thanks to Xin Li.
- ZFS ARC plugin: Reporting of minimum and maximum cache size has been added. Thanks to Brian ONeill.
- PowerDNS plugin: The recursor metrics have been updated to 3.7.3.
- DBI plugin: The
Interval
option has been added toDatabase
blocks. Thanks to Michal Bebjak. - Sensors plugin: The
UseLabels
option has been added. Thanks to Christian Fetzer.