From: Sebastian Harl Date: Tue, 20 Nov 2012 11:41:27 +0000 (+0100) Subject: README: Added 'pf' and 'aggregation' plugins. X-Git-Tag: collectd-5.2.1~11^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=80ed019e6ed4659ec3bfb5f11a409e48835a5c1c;p=collectd.git README: Added 'pf' and 'aggregation' plugins. --- diff --git a/README b/README index 67cac046..45dcadb8 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. @@ -458,6 +461,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.