Code

Merge branch 'collectd-4.4'
[collectd.git] / README
diff --git a/README b/README
index 904e7c73a7692ed327a05418f211595e30d73cc9..aad6a702b2c194ac7fb0627411e6c1d2e6fa0fdc 100644 (file)
--- a/README
+++ b/README
@@ -230,6 +230,12 @@ Features
 
   * Notifications can be handled by the following plugins:
 
+    - desktop_notification
+      Send a desktop notification to a notification daemon, as defined in
+      the Desktop Notification Specification. To actually display the
+      notifications, notification-daemon is required.
+      See http://www.galago-project.org/specs/notification/.
+
     - exec
       Execute a program or script to handle the notification.
       See collectd-exec(5).
@@ -333,6 +339,9 @@ Prerequisites
   * libnetsnmp (optional)
     For the `snmp' plugin.
 
+  * libnotify (optional)
+    For the `desktop_notification' plugin.
+
   * liboping (optional, if not found a version shipped with this distribution
     can be used)
     Used by the `ping' plugin to send and receive ICMP packets.