From 54c6696d3c50190ec62a40b771d413b3be91b345 Mon Sep 17 00:00:00 2001 From: f0o Date: Mon, 18 May 2015 10:30:26 +0000 Subject: [PATCH] Disable Legacy-Alerting --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index dca985947d..f52fa7d259 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -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