X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=ee7163c8b3a9e0d111ca5f6418c66bd7bd6c432c;hb=449418fb46e6898e79b584f5de7e9dcefeba8f92;hp=26519f5fba821982420cae8cb729f6ba7e144dd7;hpb=9256582b03a6d47fa0e56517c6b6a93d3ff2d092;p=collectd.git diff --git a/README b/README index 26519f5f..ee7163c8 100644 --- a/README +++ b/README @@ -122,7 +122,7 @@ Features using mbmon(1). - memcachec - Query and parse data from a memcache daemon. + Query and parse data from a memcache daemon (memcached). - memcached Statistics of the memcached distributed caching system. @@ -446,7 +446,7 @@ Prerequisites * libganglia (optional) Used by the `gmond' plugin to process data received from Ganglia. - * libgcrupt (optional) + * libgcrypt (optional) Used by the `network' plugin for encryption and authentication. * libhal (optional) @@ -553,10 +553,16 @@ 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 - `--disable-' configure option, the plugin will not be built. Both - options are meant for package maintainers and should not be used in everyday - situations. + 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. + Explicitly enabling or disabling a plugin overwrites the default for the + specified plugin. These options are meant for package maintainers and should + not be used in everyday situations. By default, collectd will be installed into `/opt/collectd'. You can adjust this setting by specifying the `--prefix' configure option - see INSTALL for