X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=1cfa643492cfad182b161270c26dc67e13f59f8a;hb=a97f0dd7dc07e6fe78df806d9c6f14b3681513a6;hp=ee7163c8b3a9e0d111ca5f6418c66bd7bd6c432c;hpb=cb62220826eb2900d4217c5c163c2c1034df2ff2;p=collectd.git diff --git a/README b/README index ee7163c8..1cfa6434 100644 --- a/README +++ b/README @@ -43,6 +43,9 @@ Features - conntrack Number of nf_conntrack entries. + - couchdb + Parse statistics from CouchDB JSON documents. + - cpu CPU utilization: Time spent in the system, user, nice, idle, and related states. @@ -238,6 +241,9 @@ Features - thermal Linux ACPI thermal zone information. + - tokyotyrant + Record in and file size of a Tokyo Cabinet database file. + - uptime System uptime statistics. @@ -334,6 +340,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. @@ -539,6 +548,9 @@ Prerequisites * libxmms (optional) + * libyajl (optional) + Parse JSON data. This is needed for the `couchdb' plugin. + Configuring / Compiling / Installing ------------------------------------