X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=a8ec07b036b96cdeb166def0deb32695130c3131;hb=47f1214f85d7c9ea199f17d976dada4b49e328ce;hp=67cac046aa835e8c0a319a5097e88c74c6914fe4;hpb=efb97f730c570686269cc9b7545842162ff6af71;p=collectd.git diff --git a/README b/README index 67cac046..a8ec07b0 100644 --- a/README +++ b/README @@ -222,6 +222,9 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). + - pf + Query statistics from BSD's packet filter "pf". + - pinba Receive and dispatch timing values from Pinba, a profiling extension for PHP. @@ -376,9 +379,15 @@ Features requests. The transmitted data is either in a form understood by the Exec plugin or formatted in JSON. + - write_mongodb + Sends data to MongoDB, a NoSQL database. + - write_redis Sends the values to a Redis key-value database server. + - write_riemann + Sends data to Riemann, a stream processing and monitoring system. + * Logging is, as everything in collectd, provided by plugins. The following plugins keep up informed about what's going on: @@ -458,6 +467,10 @@ Features * Miscellaneous plugins: + - aggregation + Selects multiple value lists based on patterns or regular expressions + and creates new aggregated values lists from those. + - threshold Checks values against configured thresholds and creates notifications if values are out of bounds. See collectd-threshold(5) for details.