From: Florian Forster Date: Wed, 17 Jun 2015 07:12:26 +0000 (+0200) Subject: Merge branch 'collectd-5.4' into collectd-5.5 X-Git-Tag: collectd-5.5.1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf33da9ad00ac94931a2c87563f8d007a996f1ad;p=thirdparty%2Fcollectd.git Merge branch 'collectd-5.4' into collectd-5.5 --- cf33da9ad00ac94931a2c87563f8d007a996f1ad diff --cc README index 9604fda35,430f52cdb..3e2c0233a --- a/README +++ b/README @@@ -455,19 -413,11 +455,19 @@@ Feature - write_riemann Sends data to Riemann, a stream processing and monitoring system. + - write_sensu + Sends data to Sensu, a stream processing and monitoring system, via the + Sensu client local TCP socket. + + - write_tsdb + Sends data OpenTSDB, a scalable no master, no shared state time series + database. + * Logging is, as everything in collectd, provided by plugins. The following - plugins keep up informed about what's going on: + plugins keep us informed about what's going on: - logfile - Writes logmessages to a file or STDOUT/STDERR. + Writes log messages to a file or STDOUT/STDERR. - perl Log messages are propagated to plugins written in Perl as well.