[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon May 7 23:52:19 CEST 2018
configure.ac | 12 ++++++++++++
src/netlink.c | 27 +++++++++++++++++++--------
src/types.db | 1 +
3 files changed, 32 insertions(+), 8 deletions(-)
New commits:
commit 5627feac81780856c5d68cca40eb36cf2f25e96c
Merge: 4ee5bff cc1e32e
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon May 7 22:13:11 2018 +0200
Merge pull request #2767 from rpv-tomsk/tmpfix
netlink plugin: Handle new counter from Linux kernel version 4.6+.
commit cc1e32e35aa90b91f4b9900e82389c94c3ffc9ce
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Mon May 7 23:39:35 2018 +0700
netlink plugin: Report `rx_nohandler` stats
Added metric for new counter from Linux kernel version 4.6+.
Issue: #2510
commit 48a98886e51c82ee7c0a502a55ca5f8b0ce999bc
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Mon May 7 22:53:23 2018 +0700
netlink plugin: Use of less strict rules in link_filter_cb()
mnl_attr_validate2() function implements strict equality check of kernel and
userspace structures size. Additional counters was added to 4.6 Linux kernel,
sizes was changed and mismatch can occur.
This patch weakened validation.
Now Collectd just checks if structures, received from kernel space, has enough
data.
Closes: #2510
More information about the collectd-changes
mailing list