mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1052 from f0o/obsolete-old-alerting
Disable Legacy-Alerting by default
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user