From: Sebastian Harl Date: Thu, 5 Jun 2008 13:06:14 +0000 (+0200) Subject: README: Added the "notify_email" plugin and "libesmtp". X-Git-Tag: collectd-4.5.0~122 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=aed910b81065d57bf671963538b01d66f1ad80c9;p=collectd.git README: Added the "notify_email" plugin and "libesmtp". Also, the list of libraries in the "Prerequisites" has been sorted alphabetically. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/README b/README index 16c13195..ca2bdf6b 100644 --- a/README +++ b/README @@ -236,6 +236,10 @@ Features notifications, notification-daemon is required. See http://www.galago-project.org/specs/notification/. + - notify_email + Send an E-mail with the notification message to the configured + recipients. + - exec Execute a program or script to handle the notification. See collectd-exec(5). @@ -321,9 +325,16 @@ Prerequisites used and should be found in various implementations for hopefully all platforms. + * CoreFoundation.framework and IOKit.framework (optional) + For compiling on Darwin in general and the `apple_sensors' plugin in + particular. + * libcurl (optional) If you want to use the `apache', `ascent', or `nginx' plugin. + * libesmtp (optional) + For the `notify_email' plugin. + * libhal (optional) If present, the uuid plugin will check for UUID from HAL. @@ -359,32 +370,28 @@ Prerequisites Alternatively you can chose to write CSV-files (Comma Separated Values) instead. + * librt, libsocket, libkstat, libdevinfo (optional) + Various standard Solaris libraries which provide system functions. + * libsensors (optional) To read from `lm_sensors', see the `sensors' plugin. - * libstatgrab may be used to collect statistics on systems other than Linux - and/or Solaris. Note that CPU- and disk-statistics, while being provided - by this library, are not supported in collectd right now.. + * libstatgrab (optional) may be used to collect statistics on systems other + than Linux and/or Solaris. Note that CPU- and disk-statistics, while being + provided by this library, are not supported in collectd right now.. * libupsclient/nut (optional) For the `nut' plugin which queries nut's `upsd'. - * libxmms (optional) - - * librt, libsocket, libkstat, libdevinfo - Various standard Solaris libraries which provide system functions. - - * CoreFoundation.framework and IOKit.framework - For compiling on Darwin in general and the `apple_sensors' plugin in - particular. - * libvirt (optional) Collect statistics from virtual machines. * libxml2 (optional) Parse XML data. This is needed for the `ascent' and `libvirt' plugins. + * libxmms (optional) + Configuring / Compiling / Installing ------------------------------------