From: Sebastian Harl Date: Thu, 5 Jun 2008 12:56:28 +0000 (+0200) Subject: Renamed the desktop_notification plugin in README and collectd.conf as well. X-Git-Tag: collectd-4.5.0~125 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=560a0b601edc9d2087d63d29dc35fb2441561586;p=collectd.git Renamed the desktop_notification plugin in README and collectd.conf as well. Also, reordered collectd.conf to restore alphabetical sorting. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/README b/README index aad6a702..16c13195 100644 --- 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) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 476a39d3..1b5696bd 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -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 # -# -# OkayTimeout 1000 -# WarningTimeout 5000 -# FailureTimeout 0 -# - # # Device "/dev/hda1" # Device "192.168.0.2:/mnt/nfs" @@ -212,6 +206,12 @@ FQDNLookup true # CACert "/etc/ssl/ca.crt" # +# +# OkayTimeout 1000 +# WarningTimeout 5000 +# FailureTimeout 0 +# + # # SMTPServer "localhost" # SMTPPort 25