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

Florian Forster octo at verplant.org
Sun Jul 6 16:17:33 CEST 2008


 ChangeLog                    |    6 +++---
 contrib/examples/MyPlugin.pm |   10 ++++++++--
 contrib/examples/myplugin.c  |    9 ++++++++-
 src/apache.c                 |   12 ++++++------
 src/apcups.c                 |    6 +++---
 src/apple_sensors.c          |   14 +++++++-------
 src/ascent.c                 |    4 ++--
 src/battery.c                |    4 ++--
 src/collectd.conf.in         |    2 +-
 src/collectd.h               |    4 ++++
 src/common.c                 |   16 ++++++++--------
 src/cpu.c                    |    6 +++---
 src/cpufreq.c                |    6 +++---
 src/df.c                     |    8 ++++----
 src/disk.c                   |    4 ++--
 src/dns.c                    |   10 +++++-----
 src/email.c                  |   30 ++++++++++++------------------
 src/entropy.c                |    8 +++-----
 src/hddtemp.c                |    6 +++---
 src/interface.c              |    4 ++--
 src/iptables.c               |    8 ++++----
 src/ipvs.c                   |   10 +++++-----
 src/irq.c                    |    6 +++---
 src/libvirt.c                |    2 +-
 src/load.c                   |    6 +++---
 src/mbmon.c                  |    4 ++--
 src/memcached.c              |   16 ++++++++--------
 src/memory.c                 |    6 +++---
 src/multimeter.c             |    6 +++---
 src/mysql.c                  |   22 +++++++++++-----------
 src/netlink.c                |    8 ++++----
 src/network.c                |   10 +++++-----
 src/nfs.c                    |    6 +++---
 src/nginx.c                  |   10 ++++++----
 src/ntpd.c                   |    6 +++---
 src/nut.c                    |    2 +-
 src/perl.c                   |    2 +-
 src/ping.c                   |    8 ++++----
 src/plugin.c                 |   28 +++++++++++++++++-----------
 src/powerdns.c               |    2 +-
 src/processes.c              |   20 ++++++++++----------
 src/rrdtool.c                |   12 ++++++++----
 src/serial.c                 |    6 +++---
 src/snmp.c                   |    4 ++--
 src/swap.c                   |    6 +++---
 src/tape.c                   |    4 ++--
 src/tcpconns.c               |    6 +++---
 src/users.c                  |    6 +++---
 src/utils_cmd_putval.c       |   10 +++++-----
 src/utils_dns.c              |    6 ++++--
 src/vmem.c                   |    4 ++--
 src/vserver.c                |   16 ++++++++--------
 src/wireless.c               |    4 ++--
 src/xmms.c                   |    4 ++--
 54 files changed, 234 insertions(+), 211 deletions(-)

New commits:
commit 10075e6fe3c384b73c2dd398a1435f8d10e56654
Merge: 2c8470d917b2f0a17326ee1336081dcffbd6a347 9bbf7d748e3fc79ac66b496cfda50706228e7c2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 6 16:17:27 2008 +0200

    Merge branch 'collectd-4.4'
    
    Conflicts:
    
    	src/apache.c
    	src/apcups.c
    	src/apple_sensors.c
    	src/battery.c
    	src/cpu.c
    	src/cpufreq.c
    	src/df.c
    	src/disk.c
    	src/dns.c
    	src/email.c
    	src/entropy.c
    	src/hddtemp.c
    	src/interface.c
    	src/ipvs.c
    	src/irq.c
    	src/load.c
    	src/mbmon.c
    	src/memcached.c
    	src/memory.c
    	src/multimeter.c
    	src/mysql.c
    	src/netlink.c
    	src/network.c
    	src/nfs.c
    	src/nginx.c
    	src/ntpd.c
    	src/nut.c
    	src/ping.c
    	src/processes.c
    	src/rrdtool.c
    	src/serial.c
    	src/snmp.c
    	src/swap.c
    	src/tape.c
    	src/tcpconns.c
    	src/users.c
    	src/utils_cmd_putval.c
    	src/vserver.c
    	src/wireless.c
    	src/xmms.c

commit 9bbf7d748e3fc79ac66b496cfda50706228e7c2b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 6 15:24:59 2008 +0200

    email plugin: Don't print `pthread_t'.
    
    It may be a struct, so printing it is not portable.

commit a8d1499f57d3ffaff4c0ef3259a9fbf21b2953c5
Merge: f30d553f821b4c8f806bd294973561e635133e1a 7699c3ec722a9414f3342d6cd31b7be440a5da6f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Jul 6 15:04:41 2008 +0200

    Merge branch 'collectd-4.3' into collectd-4.4

commit 7699c3ec722a9414f3342d6cd31b7be440a5da6f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Jul 2 16:26:46 2008 +0200

    src/plugin.c: Initialize plugins before checking if read callbacks are available.
    
    plugin_init_all() checks if any read callbacks are available before starting
    the read threads. A few plugins register their read callback from their
    init callback though. By initializing the plugins before that the read
    threads are still started correctly if all plugins register the read
    callback in the init callback.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 1b3e36851fc2a6535379718674c1473b148202b4
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jul 2 15:21:55 2008 +0200

    rrdtool plugin: Use a hack to case the `argv' pointers in a portable way.

commit f30d553f821b4c8f806bd294973561e635133e1a
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jun 25 15:36:09 2008 +0200

    ChangeLog: Recoded to UTF-8.

commit d00449bdc71bb7e97e23fc42579a42855afc9492
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jun 17 19:59:14 2008 +0200

    email plugin: Don't unlink the socket file on startup.
    
    Usually, collectd runs as user root, thus making it an unsafe operation to
    unconditionally remove the file even though one should be able to assume
    that it "belongs" to collectd.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 6e46ec6b9cdc3bd7dbc8144505ea04d9b93a5cd9
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Jun 20 14:47:16 2008 +0200

    src/common.c: Not enough memory is an error, not a debug message!

commit 4f24183dea8b53a508654cba4d60df02a72a8bc0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Jun 16 23:35:28 2008 +0200

    contrib/examples/: Be more verbose about how to handle types.
    
    As suggested by Wolfgang Kroener.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ccf53eef1685e77696fe94d78ca5e20afcb85c7b
Author: Michał Mirosław <mirq-linux at rere.qmqm.pl>
Date:   Sat Jun 14 02:29:05 2008 +0200

    src/common.c: Add end-of-line characters to strsplit()
    
    This fixes plugins that use it to break lines read using fgets()
    and forget that "\n" is left at the buffer's end. At least
    battery and wireless plugins is affected.
    
    Signed-off-by: Michał Mirosław <mirq-linux at rere.qmqm.pl>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit eef2803d78a4c20da75c03930cd2c4f9b7147976
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Fri Jun 13 14:57:39 2008 +0200

    src/collectd.conf.in: Fix the NotificationExec example.

commit acc28b296c39e3d2e970f62331088e0868cf8998
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 15:29:02 2008 +0200

    src/utils_dns.c: Fix version information for __NAMESER >= 19961001.
    
    Thanks to Oleg for reporting this.
    Resolves: #22

commit f1a13745491b03b5f7379b12abf866f8ff50d608
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 14:32:19 2008 +0200

    Replace all occurrences of `strcpy' with `sstrncpy', again.
    
    This changes all files that are new in 4.4.

commit 7746d34c8ecc4fa984187cf2b1a93d1b6d3a061b
Merge: c60c6dfa5960b23bdc59341ae73e701dd59d4305 7e44a991736f5b26f035711bb9296a176722edaf
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 14:30:56 2008 +0200

    Merge branch 'collectd-4.3' into collectd-4.4

commit 7e44a991736f5b26f035711bb9296a176722edaf
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 14:30:39 2008 +0200

    src/collectd.h: Use `#pragma GCC poison' to disable evil functions.

commit 89c093596906dd787a8af56acf6d054de92cc383
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 14:30:02 2008 +0200

    libvirt plugin: Replace `strcat' with `strncat'.

commit b42974a9e2d83e70c166cd572725a8d72bd2a1c4
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 14:29:31 2008 +0200

    Replace all occurrences of `strcpy' with `sstrncpy'.

commit c6bbc09d2791606d91b5e2434774a5fae921b1e2
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Wed Jun 11 14:24:34 2008 +0200

    nginx plugin: Use `strtok_r' instead of `strtok'.




More information about the collectd-changes mailing list