[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Sep 21 17:09:50 CEST 2017
src/collectd.conf.pod | 7 +-
src/openvpn.c | 568 +++++++++++++++++++------------------------------
2 files changed, 215 insertions(+), 360 deletions(-)
New commits:
commit 5dcc04778228e4f6b486c3dad585c8ca80c4e72b
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Thu Sep 21 11:17:32 2017 +0700
openvpn: Changes after review, clang-formatting
commit 2dbe83fde7c4c89738f5c91153d0ee05e9c5e26c
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sun Jul 9 01:04:05 2017 +0700
openvpn: reworked status file parser
* Added detection of status fields index by parsing 'HEADER' lines.
This allows to support status files from latest OpenVPN-2.4 and possible from future versions;
* Fixed a bug with OpenVPN status file version 3 where delimiter is 'tab' (not space or comma);
* Status file version detection was moved from configuration callback to read callback;
* Now 'plugin_register_complex_read()' is used for registering read callback.
Closes: #2128
More information about the collectd-changes
mailing list