[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri May 12 12:41:56 CEST 2017
configure.ac | 89 +++++++++++++++++++++++++++++++++++++++++++++++--
src/bind.c | 32 ++++++++++++++++--
src/collectd.conf.pod | 76 ++++++++++++++++++++++++++++++++++++++++-
src/nut.c | 8 ++---
4 files changed, 196 insertions(+), 9 deletions(-)
New commits:
commit e791fa91e1cf63546d32a60a7496e153ee78de90
Author: Florian Forster <octo at collectd.org>
Date: Fri May 12 08:05:47 2017 +0200
configure.ac: Remove empty else-block from AC_CHECK_LIB.
Fixes: #2272
commit c88c2de1c9cd6795b30c34990a565d18b69221e7
Merge: 5805715 632cca4
Author: Florian Forster <octo at collectd.org>
Date: Fri May 12 11:18:52 2017 +0200
Merge branch 'collectd-5.7'
commit 632cca47086de6cb23c32fc35802da1a19f40875
Merge: 42b8d75 c3e2a69
Author: Florian Forster <octo at collectd.org>
Date: Fri May 12 11:16:43 2017 +0200
Merge branch 'collectd-5.6' into collectd-5.7
commit c3e2a69bd600fa4c4a9d4603094f39ea81c11116
Author: Florian Forster <octo at collectd.org>
Date: Sun May 7 20:34:09 2017 +0200
bind plugin: Use timegm() to convert to time_t if available.
FreeBSD doesn't provide the "extern long timezone", presumably because
it's "only" an XSI extension, leading to a portability issue with the
previous approach.
timegm() is a non-standard function available in GNU's and BSD's libc
which is doing exactly what we need. The previous code is left as a
fallback.
Fixes: #1268
commit 938d6380a94cd898a28c5ad1a37c19e7bd47db4c
Author: Ed Ravin <commitme at eravin.users.panix.com>
Date: Fri May 5 22:53:59 2017 -0400
fix BIND timezone parsing issue
commit c086254824501c0550156e6824b4aa38af8e8139
Author: Florian Forster <octo at collectd.org>
Date: Sun May 7 12:06:47 2017 +0200
collectd.conf(5): Add section documenting the ignorelist functionality.
Fixes: #2267
More information about the collectd-changes
mailing list