Merge branch 'collectd-5.4' into collectd-5.5
authorFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 20:46:06 +0000 (22:46 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 20:46:06 +0000 (22:46 +0200)
1  2 
README
src/utils_rrdcreate.c

diff --cc README
--- 1/README
--- 2/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.
Simple merge