Renamed the desktop_notification plugin in README and collectd.conf as well.
authorSebastian Harl <sh@tokkee.org>
Thu, 5 Jun 2008 12:56:28 +0000 (14:56 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 7 Jun 2008 18:35:57 +0000 (20:35 +0200)
Also, reordered collectd.conf to restore alphabetical sorting.

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

diff --git a/README b/README
index aad6a70..16c1319 100644 (file)
--- a/README
+++ b/README
@@ -230,7 +230,7 @@ Features
 
   * Notifications can be handled by the following plugins:
 
-    - desktop_notification
+    - notify_desktop
       Send a desktop notification to a notification daemon, as defined in
       the Desktop Notification Specification. To actually display the
       notifications, notification-daemon is required.
@@ -340,7 +340,7 @@ Prerequisites
     For the `snmp' plugin.
 
   * libnotify (optional)
-    For the `desktop_notification' plugin.
+    For the `notify_desktop' plugin.
 
   * liboping (optional, if not found a version shipped with this distribution
     can be used)
index 476a39d..1b5696b 100644 (file)
@@ -21,7 +21,6 @@ FQDNLookup   true
 @BUILD_PLUGIN_CPU_TRUE@LoadPlugin cpu
 @BUILD_PLUGIN_CPUFREQ_TRUE@LoadPlugin cpufreq
 @BUILD_PLUGIN_CSV_TRUE@LoadPlugin csv
-@BUILD_PLUGIN_DESKTOP_NOTIFICATION_TRUE@LoadPlugin desktop_notification
 @BUILD_PLUGIN_DF_TRUE@LoadPlugin df
 @BUILD_PLUGIN_DISK_TRUE@LoadPlugin disk
 @BUILD_PLUGIN_DNS_TRUE@LoadPlugin dns
@@ -46,6 +45,7 @@ FQDNLookup   true
 @BUILD_PLUGIN_NETWORK_TRUE@LoadPlugin network
 @BUILD_PLUGIN_NFS_TRUE@LoadPlugin nfs
 @BUILD_PLUGIN_NGINX_TRUE@LoadPlugin nginx
+@BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE@LoadPlugin notify_desktop
 @BUILD_PLUGIN_NOTIFY_EMAIL_TRUE@LoadPlugin notify_email
 @BUILD_PLUGIN_NTPD_TRUE@LoadPlugin ntpd
 @BUILD_PLUGIN_NUT_TRUE@LoadPlugin nut
@@ -95,12 +95,6 @@ FQDNLookup   true
 #      StoreRates false
 #</Plugin>
 
-#<Plugin desktop_notification>
-#      OkayTimeout 1000
-#      WarningTimeout 5000
-#      FailureTimeout 0
-#</Plugin>
-
 #<Plugin df>
 #      Device "/dev/hda1"
 #      Device "192.168.0.2:/mnt/nfs"
@@ -212,6 +206,12 @@ FQDNLookup   true
 #      CACert "/etc/ssl/ca.crt"
 #</Plugin>
 
+#<Plugin notify_desktop>
+#      OkayTimeout 1000
+#      WarningTimeout 5000
+#      FailureTimeout 0
+#</Plugin>
+
 #<Plugin notify_email>
 #       SMTPServer "localhost"
 #      SMTPPort 25