[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon May 4 17:15:33 CEST 2009
AUTHORS | 3 ++
ChangeLog | 2 +
configure.in | 1 +
src/bind.c | 28 ++++++--------------
src/collectd-nagios.c | 30 ++++-----------------
src/collectd.h | 5 +++
src/email.c | 4 +-
src/filter_chain.c | 35 --------------------------
src/libcollectdclient/client.c | 35 ++++---------------------
src/memory.c | 2 +-
src/meta_data.c | 35 --------------------------
src/ntpd.c | 32 ++++++++++++++---------
src/processes.c | 4 +-
src/rrdtool.c | 3 ++
src/standards.h | 54 ++++++++++++++++++++++++++++++++++++++++
src/target_notification.c | 35 --------------------------
src/target_replace.c | 35 --------------------------
src/target_set.c | 35 --------------------------
18 files changed, 113 insertions(+), 265 deletions(-)
New commits:
commit cad58fa441765c7a3e8868a0938a3b221bb307cc
Merge: b89ae8d34dc123987b9696c568726bff9a0e6ecd 218635ab44a8533ef5b23fd1ae78be761ff0600c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 17:13:08 2009 +0200
Merge branch 'collectd-4.6' into collectd-4.7
commit 218635ab44a8533ef5b23fd1ae78be761ff0600c
Merge: 1641c82ec4e14968ea31021dfb8b520df5f4483a 30220fc97cad1717a2a3ce3ad03286ef1e6e29f3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 17:12:54 2009 +0200
Merge branch 'collectd-4.5' into collectd-4.6
commit 30220fc97cad1717a2a3ce3ad03286ef1e6e29f3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 17:08:22 2009 +0200
rrdtool plugin: Make absolutely sure two local variables are initialized.
To make the compiler happy.
commit b89ae8d34dc123987b9696c568726bff9a0e6ecd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 17:02:59 2009 +0200
Build system: Add the --enable-standards configure option.
commit 0ebe3efc7b797546bcae87a946cff1c4cf472919
Merge: e7bd13daa5ebef56d2e6f53f8c5a72313a9c2ff6 1641c82ec4e14968ea31021dfb8b520df5f4483a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 16:57:10 2009 +0200
Merge branch 'collectd-4.6' into collectd-4.7
Conflicts:
src/filter_chain.c
src/meta_data.c
src/target_notification.c
src/target_replace.c
src/target_set.c
commit 1641c82ec4e14968ea31021dfb8b520df5f4483a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 16:48:58 2009 +0200
bind plugin: Fixes for FreeBSD 7.1
X/Open is needed for strptime,
sys/select.h is needed for some libcurl versions, and
mktime is the POSIX variant of timegm (+ localization).
commit 495849c9653298279575edd460b9a4da1df6a678
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon May 4 16:46:02 2009 +0200
Various: Remove strict standards compliance defines.
commit 354931fdbe1796bb6c5ba5b687875aeb8df9af6f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun May 3 23:45:16 2009 +0200
ntpd plugin: Fix dereference of type-punned pointer.
commit de0fdb208de123fe753c5fcf03533833777a5b4a
Merge: 52f41fed6e32f66f5817a82ae175fd443084f8a3 2928de22ab136c8b07e1204db4128dc1aeeaff01
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 2 10:50:56 2009 +0200
Merge branch 'collectd-4.5' into collectd-4.6
commit 2928de22ab136c8b07e1204db4128dc1aeeaff01
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 2 10:49:35 2009 +0200
processes plugin: Comment out nonexistent struct members.
We should reintroduce those values eventually.
commit 3cca3e91adaca218338bbf0ec8b678fe14e93206
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 2 10:45:51 2009 +0200
memory plugin: Fix a formatstring error.
commit b597804afc25d374944100ab9726849b1401cc23
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 2 10:29:14 2009 +0200
email plugin: Don't assume `pthread_t' is a `unsigned long'.
commit e7bd13daa5ebef56d2e6f53f8c5a72313a9c2ff6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 2 09:51:52 2009 +0200
ChangeLog: Added information about mysql lock statistics.
commit ea2dbc99889eea2b672fec03e8f775180fe1b4fb
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat May 2 09:51:43 2009 +0200
AUTHORS: Added Rodolphe.
More information about the collectd-changes
mailing list