I receive emails for port utilization alerts by adding the following to the config.
HI,
Now the alerts are working, should emails be sent ?
Here is my config
// Enable alerter
$config['poller-wrapper']['alerter'] = TRUE;
// Set up a default alerter (email to a single address)
$config['alerts']['alerter']['default']['descr'] = "Default Email Alert";
$config['alerts']['alerter']['default']['type'] = "email";
$config['alerts']['alerter']['default']['enable'] = TRUE;
I've only tested sending emails from the cli with the mail command, which are being received by gmail
I really want to move away from cacti thold plugin :-)
Thanks for your help