X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=c3a594091f090ed408bb58fc3a2868ad3bd0c28d;hb=5ff5059ff7e207b61032ed65f7a5288f1b296a9a;hp=8deaf0eb0adbc52e400c1f8110fd6e0c75b5f059;hpb=2fd1f725afd1e9353e7d5df5c45d1748ee4b1219;p=collectd.git diff --git a/README b/README index 8deaf0eb..c3a59409 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. @@ -539,6 +542,9 @@ Prerequisites * libxmms (optional) + * libyajl (optional) + Parse JSON data. This is needed for the `couchdb' plugin. + Configuring / Compiling / Installing ------------------------------------ @@ -553,7 +559,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.