mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
fixed default config
This commit is contained in:
@@ -228,6 +228,16 @@ reports:
|
||||
# default: _CHAT_ID_
|
||||
# noc: _CHAT_ID_
|
||||
|
||||
# - file: reportPullAPI
|
||||
# channels:
|
||||
# - hijack
|
||||
# - newprefix
|
||||
# - visibility
|
||||
# - path
|
||||
# - misconfiguration
|
||||
# - rpki
|
||||
# params:
|
||||
# maxAlertsAmount: 10
|
||||
|
||||
############################
|
||||
# Notification settings:
|
||||
@@ -241,8 +251,16 @@ reports:
|
||||
notificationIntervalSeconds: 86400
|
||||
persistStatus: true
|
||||
|
||||
|
||||
############################
|
||||
# REST API settings:
|
||||
# - rest.host
|
||||
# The IP address the server will listen. By default is localhost
|
||||
# - rest.port
|
||||
# The port the server will listen
|
||||
|
||||
rest:
|
||||
host: null
|
||||
host: localhost
|
||||
port: 8011
|
||||
|
||||
logging:
|
||||
@@ -264,8 +282,6 @@ generatePrefixListEveryDays: 0
|
||||
# - file: uptimeApi
|
||||
# params:
|
||||
# useStatusCodes: true
|
||||
# host: null
|
||||
# port: 8011
|
||||
#
|
||||
# - file: uptimeHealthcheck
|
||||
# params:
|
||||
|
||||
Reference in New Issue
Block a user