Disable Legacy-Alerting

This commit is contained in:
f0o
2015-05-18 10:30:26 +00:00
parent b8b9ef7abe
commit 54c6696d3c

View File

@@ -244,7 +244,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