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

16 Commits

Author SHA1 Message Date
Massimo Candela
dfe8cc58d8 Debian folder necessary for installing BGPalerter loosely following Debian guidelines
There are some aspects of this package which may not be Debian compliment.
specifically we vendor in all node dependencies.

The packaged produced will:

    create a bgpalerter use
    install systemd file
    install the binary to /usr/bin/bgpalert
    install dependencies
    install the example config files to /etc/bgpalerter/
2022-06-16 12:30:44 +02:00
Massimo Candela
33f8eee5f1 added tmp files to gitignore 2021-05-22 19:12:25 +02:00
Massimo Candela
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
Massimo Candela
fb643ba6b6 prep for npm packaging 2020-11-30 22:46:33 +01:00
Massimo Candela
b25ac5b0bd moved from kafka-node to kafkajs, fixed #345, test coverage for reportKafka 2020-11-07 23:10:05 +01:00
Massimo Candela
ce886c2821 add export.json to gitignore 2020-11-05 03:02:46 +01:00
Massimo Candela
73f504a37c cover with tests prefix generation procedure 2020-07-30 14:25:10 +02:00
Massimo Candela
78f00885fc hotfix vrp file reloading (#298) 2020-07-20 17:34:35 +02:00
Massimo Candela
4211f2a8c3 introduced tests for volume feature 2020-06-28 20:38:33 +02:00
Massimo Candela
e9ff773086 introduced persistence module 2020-06-28 03:15:21 +02:00
Massimo Candela
cf179e04a7 travis parallel tests (#261) 2020-06-11 15:31:36 +02:00
Massimo Candela
7d2e714d9e added alertdata to gitignore 2020-01-23 11:16:27 +01:00
Massimo Candela
264a7ca7e8 added support for pid file 2019-12-11 15:49:27 +01:00
Massimo Candela
56cdaa11fe added logs and other items to public gitignore 2019-10-03 14:55:29 +02:00
Massimo Candela
dc9a437290 added more items in the gitignore 2019-10-03 14:46:58 +02:00
Arjen Zonneveld
2d2b580eed Move config.yml to config.yml.example
Move config.yml to prevent accidental pushing one's config (or
accidental overwriting one's local config with the upstream version)

Add config.yml to .gitignore
2019-10-03 14:26:20 +02:00