mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
v1.26.0 release hotfix (#295)
* updated development dependencies to bump lodash version to 4.17.19 * updated rpki-validator version * update rpki-validator to support external vrps * improved stability of monitorRPKI, increased test coverage
This commit is contained in:
44
tests/rpki_tests/config.rpki.test.external.yml
Normal file
44
tests/rpki_tests/config.rpki.test.external.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
environment: test
|
||||
|
||||
connectors:
|
||||
- file: connectorTest
|
||||
name: tes
|
||||
params:
|
||||
testType: withdrawal
|
||||
|
||||
monitors:
|
||||
- file: monitorRPKI
|
||||
channel: rpki
|
||||
name: rpki-monitor
|
||||
params:
|
||||
thresholdMinPeers: 1
|
||||
preCacheROAs: true
|
||||
vrpFile: tests/rpki_tests/vrp.json
|
||||
refreshVrpListMinutes: 15
|
||||
checkUncovered: true
|
||||
|
||||
|
||||
# The file containing the monitored prefixes. Please see monitored_prefixes_test.yml for an example
|
||||
# This is an array (use new lines and dashes!)
|
||||
monitoredPrefixesFiles:
|
||||
- tests/prefixes.test.yml
|
||||
|
||||
logging:
|
||||
directory: logs
|
||||
logRotatePattern: YYYY-MM-DD # Whenever the pattern changes, a new file is created and the old one rotated
|
||||
backlogSize: 1
|
||||
maxRetainedFiles: 10
|
||||
maxFileSizeMB: 15
|
||||
compressOnRotation: true
|
||||
|
||||
checkForUpdatesAtBoot: false
|
||||
persistStatus: false
|
||||
|
||||
|
||||
notificationIntervalSeconds: 1800 # Repeat the same alert (which keeps being triggered) after x seconds
|
||||
alertOnlyOnce: false
|
||||
fadeOffSeconds: 10
|
||||
checkFadeOffGroupsSeconds: 2
|
||||
pidFile: bgpalerter.pid
|
||||
multiProcess: false
|
||||
maxMessagesPerSecond: 6000
|
Reference in New Issue
Block a user