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

improved ta malfunction alert

This commit is contained in:
Massimo Candela
2022-01-24 15:22:10 +01:00
parent dc1abf4d2a
commit 6ba69b735e
3 changed files with 8 additions and 8 deletions

View File

@@ -61,11 +61,11 @@ describe("RPKI monitoring external", function() {
truncated: false,
origin: 'rpki-monitor',
affected: 'ripe',
message: 'Possible TA malfunction: 60.00% of the ROAs disappeared from ripe',
message: 'Possible TA malfunction or incomplete VRP file: 60.00% of the ROAs disappeared from ripe',
data: [
{
affected: 'ripe',
matchedMessage: 'Possible TA malfunction: 60.00% of the ROAs disappeared from ripe'
matchedMessage: 'Possible TA malfunction or incomplete VRP file: 60.00% of the ROAs disappeared from ripe'
}
]
},
@@ -74,11 +74,11 @@ describe("RPKI monitoring external", function() {
truncated: false,
origin: 'rpki-monitor',
affected: 'ripe',
message: 'Possible TA malfunction: 50.00% of the ROAs are expiring in ripe',
message: 'Possible TA malfunction or incomplete VRP file: 50.00% of the ROAs are expiring in ripe',
data: [
{
affected: 'ripe',
matchedMessage: 'Possible TA malfunction: 50.00% of the ROAs are expiring in ripe',
matchedMessage: 'Possible TA malfunction or incomplete VRP file: 50.00% of the ROAs are expiring in ripe',
extra: {}
}
]