1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
2019-10-31 19:09:17 +01:00
2019-10-22 23:13:32 +02:00
2019-07-09 22:37:30 +02:00
2019-10-31 19:09:17 +01:00
2019-10-31 18:54:31 +01:00
2019-08-17 02:52:46 +02:00
2019-07-24 14:39:37 -04:00
2019-10-03 14:26:20 +02:00
2019-09-19 14:52:24 +02:00
2019-08-17 03:09:54 +02:00
2019-09-05 12:40:59 +02:00
2019-07-10 18:29:01 +02:00
2019-10-31 15:51:44 +01:00
2019-10-27 22:28:06 +01:00

Build Status Dependabot Status Reviewed by Hound

BGPalerter

Real-time BGP monitoring tool, pre-configured for visibility loss and hijacks detection.

You just run it. You don't need to provide any data source or connect it to anything in your network since it connects to public repos.

It can deliver alerts on files, by email, on slack, and more.

BGPalerter

TL;DR

This section is useful if you don't care about the source code but you just want to run the monitor. If you want to know more about the source code (which is completely open) please see the following sections.

  1. Download the binary here (be sure to select the one for your OS)

  2. Download config.yml.example as config.yml and prefixes.yml.example as prefixes.yml, and place them in the same directory of the executable (if you skip this step, some default configuration files will be generated during the first execution)

  3. Modify prefixes.yml and add the prefixes you want to monitor (or see below how to auto generate this file)

  4. Run the executable (e.g. chmod 700 bgpalerter-linux-x64 && nohup ./bgpalerter-linux-x64 &)

  5. See the alerts in logs/reports-YYYY-MM-DD.log (e.g. tail -f logs/reports*)

In config.yml.example you can find other reporting mechanisms (e.g. email and slack) in addition to logging to files. Please uncomment the related section and configure according to your needs.

Documentation

Description
No description provided
Readme 218 MiB
Languages
JavaScript 99.8%
Shell 0.2%