From: Florian Forster Date: Mon, 16 Feb 2009 11:30:13 +0000 (+0100) Subject: collectd.conf(5): Add documentation for the `notify_email' plugin. X-Git-Tag: collectd-4.6.0~19^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=49f55f7f02eeb1b9ef72703d7f5cbb7cde202415;p=collectd.git collectd.conf(5): Add documentation for the `notify_email' plugin. --- 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