[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Feb 25 17:56:14 CET 2012
src/collectd.conf.pod | 11 +++++-
src/logfile.c | 19 +---------
src/plugin.c | 38 +++++++++++++++++++
src/plugin.h | 4 ++
src/syslog.c | 96 +++++++++++++++++++++++++++++++++++++++----------
5 files changed, 131 insertions(+), 37 deletions(-)
New commits:
commit 09a1be15c27716ea984039b55ceddba3a0ef388b
Author: Florian Forster <octo at collectd.org>
Date: Sat Feb 25 17:55:36 2012 +0100
syslog plugin: Copy the BUFFER_ADD() macro from src/utils_format_json.c.
Also determine the string representation of the severity in the switch
block, since it's much easier to read than the ?:-cascade.
Change-Id: Ieb5467633db3e06e1fad6a60b5a19fd7708e2002
commit 02af2c25b7bff96610cd5c10af928a040f3c15f3
Author: Florian Forster <octo at collectd.org>
Date: Sat Feb 25 17:33:05 2012 +0100
syslog plugin: Log "OKAY" notifications with severity "NOTICE".
It's a noteworthy event that implies normal operation, i.e. NOTICE. Also
renamed "severity" to "log_severity" to emphasize its use.
Change-Id: I7f3e4b12dabeb0caa9c9c8c86924bf77b2627ba1
commit 5c1af1bad76fbd6f8996f09de16cd32f81224354
Author: Florian Forster <octo at collectd.org>
Date: Sat Feb 25 17:31:23 2012 +0100
syslog plugin: Change notification severity handling.
This way it is more like log severity handling, i.e. "OKAY" implies
"WARNING" and "WARNING" implies "FAILURE".
Change-Id: I972c09e4bc9e26b5abeb17cc4d8c5e0e1a42e1c3
commit c888188e5aabb3600d30ef48202b6f1c53349024
Author: Florian Forster <octo at collectd.org>
Date: Sat Feb 25 17:25:50 2012 +0100
syslog plugin: Parse "value" as severity, not "key".
Change-Id: I4a7bde018be5a8925c9a998cd3e89e0289453063
commit e101bb5da4c66686aac12a55e757c8ecd4522a8e
Author: Florian Forster <octo at collectd.org>
Date: Sat Feb 25 17:12:45 2012 +0100
src/plugin.c: Fix use of strcmp().
Change-Id: I078ca80ba6e3cac413186c2ad063d32cdfbb398e
commit 45bd61ea2b32000fcfeafebf89527d99a6446be9
Author: Fabien Wernli <cpan at faxm0dem.org>
Date: Wed Oct 26 11:22:46 2011 +0200
Add notifications to syslog plugin
Deduplicated some code from logfile and syslog
and added NotifyLevel option to plugin.
Change-Id: I364067189d628420333cb625c885a256399e076a
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list