mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
* 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)
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
# This file is an example of how you can define user groups
|
|
|
|
# The structure is:
|
|
# report_module_name:
|
|
# user_group_to_define:
|
|
# list_of_contacts
|
|
|
|
# The format of the list of contacts depends on the report_module (e.g., emails for reportEmail, urls for reportHTTP)
|
|
|
|
reportEmail:
|
|
mygroup:
|
|
- example@example.it |