X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=af09029fbbac66c009afafc4ad5cff9e57501452;hb=daaa677b7b077a0de6b0b7f12c1f3c56f93654e1;hp=c3a594091f090ed408bb58fc3a2868ad3bd0c28d;hpb=509f73e3155ffc8998a2c600384f070f3ffc253e;p=collectd.git diff --git a/README b/README index c3a59409..af09029f 100644 --- a/README +++ b/README @@ -43,8 +43,9 @@ Features - conntrack Number of nf_conntrack entries. - - couchdb - Parse statistics from CouchDB JSON documents. + - curl_json + Retrieves JSON data via cURL and parses it according to user + configuration. - cpu CPU utilization: Time spent in the system, user, nice, idle, and related @@ -241,6 +242,9 @@ Features - thermal Linux ACPI thermal zone information. + - tokyotyrant + Record in and file size of a Tokyo Cabinet database file. + - uptime System uptime statistics. @@ -258,9 +262,15 @@ Features - wireless Link quality of wireless cards. Linux only. + - write_http + Send data to a web-server using POST requests. + - xmms Bitrate and frequency of music played with XMMS. + - zfs_arc + Statistics for ZFS' “Adaptive Replacement Cache” (ARC). + * Output can be written or send to various destinations by the following plugins: @@ -337,6 +347,9 @@ Features * Value processing can be controlled using the "filter chain" infrastructure and "matches" and "targets". The following plugins are available: + - match_empty_counter + Match counter values which are currently zero. + - match_regex Match values by their identifier based on regular expressions. @@ -435,7 +448,8 @@ Prerequisites Used by the `oracle' plugin. * libcurl (optional) - If you want to use the `apache', `ascent', `curl' or `nginx' plugin. + If you want to use the `apache', `ascent', `curl', `nginx', or `write_http' + plugin. * libdbi (optional) @@ -543,7 +557,7 @@ Prerequisites * libyajl (optional) - Parse JSON data. This is needed for the `couchdb' plugin. + Parse JSON data. This is needed for the `curl_json' plugin. Configuring / Compiling / Installing