network plugin: Don't blindly re-initialize everything in the init callback.
[collectd.git] / README
diff --git a/README b/README
index 06650e8..8c0be1d 100644 (file)
--- a/README
+++ b/README
@@ -122,7 +122,7 @@ Features
       Collects statistics from `nginx' (speak: engine X), a HTTP and mail
       server/proxy.
 
-    - ntp
+    - ntpd
       NTP daemon statistics: Local clock drift, offset to peers, etc.
 
     - nut
@@ -210,9 +210,29 @@ Features
     - logfile
       Writes logmessages to a file or STDOUT/STDERR.
 
+    - perl
+      Log messages are propagated to plugins written in Perl as well.
+      See collectd-perl(5).
+
     - syslog
       Logs to the standard UNIX logging mechanism, syslog.
 
+  * Notifications can be handled by the following plugins:
+
+    - exec
+      Execute a program or script to handle the notification.
+      See collectd-exec(5).
+
+    - logfile
+      Writes the notification message to a file or STDOUT/STDERR.
+
+    - network
+      Send the notification to a remote host to handle it somehow.
+
+    - perl
+      Notifications are propagated to plugins written in Perl as well.
+      See collectd-perl(5).
+
   * Miscellaneous plugins:
 
     - uuid
@@ -342,6 +362,9 @@ Prerequisites
   * libvirt (optional)
     Collect statistics from virtual machines.
 
+  * libxml2 (optional)
+    Parse XML data provided by libvirt.
+
 
 Configuring / Compiling / Installing
 ------------------------------------