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

93 Commits

Author SHA1 Message Date
ebdb96f893 added parameter to ignore collectors' peers (#1217) 2024-01-06 20:05:14 +01:00
ef1523e786 introduced TA-specific tolerance (#1204) 2023-12-24 19:30:49 +01:00
a795f0ce1b refactoring monitoring to multimatch 2023-10-20 00:26:24 +02:00
34f5774db6 improved skipPrefixMatch and renamed skipPrefixMatchOnDifferentGroups 2023-10-16 04:14:55 +02:00
a2e06f0ec8 introduced skipPrefixMatch for monitorAS monitor 2023-10-13 16:00:13 +02:00
b685b1a602 minor refactoring 2023-02-23 20:04:19 +01:00
8be8ba18e8 add reportMatrix module (#1043)
* add reportMatrix module

* add friends

* fix identation in config.yml.example

* use uuidv4 instead of Math.random()

* add documentation on how to find room id and access token

* added acknowledgement

---------

Co-authored-by: Massimo Candela <nve@webrobotics.net>
2023-02-23 16:49:52 +01:00
41e8024876 set advances stats to false in example config 2023-02-22 16:38:33 +01:00
76fcdbcacc introduced method parameter for reportHTTP (#915) 2023-02-13 22:13:28 +01:00
88c57d0b16 allow notificationIntervalSeconds local to monitor 2022-12-25 20:50:40 +01:00
a2f82c2d04 added enableAdvancedRpkiStats to config example 2022-08-16 10:41:22 +02:00
66f78f74c3 removed duplicated rpki providers declaration 2022-01-29 01:02:25 +01:00
f6e0e5a70d split channels for rpki and roa monitoring 2022-01-28 16:44:00 +01:00
5dd90db7ba introduced authentication header for websocket connection 2021-10-25 13:29:05 +02:00
6439294736 add rpkiclient in config.yml.example 2021-06-29 14:29:14 +02:00
fafdbbdacb minor changes to example files 2021-06-22 14:00:11 +02:00
0e12b463cc renamed main branch references 2021-06-11 15:16:58 +02:00
fd525c8871 added checkDisappearing parameter for monitorRPKI do avoid duplicated alerts with monitorROAS 2021-06-05 03:05:20 +02:00
e01a570ba4 rename checkOnlyAsns to checkOnlyASns for consistency 2021-06-05 01:55:25 +02:00
2faadc3458 improved documentation about connectorRISdump 2021-06-04 00:59:01 +02:00
a21fd3aeba improved inline documentation for config.yml.example 2021-05-30 14:14:09 +02:00
31133723f1 moved montiorPathNeighbor to path channel 2021-05-28 20:31:26 +02:00
11ed889407 introduced config file version 2021-05-28 03:48:03 +02:00
6a5b1e4a53 initial commit of ris dump connector 2021-05-28 01:00:09 +02:00
b58914d1fe updated config.yml.example with all the parameters for monitorROAs 2021-05-23 16:24:33 +02:00
524f276283 first release of expring ROAs alerting + improvements on diffing 2021-05-22 19:09:58 +02:00
e966d59052 fixed default config 2021-05-21 18:50:03 +02:00
d063a4ebd4 working pull api 2021-05-21 15:24:56 +02:00
70cd97a7e4 feature renamed 2021-05-05 21:32:56 +02:00
d85df19dbd introduced monitoring of neighbors in AS path 2021-04-27 19:00:11 +02:00
db46c9a9f9 improved default thresholdMinPeers after review of last quarter reports 2021-03-02 14:56:34 +01:00
c44f5a9209 added support for external config manager and for user groups definition file (#489)
* refactoring to support external configuration module

* allow for external connectors

* refactored retrieval of roa flat data structure now delegated to rpk-validator lib

* introduced support for external user group config file

* increased test coverage

* external group file documentation

* improve documentation on generatePrefixListEveryDays (#482)

* add comments on test connectors (#497)
2021-03-02 04:42:14 +01:00
15bf2fdc20 remove monitorNewPrefix as a default monitoring option 2020-12-10 17:06:54 +01:00
9391b01009 removed backlogSize option 2020-11-30 18:03:54 +01:00
e697a6f5a3 added monitorROA to the config.yml.example 2020-11-10 01:07:42 +01:00
19ac3bb228 introduced noc group 2020-11-10 00:23:46 +01:00
baeb87cd72 added rpki status/stale data check 2020-11-05 21:01:29 +01:00
c88a4f6821 set default value for rpki 2020-11-04 19:33:04 +01:00
41d66b3693 introduced useUTC parameter for logs (#344) 2020-09-30 19:27:23 +02:00
38eab3de93 set default thresholdMinPeers to 1 for rpki monitor 2020-08-07 01:49:48 +02:00
e2bb8d5e5a introduced possibility to re-generate prefix list periodically 2020-08-03 16:00:08 +02:00
e4c2dc0c9d tuned threshold min peers 2020-08-02 20:50:11 +02:00
bd340e45d2 removed accidental comma in example configuration 2020-07-20 03:38:57 +02:00
4ab5a8eef0 using plain ws reduces ris disconnections 2020-07-18 23:56:32 +02:00
a8647f6dee 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
2020-07-18 18:43:30 +02:00
8cd07e465b added documentation for trasnport parameter 2020-07-06 12:12:26 +02:00
98301b7a6f cover reportSyslog with tests 2020-07-05 22:45:38 +02:00
4fdd3540db introduced telegram report module, includes documentation 2020-06-29 00:46:13 +02:00
e9ff773086 introduced persistence module 2020-06-28 03:15:21 +02:00
1071f70076 removed useless console.log from proxy feature and removed optional default false parameter from config example 2020-05-26 15:15:47 +02:00