X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=83eede283e2a16a14c50486f88dcf1f3c055eede;hb=35f98b6e5c4c30bd7aeb52c7894c5f6e276638da;hp=e47493ac23c4acb1f6809f30a138ea7a6d062a8b;hpb=0f74e253aeb26c3b4908fdced0a00c7c1f2ad5cd;p=collectd.git diff --git a/README b/README index e47493ac..83eede28 100644 --- a/README +++ b/README @@ -82,6 +82,9 @@ Features - filecount Count the number of files in directories. + - fscache + Linux file-system based caching framework statistics. + - gmond Receive multicast traffic from Ganglia instances. @@ -121,6 +124,9 @@ Features Motherboard sensors: temperature, fanspeed and voltage information, using mbmon(1). + - memcachec + Query and parse data from a memcache daemon (memcached). + - memcached Statistics of the memcached distributed caching system. @@ -213,6 +219,9 @@ Features - swap Pages swapped out onto harddisk or whatever is called `swap' by the OS.. + - table + Parse table-like structured files. + - tail Follows (tails) logfiles, parses them by lines and submits matched values. @@ -232,6 +241,12 @@ Features - thermal Linux ACPI thermal zone information. + - tokyotyrant + Record in and file size of a Tokyo Cabinet database file. + + - uptime + System uptime statistics. + - users Users currently logged in. @@ -434,6 +449,12 @@ Prerequisites For the `notify_email' plugin. + * libganglia (optional) + Used by the `gmond' plugin to process data received from Ganglia. + + * libgcrypt (optional) + Used by the `network' plugin for encryption and authentication. + * libhal (optional) If present, the uuid plugin will check for UUID from HAL. @@ -448,6 +469,9 @@ Prerequisites used by the Java plugin to execute Java bytecode. See “Configuring with libjvm” below. + * libmemcached (optional) + Used by the `memcachec' plugin to connect to a memcache daemon. + * libmysqlclient (optional) Unsurprisingly used by the `mysql' plugin. @@ -538,10 +562,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