[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Jun 6 22:35:15 CEST 2015
src/apache.c | 2 +-
src/curl_json.c | 5 +----
src/curl_xml.c | 2 +-
src/daemon/plugin.c | 7 ++-----
src/daemon/plugin.h | 2 +-
src/dbi.c | 2 +-
src/java.c | 2 +-
src/memcached.c | 2 +-
src/modbus.c | 5 +----
src/mysql.c | 2 +-
src/netapp.c | 5 +----
src/onewire.c | 6 +-----
src/openldap.c | 2 +-
src/postgresql.c | 6 +-----
src/python.c | 5 +----
src/routeros.c | 2 +-
src/snmp.c | 6 +-----
src/tail.c | 4 +---
src/tail_csv.c | 4 +---
src/varnish.c | 2 +-
20 files changed, 21 insertions(+), 52 deletions(-)
New commits:
commit cce136946b879557f91183e4de58e92b81e138c8
Author: Florian Forster <octo at collectd.org>
Date: Sat Jun 6 22:33:34 2015 +0200
src/daemon/plugin.[ch]: Use cdtime_t for the interval argument of "register complex read".
All plugins converted to "struct timespec", just so that
plugin_register_complex_read() would convert back to cdtime_t again. This patch
removed this crazyness; the new "determine automatically" value is zero (used
to be NULL).
More information about the collectd-changes
mailing list