X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=a6a5354435da496bc282ec45157a8ab78daccbc2;hb=6e2b4380c02a6edb039b73caf654455a758df9aa;hp=5c9eed036cf9559e17ac1a43c0d94e232a930fe6;hpb=ef7fec0c4e0bbbabb356e6a570ac6297ee06eb80;p=collectd.git diff --git a/README b/README index 5c9eed03..a6a53544 100644 --- a/README +++ b/README @@ -33,6 +33,13 @@ Features Batterycharge, -current and voltage of ACPI and PMU based laptop batteries. + - curl + Parse statistics from websites using regular expressions. + + - bind + Name server and resolver statistics from the `statistics-channel' + interface of BIND 9.5, 9,6 and later. + - cpu CPU utilization: Time spent in the system, user, nice, idle, and related states. @@ -146,6 +153,13 @@ Features Read onewire sensors using the owcapu library of the owfs project. Please read in collectd.conf(5) why this plugin is experimental. + - openvpn + RX and TX of each client in openvpn-status.log (status-version 2). + + + - oracle + Query data from an Oracle database. + - perl The perl plugin implements a Perl-interpreter into collectd. You can write your own plugins in Perl and return arbitrary values using this @@ -250,13 +264,6 @@ Features needed. Please read collectd-unixsock(5) for a description on how that's done. - * Filtering and rewriting values dispatched to collectd can be done by the - following plugins: - - - filter_pcre - Filter and rewrite value lists based on Perl-compatible regular - expressions. - * Logging is, as everything in collectd, provided by plugins. The following plugins keep up informed about what's going on: @@ -296,6 +303,27 @@ Features Notifications are propagated to plugins written in Perl as well. See collectd-perl(5). + * Value processing can be controlled using the "filter chain" infrastructure + and "matches" and "targets". The following plugins are available: + + - match_regex + Match values by their identifier based on regular expressions. + + - match_timediff + Match values with an invalid timestamp. + + - match_value + Select values by their data sources' values. + + - target_notification + Create and dispatch a notification. + + - target_replace + Replace parts of an identifier using regular expressions. + + - target_set + Set (overwrite) entire parts of an identifier. + * Miscellaneous plugins: - uuid @@ -372,8 +400,11 @@ Prerequisites particular. + * libclntsh (optional) + Used by the `oracle' plugin. + * libcurl (optional) - If you want to use the `apache', `ascent', or `nginx' plugin. + If you want to use the `apache', `ascent', `curl' or `nginx' plugin. * libdbi (optional) @@ -423,10 +454,6 @@ Prerequisites Used to capture packets by the `dns' plugin. - * libpcre (optional) - Used by the `filter_pcre' plugin. - - * libperl (optional) Obviously used by the `perl' plugin. The library has to be compiled with ithread support (introduced in Perl 5.6.0).