[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Dec 15 14:56:43 CET 2007
src/plugin.c | 2
src/utils_cache.c | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
src/utils_cache.h | 1
3 files changed, 176 insertions(+), 5 deletions(-)
New commits:
commit 79dab1613955126520ab36e772f0afb596fd51dc
Merge: fbcda5ac431bbb293157bf00e204310dcb65afd3 4a5e97d6e317ee050b0a942e50159473a7d144dc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Dec 15 12:11:17 2007 +0100
Merge branch 'master' of octo at verplant.org:/var/lib/git/collectd
commit fbcda5ac431bbb293157bf00e204310dcb65afd3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Dec 15 12:11:06 2007 +0100
src/utils_cache.[ch]: Added the `uc_check_timeout' function.
This function is called before the read plugins. It checks if values are
missing, i. e. have not been reported for longer than twice their ``interval''.
In this case a notification is created, though this is probably not the final
behavior.
This code is highly experimental.
More information about the collectd-changes
mailing list