Skip to content

Plugin Notify Email

Florian Forster edited this page Nov 21, 2023 · 1 revision

Name:

Notify Email plugin

Type:

notification

Callbacks:

config, init, notification, shutdown

Status:

supported

FirstVersion:

4.5

Copyright:

2008 Oleg King, 2008 Florian octo Forster

License:

Manpage:

collectd.conf(5)

See also:

List of Plugins

The Notify Email plugin uses libESMTP to send notifications to a configured email address(es).

This plugin is a generic plugin, i.e. it cannot work without configuration, because there is no reasonable default behavior. Please read the Plugin notify_email section of the collectd.conf(5) manual page for an in-depth description of the plugin's configuration.

Synopsis

 <Plugin "notify_email">
   From "collectd@somewhere"
   Recipient "admin0@somewhere"
   Recipient "admin1@somewhere"
 </Plugin>

Dependencies

Clone this wiki locally