1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
This commit is contained in:
Massimo Candela
2019-07-11 13:12:44 +02:00

View File

@@ -25,7 +25,7 @@ Connectors retrieve/listen the data from different sources and transform them in
Monitors analize the data flow and produce alerts. Different monitors try to detect different issues.
Reports send/store the alerts, e.g. by email or to a file.
####connectors
#####connectors
Possible connectors are:
@@ -33,7 +33,7 @@ Possible connectors are:
* connectorTest, for testing purposes, it provokes all types of alerting
####monitors
#####monitors
Possible monitors are:
@@ -43,7 +43,7 @@ Possible monitors are:
* monitorNewPrefix, for monitoring if new more specifics (of the monitored prefixes) start to be announced
####reports
#####reports
Possible reports are:
@@ -51,6 +51,9 @@ Possible reports are:
* reportFile, to log the alerts in files. File directory, format, and log rotation configurations are in config.yml
* reportSlack, to send alerts in Slack. Hook url is configurable in config.yml
##For Developers
To start develop: