summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49e45e1)
raw | patch | inline | side by side (parent: 49e45e1)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 5 Feb 2008 09:44:57 +0000 (10:44 +0100) | ||
committer | Florian 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>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
README | patch | blob | history |
index b204251688b16bbd6ddcb62906e586c7b7e63e97..06650e81214aa634e187ec7198ddafd5af10073f 100644 (file)
--- a/README
+++ b/README
- 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
* 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.