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

merge release

This commit is contained in:
Massimo Candela
2022-08-24 18:48:57 +02:00
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,4 @@
[![Build Status](https://github.com/nttgin/BGPalerter/workflows/Main/badge.svg)](https://github.com/nttgin/BGPalerter/actions?query=workflow%3AMain)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
@ -44,6 +45,7 @@ Read the documentation below for more options.
## Documentation
- [Installation](docs/installation.md)
- [Requirements](docs/installation.md#requirements)
- [Run from binary](docs/installation.md#running-bgpalerter-from-binaries)
- [Run from source code](docs/installation.md#running-bgpalerter-from-the-source-code)
- [Build Debian Package](docs/installation.md#debian-package)

View File

@ -1,5 +1,8 @@
# Installation
## Requirements
BGPalerter requires a machine with *minimum* 2GB RAM. However, I strongly recommend 4GB.
## Running BGPalerter from binaries - Quick Setup
1. Download the binary [here](https://github.com/nttgin/BGPalerter/releases) (be sure to select the one for your OS)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "bgpalerter",
"version": "1.30.0",
"version": "1.30.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bgpalerter",
"version": "1.30.0",
"version": "1.30.1",
"license": "BSD-3-Clause",
"dependencies": {
"@sentry/node": "^7.9.0",

View File

@ -1,6 +1,6 @@
{
"name": "bgpalerter",
"version": "1.30.0",
"version": "1.30.1",
"description": "BGP and RPKI monitoring tool. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, ROA misconfiguration, and more.",
"author": {
"name": "Massimo Candela",