mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Disable Legacy-Alerting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user