summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 105436c)
raw | patch | inline | side by side (parent: 105436c)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Jun 2008 12:56:28 +0000 (14:56 +0200) | ||
committer | Florian 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>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
README | patch | blob | history | |
src/collectd.conf.in | patch | blob | history |
index aad6a702b2c194ac7fb0627411e6c1d2e6fa0fdc..16c131957dff8a30e1187424d5fc9eb5c2e2eab8 100644 (file)
--- a/README
+++ b/README
* 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.
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 476a39d304d7063cd27a2448d36c90bd9be02b0b..1b5696bdc24c74e6352640df7890059363c48b4c 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
@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
@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
# 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"
# CACert "/etc/ssl/ca.crt"
#</Plugin>
+#<Plugin notify_desktop>
+# OkayTimeout 1000
+# WarningTimeout 5000
+# FailureTimeout 0
+#</Plugin>
+
#<Plugin notify_email>
# SMTPServer "localhost"
# SMTPPort 25