On 2014-04-01 01:41, Tom Laermans wrote:
Hi Jake,
2 things, one already noted:
- If you're on subscription, alerts|email|enable should be FALSE
(confusing, yes, definitely) because that toggles the old alerter instead of the new one. If you're on CE, the old alerting system isn't supported.
- I *think* (but I am not 100% sure) the new alerter mails the
device's sysContact regardless of other settings. If you mean "to our old email address", could it be that one is set up as sysContact?
The new alerter will email sysContact if you don't set default_only and set a contact, which is what the block that Josh posted does.
All you really need to get email alerts to go where you want them is:
$config['alerts']['email']['default'] = "adama@memetic.org"; $config['alerts']['email']['from'] = "Observium Dev adama@memetic.org"; $config['alerts']['email']['default_only'] = TRUE; $config['alerts']['email']['enable'] = FALSE;
adam.