From 49f55f7f02eeb1b9ef72703d7f5cbb7cde202415 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 16 Feb 2009 12:30:13 +0100 Subject: [PATCH] collectd.conf(5): Add documentation for the `notify_email' plugin. --- src/collectd.conf.pod | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 7ca85067..895a443e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1007,6 +1007,61 @@ has been specified, the default is used as well. =back +=head2 Plugin C + +The I plugin uses the I library to send notifications to a +configured email address. + +I is available from L. + +Available configuration options: + +=over 4 + +=item B I
+ +Email address from which the emails should appear to come from. + +Default: C + +=item B I
+ +Configures the email address(es) to which the notifications should be mailed. +May be repeated to send notifications to multiple addresses. + +At least one B must be present for the plugin to work correctly. + +=item B I + +Hostname of the SMTP server to connect to. + +Default: C + +=item B I + +TCP port to connect to. + +Default: C<25> + +=item B I + +Username for ASMTP authentication. Optional. + +=item B I + +Password for ASMTP authentication. Optional. + +=item B I + +Subject-template to use when sending emails. There must be exactly two +string-placeholders in the subject, given in the standard I syntax, +i.Ee. C<%s>. The first will be replaced with the severity, the second +with the hostname. + +Default: C + +=back + =head2 Plugin C =over 4 -- 2.30.2