[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Jun 12 11:44:28 CEST 2008
configure.in | 2 +-
src/collectd.h | 3 ++
src/email.c | 3 +-
src/plugin.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/plugin.h | 31 +++++++++++++++++
5 files changed, 139 insertions(+), 2 deletions(-)
New commits:
commit 5478abf4a700844d115b0d9b75b51c4f509a49d2
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Thu Jun 12 11:44:23 2008 +0200
src/plugin.[ch]: Add `notification meta data' to notification_t.
The plan is to have arbitrary values attached to notifications that user
defined actions can use to get machine parseable values for building
own notification strings or the like.
For example, the threshold checking stuff will (in the near future) add
the current (offending) value as well as the threshold values themselves
to the notification, so that notifying plugins don't need to parse the
(freely formatted) notification string to get that information.
commit fbf19197157cee85e6b10de37dffdb462ebeff12
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Thu Jun 12 11:40:10 2008 +0200
Build system: Check for and include <stdbool.h>.
commit 1f8cefe2620cfc73ea02869a45eb61fa4f538cab
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Thu Jun 12 11:35:39 2008 +0200
email plugin: Cast a `size_t' to `unsigned long' to make format checking happy.
More information about the collectd-changes
mailing list