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

README.md edited online with Bitbucket

This commit is contained in:
MaxCam
2019-07-11 10:54:15 +00:00
parent 49f36d94cf
commit 1ebac1f8c8

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. 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. Reports send/store the alerts, e.g. by email or to a file.
####connectors #####connectors
Possible connectors are: Possible connectors are:
@@ -33,7 +33,7 @@ Possible connectors are:
* connectorTest, for testing purposes, it provokes all types of alerting * connectorTest, for testing purposes, it provokes all types of alerting
####monitors #####monitors
Possible monitors are: 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 * monitorNewPrefix, for monitoring if new more specifics (of the monitored prefixes) start to be announced
####reports #####reports
Possible reports are: 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 * 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 ##For Developers
To start develop: To start develop: