mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
fixes. enable whitelisting for bgp alerts (temporary fix)
git-svn-id: http://www.observium.org/svn/observer/trunk@2553 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -82,7 +82,9 @@ $config['discover_services'] = false; ## Autodiscover services via
|
||||
|
||||
$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'] = TRUE; ## Enable email alerts
|
||||
$config['alerts']['bgp']['whitelist'] = NULL; ## Populate as an array() with ASNs to alert on.
|
||||
|
||||
$config['uptime_warning'] = "84600"; ## Time in seconds to display a "Device Rebooted" Alert. 0 to disable warnings.
|
||||
|
||||
### Cosmetics
|
||||
|
||||
Reference in New Issue
Block a user