http://open-source-security-software.net/project/BGPalerter/releases.atom Recent releases for BGPalerter 2023-12-06T04:37:20.860913+00:00 python-feedgen BGPalerter v1.19.1 BGPalerter v1.19.1 2019-09-19T22:01:24+00:00 2019-09-19T22:01:24+00:00 BGPalerter v1.19.2 BGPalerter v1.19.2 2019-09-20T12:09:47+00:00 * fixed issue reporting undefined version in binaries 2019-09-20T12:09:47+00:00 BGPalerter v1.20.0 BGPalerter v1.20.0 2019-09-27T22:34:18+00:00 [major] * Introduced path matching functionalities, see https://github.com/nttgin/BGPalerter/pull/22 for more details. [minor] * Added the possibility to include/exclude monitors on specific resources, see https://github.com/nttgin/BGPalerter/pull/21 for more details. 2019-09-27T22:34:18+00:00 BGPalerter v1.20.1 BGPalerter v1.20.1 2019-10-04T20:29:59+00:00 [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 2019-10-04T20:29:59+00:00 BGPalerter v1.20.2 BGPalerter v1.20.2 2019-10-23T12:07:04+00:00 * Introduced thresholdMinPeers for all monitors * Fixed #27 * Introduced client id in RIS connection for debug purposes 2019-10-23T12:07:04+00:00 BGPalerter v1.21.0 BGPalerter v1.21.0 2019-10-31T18:25:18+00:00 [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 2019-10-31T18:25:18+00:00 BGPalerter v1.22.0 BGPalerter v1.22.0 2019-11-28T20:04:25+00:00 [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 2019-11-28T20:04:25+00:00 BGPalerter v1.23.2 BGPalerter v1.23.2 2020-01-24T14:34:54+00:00 **Some parameters changed in config.yml** If you run the new BGPalerter release on the old config.yml the monitoring functionalities will work as usual. You will not enjoy many of the new features though. **Please see [config.yml.example](https://github.com/nttgin/BGPalerter/blob/master/config.yml.example) in order to update your configuration.** Changelog 1.23.0 (minor patches described at the end): * Major profiling: reduced memory and CPU usage. * Introduced the possibility to automatically log on files the BGP messages that generated an alert in order to facilitate inspection and debugging of network configuration. See [reportFile](https://github.com/nttgin/BGPalerter/blob/master/docs/configuration.md#reportfile). * Added docker builds for stable and dev releases. Each stable release is also preserved. * Introduced `processMonitors` for monitoring the process in a modular way. It is now possible to add multiple monitors to monitor uptime, performance, and exceptions. **The `uptimeApi` has been merged into this new feature**, see [config.yml.example](https://github.com/nttgin/BGPalerter/blob/master/config.yml.example). * Introduced binary releases for Windows (experimental). * Introduced fade-off mechanism for monitoring events which make sense only if the BGP messages provoking the alerts are all happening in a short time frame. This will reduce visibility alerts which don't reach `thresholdMinPeers` before `fadeOffSeconds `. * Added option `showPaths` in all reporting modules (included reportSlack, solving #108). * Drastically improved log on file performances and memory usage (removed dependency from [winston](https://github.com/winstonjs/winston) which was cause of the issue). * Upgraded to Node 12 (in package.json, binary, and docker). * Introduced a buffer to protect the process from sudden peaks of BGP messages (see option `maxMessagesPerSecond`). * Introduced `maxDataSample` option for monitor modules. See [here](https://github.com/nttgin/BGPalerter/blob/master/docs/configuration.md). * Introduced possibility for the connectors to stream batches of messages. * New report module for Alerta (thanks Mircea Ulinic). * Exported in config.yml some advanced options and related documentation. See [here](https://github.com/nttgin/BGPalerter/blob/master/docs/configuration.md). * Added support for Sentry exception logging (thanks Mircea Ulinic). * Solved memory leak #114 . * Fixed bug #100 where `ignore: true` in prefixes.yml was interfering with the `monitorASns` option (thanks Damian Zaremba). * Public release of the RPKI monitor module. * Changed defaults config values: `notificationIntervalSeconds` is now greater according to average user noise requirements; `multiProcess` has been introduced and set to false by default (before BGPalerter used two processes). * Added development modules: `ConnectorFullThrottle` that generates fast and unlimited BGP messages useful to test overall performances; `monitorPassthrough` to log on file all BGP messages. * Fixed -p flag for generating prefixes.yml from list of prefixes. * Introduced `npm run inspect` for Node.js profiling in Chrome. * Upgraded all dependencies. * Reduced number of external dependencies. Minors: * v1.23.1 minor release for fixing a bug that could affect more specific matching * v1.23.2 minor release for fixing a bug that affected AS monitoring for IPv6 Note: A bug which provoked (in some cases) duplication of BGP messages has been addressed on the RIPE RIS side (thanks Christopher Amin, see https://github.com/nttgin/BGPalerter/issues/140) 2020-01-24T14:34:54+00:00 BGPalerter v1.24.0 BGPalerter v1.24.0 2020-03-09T00:46:54+00:00 [features] * Introduced research environment, which removes some constraints enforced in production in order to allow experimental analysis * Introduced auto configuration wizard * Introduced Webex support (thanks Alan Haynes) [minor] * Updated dependencies * Deprecation of resource_templates in favour of resourceTemplates in config.yml * Fixed generate prefixes option -s * Download default configuration from Git repo (which includes commented options), generate it locally only if the download fails 2020-03-09T00:46:54+00:00 BGPalerter v1.25.0 BGPalerter v1.25.0 2020-05-10T22:09:25+00:00 [features] * Extended monitorRPKI to support monitoring of entire ASes. It alerts in case of announcements of prefixes invalid or not covered by ROAs. * Introduced reportHTTP. This report is able to send alerts on a generic HTTP end-point (post requests). This introduces support for Mattermost and other chat based on webhooks. [minor] * Fixed error management in case of RIS connection failure (https://github.com/nttgin/BGPalerter/issues/187) * Fixed config.yml generation when the download fails (https://github.com/nttgin/BGPalerter/issues/218) * Use 24 hours format in reports (#228) * Documentation improvements and new tutorials * Implemented updateMonitoredResources method in monitorPassthrough * Updated all dependencies, including minimist 2020-05-10T22:09:25+00:00 BGPalerter v1.26.0 BGPalerter v1.26.0 2020-07-18T16:47:40+00:00 [features] * Introduced proxy support. * Introduced `volume` parameter. It allows to specify a directory that will be used by BGPalerter for reading/writing all needed files. * Introduced `persistStatus` parameter. If set to true, when BGPalerter is restarted the list of alerts already sent is recovered. This avoids duplicated alerts. https://github.com/nttgin/BGPalerter/issues/103. * Introduced reportTelegram. * Added the possibility to specify an external file for as VRPs list for monitorRPKI. * Added UDP support on reportSyslog. [minor] * Improved stability of monitorRPKI. * Improved documentation for docker. * Added documentation with configuration example for reporting to Mattermost (thanks [@fstolba](https://github.com/nttgin/BGPalerter/issues/81)). * Added documentation with configuration example for reporting to Pushover (thanks [Hugo Salgado](https://twitter.com/huguei/status/1278771420525408258)). * Improved test coverage for reportSyslog, monitorRPKI. * Added parallel tests execution. * Updated all dev dependencies affected by lodash 4.17.15 prototype pollution. 2020-07-18T16:47:40+00:00 BGPalerter v1.26.1 BGPalerter v1.26.1 2020-07-23T19:31:31+00:00 [features] * Introduced proxy support (thanks @fdomain for the help). * Introduced `volume` parameter. It allows to specify a directory that will be used by BGPalerter for reading/writing all needed files. * Introduced `persistStatus` parameter. If set to true, when BGPalerter is restarted the list of alerts already sent is recovered. This avoids duplicated alerts. https://github.com/nttgin/BGPalerter/issues/103. * Introduced reportTelegram (thanks @denisix for the help). * Added the possibility to specify an external file for as VRPs list for monitorRPKI. * Added UDP support on reportSyslog. [minor] * Fixed wrong calculation of covering ROAs in monitorRPKI. * Added proper error handling in monitorRPKI when the VRPs are not downloadable or not parsable. * Improved documentation for docker. * Added documentation with configuration example for reporting to Mattermost (thanks [@fstolba](https://github.com/nttgin/BGPalerter/issues/81)). * Added documentation with configuration example for reporting to Pushover (thanks [Hugo Salgado](https://twitter.com/huguei/status/1278771420525408258)). * Improved test coverage for reportSyslog, monitorRPKI. * Added parallel tests execution. * Updated all dev dependencies affected by lodash 4.17.15 prototype pollution. Patches: - v1.26.1 fixed bug affecting reportHTTP in case of showPaths feature active, added test coverage 2020-07-23T19:31:31+00:00 BGPalerter v1.26.2 BGPalerter v1.26.2 2020-07-27T23:29:29+00:00 [features] * Introduced proxy support (thanks @fdomain for the help). * Introduced `volume` parameter. It allows to specify a directory that will be used by BGPalerter for reading/writing all needed files. * Introduced `persistStatus` parameter. If set to true, when BGPalerter is restarted the list of alerts already sent is recovered. This avoids duplicated alerts. https://github.com/nttgin/BGPalerter/issues/103. * Introduced reportTelegram (thanks @denisix for the help). * Added the possibility to specify an external file for as VRPs list for monitorRPKI. * Added UDP support on reportSyslog. [minor] * Fixed wrong calculation of covering ROAs in monitorRPKI. * Added proper error handling in monitorRPKI when the VRPs are not downloadable or not parsable. * Improved documentation for docker. * Added documentation with configuration example for reporting to Mattermost (thanks [@fstolba](https://github.com/nttgin/BGPalerter/issues/81)). * Added documentation with configuration example for reporting to Pushover (thanks [Hugo Salgado](https://twitter.com/huguei/status/1278771420525408258)). * Improved test coverage for reportSyslog, monitorRPKI. * Added parallel tests execution. * Updated all dev dependencies affected by lodash 4.17.15 prototype pollution. Patches: - v1.26.1 fixed bug affecting reportHTTP in case of showPaths feature active, added test coverage - v1.26.2 fixed bug related to the the new volume feature which was breaking configurations containing absolute paths (#308) 2020-07-27T23:29:29+00:00 BGPalerter v1.27.0 BGPalerter v1.27.0 2020-11-10T02:24:49+00:00 Pre-release 2020-11-10T02:24:49+00:00 BGPalerter v1.27.1 BGPalerter v1.27.1 2021-01-06T00:19:54+00:00 pre-release 2021-01-06T00:19:54+00:00 BGPalerter v1.28.0 BGPalerter v1.28.0 2021-05-23T14:16:39+00:00 This is not yet a release (it's a pre-release). Please, use v1.27.1 TODO: - changelog 2021-05-23T14:16:39+00:00 BGPalerter v1.28.1 BGPalerter v1.28.1 2021-06-23T20:25:43+00:00 [features] * Introduced `monitorPathNeighbors` for monitoring peers. You will get notified when an unexpected downstream or upstream AS appears as peer of your AS in an AS path. Basically you can "lock" your peers (the peers you expect to see in the AS path) and get notified when these change. * Introduced `reportPullAPI` a REST API to retrieve alerts (pull, instead of the usual push approach); * Introduced feature in `monitorROAS` to receive notifications of expiring ROAs. * Introduced feature in `monitorROAS` to monitor for TA malfunctions; e.g., many ROAs disappearing or expiring in the same TA. * Improved reliability of the WebSocket connection to RIS. In particular, added monitoring of beacon prefixes to detect "silent" sockets (https://github.com/nttgin/BGPalerter/issues/535). * Introduced `connectorRISDump`, which, at boot time, retrieves a RIS dump about the monitored resources. This allows you to get notified about events that happened before BGPalerter started. * Introduced feature that allows you to use a remote REST API as VRP input. * Introduced `groupsFile`, an external file to define user groups. This allows to edit user groups for the report modules without changing the main config file. * Added rpki-client.org as remote vrpProvider (thanks @job) * Introduced `checkDisappearing` parameter in `monitorRPKI` in order to enable/disable disappearing ROAs alerting (similar alerts are also produced by `monitorROAS`). * Introduced config file version check. While old config files remain valid, if BGPalerter finds out your are missing out some features due to a non up-to-date config file, it will suggest you to update it. * Introduced possibility to use `monitorROAS` on specific prefixes (in addition to monitoring the entire AS). [minor] * Improved `config.yml.example` with more comments/documentation. * Updated default `thresholdMinPeers` after review of last quarter reports. * Renamed master branch to main. Updated all references. * Fixed exception on `reportSlack` in case of missing default user group configuration. * Fixed generate prefix list command in case of low visibility prefixes. * Fixed bug which was deleting the configured rules of specific prefixes during prefix list regeneration (#518) * Added in documentation an example of BGPalerter+Routinator integration (thanks @AlexanderBand) * Improved documentation, including: documentation on how to stage roas for testing, reorganized reports in dedicated section, and more. * Improved error handling for `reportTelegram`, it now provides an error in case of null chatId (thanks @Antonio-Prado) * Refactored `rest` and `rpki` configuration to be globally valid (instead of per module). Special thanks to @chrisamin for the support/patches on the RIPE RIS side. Patches: * v1.28.1 fixed https://github.com/nttgin/BGPalerter/issues/593 2021-06-23T20:25:43+00:00 BGPalerter v1.28.2 BGPalerter v1.28.2 2021-08-02T16:11:11+00:00 2021-08-02T16:11:11+00:00 BGPalerter v1.28.3 BGPalerter v1.28.3 2021-09-06T09:57:25+00:00 2021-09-06T09:57:25+00:00