Plugin:Notify Email
From collectd Wiki
| Notify Email plugin | |
|---|---|
| Type: | notification |
| Callbacks: | config, init, notification, shutdown |
| Status: | supported |
| First version: | 4.5 |
| Copyright: | 2008 Oleg King 2008 Florian octo Forster |
| License: | GPLv2+ |
| Manpage: | collectd.conf(5) |
| 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>

