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

introduced warning about user group precedence in documentation (#500)

This commit is contained in:
Massimo Candela
2021-03-18 16:25:32 +01:00
parent f581ba1459
commit f02c85de08

View File

@@ -128,6 +128,8 @@ reports:
group2: _SLACK_WEBOOK_FOR_GROUP2_
```
> User groups associated to prefixes have always precedence on user groups associated to ASes. If an alert matches both a prefix rule and an AS rule, the prefix rule will define which user group will receive the alert.
## Define an external user groups file
Edit `config.yml`, uncomment the `groupsFile` option, and add the position of the file (e.g., `groupsFile: groups.yml`).