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:
@@ -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
|
||||
|
@@ -85,7 +85,7 @@ export default class Config {
|
||||
roaExpirationAlertHours: 2,
|
||||
checkOnlyAsns: false,
|
||||
toleranceDeletedRoasTA: 20,
|
||||
toleranceExpiredRoasTA: 20,
|
||||
toleranceExpiredRoasTA: 20
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user