[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Dec 5 11:27:01 CET 2010
README | 4 +
configure.in | 2 +
src/Makefile.am | 12 +-
src/collectd-threshold.pod | 194 +++++++++
src/collectd.conf.in | 49 +++
src/collectd.conf.pod | 179 +--------
src/common.h | 4 +-
src/configfile.c | 3 -
src/plugin.c | 6 +-
src/plugin.h | 2 +-
src/threshold.c | 1000 +++++++++++++++++++++++++++++++++++++++++++
src/utils_cache.c | 110 -----
src/utils_threshold.c | 1009 --------------------------------------------
src/utils_threshold.h | 87 ----
14 files changed, 1275 insertions(+), 1386 deletions(-)
New commits:
commit e595975cb2c0e9452d08a40691534612353fd20c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 11:23:31 2010 +0100
threshold plugin: Implement dispatching "missing" notifications.
commit 83ca15b62cd8477613a8b81d46558041bb63d517
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 11:20:49 2010 +0100
src/common.h: NOTIFICATION_INIT_VL: Remove the "ds" argument.
Since "type" is now included in "value_list_t", too, we don't need a
"data_set_t" to initialize the notification.
commit 5b0fc9e567d8d386d4bba2f80a20dc6cb2351f79
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 11:11:36 2010 +0100
src/plugin.[ch]: Pass the user data to registered "missing" functions.
commit 171a92c968cb41c314736b0d26f5a6ba2ae59666
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Dec 5 11:05:43 2010 +0100
threshold plugin: Move the threshold checking code into a plugin.
More information about the collectd-changes
mailing list