[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.7'

Florian Forster octo at verplant.org
Mon May 4 17:03:10 CEST 2009


 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/processes.c                |    4 +-
 src/standards.h                |   54 ++++++++++++++++++++++++++++++++++++++++
 src/target_notification.c      |   35 --------------------------
 src/target_replace.c           |   35 --------------------------
 src/target_set.c               |   35 --------------------------
 14 files changed, 85 insertions(+), 253 deletions(-)

New commits:
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 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'.




More information about the collectd-changes mailing list