README: Added "uuid" plugin to the list of available plugins.
authorSebastian Harl <sh@tokkee.org>
Tue, 5 Feb 2008 09:44:57 +0000 (10:44 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 9 Feb 2008 16:45:48 +0000 (17:45 +0100)
 * Added an optional dependency on libhal.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
README

diff --git a/README b/README
index b204251..06650e8 100644 (file)
--- a/README
+++ b/README
@@ -213,6 +213,13 @@ Features
     - syslog
       Logs to the standard UNIX logging mechanism, syslog.
 
+  * Miscellaneous plugins:
+
+    - uuid
+      Sets the hostname to an unique identifier. This is meant for setups
+      where each client may migrate to another physical host, possibly going
+      through one or more name changes in the process.
+
   * Performance: Since collectd is running as a daemon it doesn't spend much
     time starting up again and again. With the exception of the exec plugin no
     processes are forked. Caching in output plugins, such as the rrdtool and
@@ -280,6 +287,9 @@ Prerequisites
   * libcurl (optional)
     If you want to use the `apache' and/or `nginx' plugins.
 
+  * libhal (optional)
+    If present, the uuid plugin will check for UUID from HAL.
+
   * libiptc (optional)
     For querying iptables counters.