1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

tuned threshold min peers

This commit is contained in:
Massimo Candela
2020-08-02 20:50:11 +02:00
parent f455a66d4d
commit e4c2dc0c9d
7 changed files with 15 additions and 15 deletions

View File

@@ -23,31 +23,31 @@ monitors:
channel: newprefix
name: prefix-detection
params:
thresholdMinPeers: 2
thresholdMinPeers: 3
- file: monitorPath
channel: path
name: path-matching
params:
thresholdMinPeers: 0
thresholdMinPeers: 1
- file: monitorVisibility
channel: visibility
name: withdrawal-detection
params:
thresholdMinPeers: 20
thresholdMinPeers: 40
- file: monitorAS
channel: misconfiguration
name: asn-monitor
params:
thresholdMinPeers: 2
thresholdMinPeers: 3
- file: monitorRPKI
channel: rpki
name: rpki-monitor
params:
thresholdMinPeers: 1
thresholdMinPeers: 2
checkUncovered: false
preCacheROAs: true
refreshVrpListMinutes: 15