Merge pull request #1052 from f0o/obsolete-old-alerting

Disable Legacy-Alerting by default
This commit is contained in:
Neil Lathwood
2015-06-01 15:18:07 +01:00

View File

@ -250,7 +250,7 @@ $config['alert'] = array(
$config['alerts']['email']['default'] = NULL; // Default alert recipient
$config['alerts']['email']['default_only'] = FALSE; // Only use default recipient
$config['alerts']['email']['enable'] = TRUE; // Enable email alerts
$config['alerts']['email']['enable'] = FALSE; // Enable email alerts
$config['alerts']['bgp']['whitelist'] = NULL; // Populate as an array() with ASNs to alert on.
$config['alerts']['port']['ifdown'] = FALSE; // Generate alerts for ports that go down