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

updated config.yml.example with all the parameters for monitorROAs

This commit is contained in:
Massimo Candela
2021-05-23 16:24:33 +02:00
parent 3fc43ad4cf
commit b58914d1fe
2 changed files with 9 additions and 5 deletions

View File

@@ -54,10 +54,14 @@ monitors:
channel: rpki
name: rpki-diff
params:
enableDiffAlerts: true,
enableExpirationAlerts: true,
roaExpirationAlertHours: 2,
checkOnlyAsns: false
enableDiffAlerts: true
enableExpirationAlerts: true
enableExpirationCheckTA: true
enableDeletedCheckTA: true
roaExpirationAlertHours: 2
checkOnlyAsns: false
toleranceDeletedRoasTA: 20
toleranceExpiredRoasTA: 20
- file: monitorPathNeighbors
channel: hijack

View File

@@ -85,7 +85,7 @@ export default class Config {
roaExpirationAlertHours: 2,
checkOnlyAsns: false,
toleranceDeletedRoasTA: 20,
toleranceExpiredRoasTA: 20,
toleranceExpiredRoasTA: 20
}
},
{