mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
selectively include or exclude monitors for specific prefixes
This commit is contained in:
@@ -35,3 +35,20 @@
|
||||
asn: 1234
|
||||
ignore: true
|
||||
ignoreMorespecifics: true
|
||||
|
||||
175.254.205.0/24:
|
||||
description: include exclude test
|
||||
asn: 1234
|
||||
ignoreMorespecifics: false
|
||||
ignore: false
|
||||
excludeMonitors:
|
||||
- basic-hijack-detection
|
||||
- withdrawal-detection
|
||||
|
||||
170.254.205.0/24:
|
||||
description: include exclude test
|
||||
asn: 1234
|
||||
ignoreMorespecifics: false
|
||||
ignore: false
|
||||
includeMonitors:
|
||||
- prefix-detection
|
||||
Reference in New Issue
Block a user