X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=1cfa643492cfad182b161270c26dc67e13f59f8a;hb=a6c03398aae03ae35ec676f20abe71c84cc4f039;hp=8deaf0eb0adbc52e400c1f8110fd6e0c75b5f059;hpb=2fd1f725afd1e9353e7d5df5c45d1748ee4b1219;p=collectd.git diff --git a/README b/README index 8deaf0eb..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 ------------------------------------ @@ -553,7 +565,10 @@ Configuring / Compiling / Installing will be enabled). To enable a plugin, install missing dependencies (see section `Prerequisites' above) and rerun `configure'. If you specify the `--enable-' configure option, the script will fail if the depen- - dencies for the specified plugin are not met. If you specify the + dencies for the specified plugin are not met. In that case you can force the + plugin to be built using the `--enable-=force' configure option. + This will most likely fail though unless you're working in a very unusual + setup and you really know what you're doing. If you specify the `--disable-' configure option, the plugin will not be built. If you specify the `--enable-all-plugins' or `--disable-all-plugins' configure options, all plugins will be enabled or disabled respectively by default.