Skip to content

Commit

Permalink
Merge pull request #3421 from mrunge/collectd-5.11
Browse files Browse the repository at this point in the history
Prepare collectd-5.11 release
  • Loading branch information
kkepka committed Mar 18, 2020
2 parents 2a79322 + cd9606b commit bb5cfbc
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 4 deletions.
63 changes: 61 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Marc Fournier <marc.fournier at camptocamp.com>
- openldap plugin.
- continuous integration system.

Matthias Runge <mrunge@redhat.com>
- general house keeping.

Pierre-Yves Ritschard <pyr at spootnik.org>
- Write-Riemann plugin.
- Write-Graphite plugin: Notification support.
Expand All @@ -37,6 +40,10 @@ Sebastian "tokkee" Harl <sh at tokkee.org>
Contributors (sorted alphabetically)
====================================

Adrian Boczkowski
- Logparser plugin.
- Redfish plugin.

Akkarit Sangpetch <asangpet at andrew.cmu.edu>
- write_mongodb plugin.

Expand Down Expand Up @@ -105,9 +112,15 @@ Bruno Prémont <bonbons at linux-vserver.org>
especially a nasty bug in the network plugin.
- Wireshark dissector.

Carlos Peon Costa
- Write_Influxdb_UDP plugin

Chad Malfait <malfaitc at yahoo.com>
- LVM plugin.

Chris Brown
- Zookeeper plugin, add quorum stat.

Chris Lundquist <clundquist at bluebox.net>
- Improvements to the write_mongodb plugin.

Expand All @@ -124,6 +137,8 @@ Cyril Feraudet <cyril at feraudet.com>
Dagobert Michelsen <dam at opencsw.org>
- zone plugin.
- Many Solaris related hints and fixes.
- Capabilities plugin.
- NFS plugin for BSD

Dan Berrange <berrange at redhat.com>
- uuid plugin.
Expand All @@ -137,13 +152,19 @@ David Bacher <drbacher at gmail.com>
Denis Pompilio <denis.pompilio at gmail.com>
- Improvements to the write_http plugin.

Dheeraj Gupta
- Tail_CSV plugin, field separator option

Doug MacEachern <dougm at hyperic.com>
- The `-T' option (config testing mode).
- OpenVPN plugin.
- jcollectd (two-way JMX integration).
- A few other patches to various plugins.
- curl_json plugin.

Edgar Fuß
- NFS plugin implementation on NetBSD

Edward “Koko” Konetzko <konetzed at quixoticagony.com>
- fscache plugin.

Expand Down Expand Up @@ -190,8 +211,9 @@ Jiri Tyr <jiri.tyr at gmail.com>
Julien Ammous <j.ammous at gmail.com>
- Lua plugin.

Shirly Radco <sradco at redhat.com>
- write_syslog plugin.
Kamil Wiatrowski
- Capabilities plugin.
- Logparser plugin.

Kevin Bowling <kbowling at llnw.com>
- write_tsdb plugin for http://opentsdb.net/
Expand All @@ -202,6 +224,12 @@ Kimo Rosenbaum <kimor79 at yahoo.com>
Kris Nielander <nielander at fox-it.com>
- tail_csv plugin.

Krzysztof Kepka
- Redfish plugin.

Krzysztof Matczak
- Logparser plugin.

Luboš Staněk <kolektor at atlas.cz>
- sensors plugin improvements.
- Time and effort to find a nasty bug in the ntpd-plugin.
Expand All @@ -213,6 +241,9 @@ Luke Herberling <collectd at c-ware.com>
Lyonel Vincent <lyonel at ezix.org>
- processes plugin.

Man Singh
- Redfish plugin.

Manuel Sanmartin
- AIX port of the following plugins:
+ cpu
Expand All @@ -224,11 +255,18 @@ Manuel Sanmartin
+ swap
- Various AIX-related fixes and hacks.

Marcin Mozejko
- Logparser plugin.
- Redfish plugin.

Marco Chiappero <marco at absence.it>
- uptime plugin.
- ip6tables support in the iptables plugin.
- openvpn plugin (support for more status file formats)

Märt Bakhof
- TLS support for AMQP plugin

Mathijs Möhlmann <collectd at mmrc.nl>
- zone plugin.

Expand All @@ -242,6 +280,9 @@ Michael Stapelberg <michael+git at stapelberg.de>
- OpenBSD port of the tcpconns plugin.
- cgroups plugin.

Michal Kobylinski
- Redfish plugin.

Michał Mirosław <mirq-linux at rere.qmqm.pl>
- thermal plugin.
- Streamlines recursive directory traversion.
Expand Down Expand Up @@ -291,12 +332,21 @@ Peter Holik <peter at holik.at>
- Some bugfixes in the exec plugin.
- Notifications in the ipmi plugin.

Pierre Lebleu
- UBI plugin.

Phoenix Kayo <kayo.k11.4 at gmail.com>
- pinba plugin.

Piotr Hosowicz <the55 at wp.pl>
- SMF manifest for collectd.

Radoslaw Jablonski
- Logparser plugin.

Reshma Pattan
- DPDK Telemetry plugin.

Richard W. M. Jones <rjones at redhat.com>
- virt plugin.
- uuid plugin.
Expand All @@ -321,6 +371,9 @@ Serhiy Pshyk <serhiyx.pshyk at intel.com>
- intel_rdt plugin
- snmp_agent plugin

Shirly Radco <sradco at redhat.com>
- write_syslog plugin.

Simon Kuhnle <simon at blarzwurst.de>
- OpenBSD code for the cpu and memory plugins.

Expand All @@ -337,6 +390,9 @@ Sven Trenkel <collectd at semidefinite.de>
- netapp plugin.
- python plugin.

Takuro Ashie
- Network plugin fixes.

Tim Laszlo <tim.laszlo at gmail.com>
- drbd plugin.

Expand Down Expand Up @@ -364,6 +420,9 @@ Wilfried Goesgens <dothebart at citadel.org>
Xin Li <delphij at freebsd.org>
- FreeBSD port of the ZFS-ARC plugin.

Zoltan Szabo
- Redfish plugin.

collectd is available at:
<http://collectd.org/>

Expand Down
117 changes: 117 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,120 @@
2020-03-15, Version 5.11.0
* collectd: A Code of Conduct has been added. Thanks to Florian Forster.
#3401
* text protocol: Support for meta_data in PUTVAL has been added. Thanks
to Rafael Marinheiro, Dagobert Michelsen. #3381, #2726
* utils_cache: Internal API has changed - exposed meta_data_toc
function. Thanks to Javier Kohen. #3339
* filter_chain: Auto load matches and targets if AutoLoadPlugin option
is set. Thanks to Manuel Luis Sanmartín Rozada. #1034
* AMQP plugin: TLS support has been added. Thanks to Märt Bakhoff.
#3391
* Battery plugin: Read from Linux sysfs charge files has been added.
Thanks to Nimrod Maclomhair. #3190
* Buddyinfo plugin: New plugin for memory fragmentation info has been
added. Thanks to Asaf Kahlon. #3303
* capabilities plugin: New plugin to read static platform data has been
added. Thanks to Kamil Wiatrowski, Dagobert Michelsen. #3384, #3292
* DCPMM plugin: New plugin for Intel Optane DC Presistent Memory (DCPMM)
has been added. Thanks to Hari TG. #3274
* DF plugin: LogOnce option has been added. Thanks to themylogin. #2910
* DPDK Telemetry plugin: New plugin to fetch DPDK metrics (with intent
to replace dpdk_stat) has been added. Thanks to Reshma Pattan. #3273
* Disk plugin: A native (sysctl-based) implementation for NetBSD has
been added. Thanks to Edgar Fuß, Dagobert Michelsen. #3379, #3334
* GPU_Nvidia‏‎ plugin: Configurable plugin instance by GPU name
and/or GPU index has been added. Thanks to Robert Dietrich. #3264
* Intel_PMU plugin: Support for uncore multi pmu has been added. Thanks
to Kamil Wiatrowski. #3388
* Ipstats plugin: New plugin to count incoming, outgoing, forwarded
packets on FreeBSD has been added. Thanks to Marco van Tol. #3187
* Java plugin: Support boolean input has been added. Thanks to Caden.
#3044
* Logparser plugin: New plugin for filtering and parsing log messages
has been added. Thanks to Kamil Wiatrowski, Krzysztof Matczak, Marcin
Możejko, Adrian Boczkowski, Radosław Jabłonski. #3045
* Network plugin: New metadata "network:ip_address" has been added.
Thanks to Takuro Ashie. #3191
* NFS plugin: An implementation for NetBSD (using sysctl) has been
added. Thanks to Edgar Fuß, Dagobert Michelsen. #3377, #3333
* NUT plugin: Support for the "output.realpower" value from the ups code
has been added. Thanks to Michael Poetters. #2528
* Redfish plugin: New read plugin to collect out-of-band sensor data
from Redfish endpoints has been added. Thanks to Marcin Możejko,
Adrian Boczkowski, Michal Kobyliński, Krzysztof Kepka, Man Singh,
Zoltan Szabo. #2926
* Slurm plugin: The new SLURM plugin gathers metrics from the SLURM
workload manager has been added. Thanks to Pablo Llopis. #3037
* Tail_CSV plugin: FieldSeparator option has been added. Thanks to
Dheeraj Gupta. #3394
* UBI plugin: The new "ubifs" plugin reports block state for flash
memory devices with UBIFS filesystem has been added. Thanks to Pierre
Lebleu. #3204
* Write_HTTP plugin: Ability to configure cURL statistics has been
added. Thanks to Nelson. #3265
* Write_Influxdb_UDP plugin: New plugin to send values to InfluxDB using
line protocol via udp has been added. Thanks to Carlos Peón Costa.
#3162
* Zookeeper plugin: 'quorum' stat has been added. Thanks to Chris Brown.
#2991
* collectd: Missing package in specfile has been fixed. Thanks to Fabien
Wernli. #3399
* collectd: Factored out read_text_file_contents for reading text files
and used it to fix a potential unterminated string in the thermal
plugin. Thanks to Igor Peshansky. #3359
* collectd: Error/warning messages has been extended with more
information. Thanks to Dagobert Michelsen. #3386
* collectd: Regression caused by #3217 has been fixed. Thanks to Pavel
Rochnyak. #3349
* build: version-gen.sh has been cleaned up. Thanks to William Pursell.
#2635
* build: Linking with Python 3.8 has been fixed. Thanks to Alexander
Meshcheryakov. #3344
* build: Avoid $< (implied source) in non-inference rules / Building
grpc with non-GNU make has been fixed. Thanks to Edgar Fuß, Dagobert
Michelsen. #3376, #3330
* filter_chain: Constant for max plugin name length introduced in #1034
has been fixed. Thanks to Dagobert Michelsen. #3385
* ignorelist: Coding style has been fixed. Thanks to Dagobert Michelsen.
#3397
* match_regex: Accept all data types of meta data. Thanks to Takuro
Ashie. #3231
* perl unixsock: Made the module robust against socket errors and
disconnects. Thanks to Guillem Jover. #3083
* tree-wide: Race condition when setting thread names has been fixed.
Thanks to Michael Kaufmann. #2762
* types.db: ping_droprate range spec has been fixed. Thanks to Yousong
Zhou. #3244
* utils/format_graphite: Comma sign has been added to the list of
prohibited characters. Thanks to Marat Salimzianov. #2998
* Aggregation plugin: Unreachable clause where both tmp_plugin and
tmp_plugin_instance are non-empty has been fixed. Thanks to Ling
Huang. #3350
* AMQP1 plugin: Leaks on error paths has been fixed. Thanks to Ryan
McCabe. #3352
* Apache plugin: BusyWorkers/IdleWorkers update has been fixed. Thanks
to Christian W. Zuckschwerdt. #3131
* CPU plugin, Memory plugin, Swap plugin, UUID plugin: Contain use of
sysctl / sysctrlbyname to BSD variants, as deprecated on Linux. Thanks
to Zebity Spring. #3342
* Exec plugin: Select has been replaced with poll to allow more then
1024 open file descriptors. Thanks to Kamil Wiatrowski. #3363
* GPU_Nvidia plugin: Build issues has been fixed. Thanks to Ruben
Kerkhof. #3393
* Interface plugin: Reorder so that Linux-specific code is actually
executed. Thanks to Dagobert Michelsen. #3378
* NFS plugin: Condition on existence of libkstat has been fixed. Thanks
to Dagobert Michelsen. #3382
* Network plugin: Memory leak has been fixed. Thanks to Ryan McCabe.
#3352
* Processes plugin: Number of running processes has been fixed. Thanks
to Bart De Vos. #3243
* Write_Riemann plugin: Memory leak has been fixed. Thanks to Fabien
Wernli. #3351
* Write_Stackdriver plugin: NaN value handing with gauge metrics has
been fixed. Thanks to Jaroslaw Przybylowicz. #3226


2019-10-17, Version 5.10.0
* turbostat plugin: Power metrics update for recent server CPUs. Thanks
to Chris MacNamara. #3276
Expand Down
5 changes: 4 additions & 1 deletion contrib/redhat/collectd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@

Summary: Statistics collection and monitoring daemon
Name: collectd
Version: 5.10.0
Version: 5.11.0
Release: 1%{?dist}
URL: https://collectd.org
Source: https://collectd.org/files/%{name}-%{version}.tar.bz2
Expand Down Expand Up @@ -2919,6 +2919,9 @@ fi
%doc contrib/

%changelog
* Mon Mar 16 2020 Matthias Runge <mrunge@redhat.com> - 5.11.0-1
- update to 5.11.0

* Fri Oct 18 2019 Matthias Runge <mrunge@redhat.com> - 5.10.0-1
- update to 5.10.0

Expand Down
2 changes: 1 addition & 1 deletion version-gen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DEFAULT_VERSION="5.10.0.git"
DEFAULT_VERSION="5.11.0.git"

if [ -d .git ]; then
VERSION="`git describe --dirty=+ --abbrev=7 2> /dev/null | sed -e '/^collectd-/!d' -e 's///' -e 'y/-/./'`"
Expand Down

0 comments on commit bb5cfbc

Please sign in to comment.