Skip to content

Releases: nttgin/BGPalerter

v1.22.0

28 Nov 20:04
Compare
Choose a tag to compare

[features]

  • Added support for API to check BGPalerter status (e.g. for Nagios or Uptime Robot integration)
  • Introduced possibility to monitor whatever is announced by an AS (#68)

[fixes]

  • Upgraded all dependencies to latest version
  • Replaced -pf with -l to fix multichar attribute issue (#62)
  • Added logs during prefix file generation
  • Improved wording of some error messages
  • Refactored source organization
  • Improved documentation

v1.21.0

31 Oct 18:25
48600f2
Compare
Choose a tag to compare

[features]

  • Introduced Kafka report. Alerts and data can be now streamed to Kafka. Topics configuration in config.yml.
  • AS paths are now reported in hijack emails.
  • Introduced alertOnlyOnce configuration parameter
  • Introduced -p and -pf attributes to generate a complete prefix list from a set of prefixes provided as input.
  • Moved email template logic to dedicated component.
  • Email templates are now automatically generated in case the files cannot be found. This makes the binary of BGPalerter self-contained 100%.

[fixes]

  • Updated all dependencies.
  • Removed dependency from forever module.
  • Improved documentation.

[repo]

  • Added support for ESlint
  • Added dependency auto update bot
  • Added pull request code validation bot

v1.20.2

23 Oct 12:07
Compare
Choose a tag to compare
  • Introduced thresholdMinPeers for all monitors
  • Fixed #27
  • Introduced client id in RIS connection for debug purposes

v1.20.1

04 Oct 20:29
Compare
Choose a tag to compare

[minor]

  • Fixed some stability issues when RIPEstat APIs are not reachable when generating prefix lists
  • Fixed stability issue of monitorPath
  • Fixed bug missing some prefixes on re-connect to RIS stream (e.g. on 1006 error)
  • Fixed rare crash case when BGP updates arrive malformed

v1.20.0

27 Sep 22:34
Compare
Choose a tag to compare

[major]

  • Introduced path matching functionalities, see #22 for more details.

[minor]

  • Added the possibility to include/exclude monitors on specific resources, see #21 for more details.

v1.19.2

20 Sep 12:09
Compare
Choose a tag to compare
  • fixed issue reporting undefined version in binaries

v1.19.1

19 Sep 22:01
Compare
Choose a tag to compare
moving binaries to releases tab