[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Jun 12 15:45:53 CEST 2008
src/plugin.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++-
src/plugin.h | 23 +++++++++++++---
src/utils_threshold.c | 9 ++++++
3 files changed, 97 insertions(+), 5 deletions(-)
New commits:
commit e3bfada72a4942b8d516074b22028037e757cc0e
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Thu Jun 12 15:44:59 2008 +0200
src/plugin.[ch]: Implement `plugin_notification_meta_copy'.
The exec plugin copies the notifications before creating threads, so we need to
be able to copy the meta data to a second notification.
commit 2bc764ab39541a0e1f328d4f0edf509a4b1106e2
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Thu Jun 12 15:27:10 2008 +0200
src/utils_threashold.c: Add meta data to the notifications.
The min/max warning/failure values, the current value and name of the
data source are now included in the meta data part of the notification.
commit 3a0bb25c16cb0166322bfebe2cb16916741dd029
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Thu Jun 12 15:25:16 2008 +0200
src/plugin.[ch]: Use different functions instead of a void pointer.
More information about the collectd-changes
mailing list