author | Florian Forster <octo@collectd.org> | |
Tue, 16 Jun 2015 20:46:06 +0000 (22:46 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 16 Jun 2015 20:46:06 +0000 (22:46 +0200) |
1 | 2 | |||
---|---|---|---|---|
README | patch | | diff1 | | diff2 | | blob | history |
src/utils_rrdcreate.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc README
index 9604fda3522625d089542adf1dda8c8fddb1900c,430f52cdbb1f5e6b17399e2744a56cf249401844..3e2c0233adc3ea9ccfbcbbf072c107a0f6dcbd5b
+++ b/README
- 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.
diff --cc src/utils_rrdcreate.c
Simple merge