1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
Files
nttgin-BGPalerter/config.yml
2019-06-28 03:46:48 +02:00

49 lines
1.2 KiB
YAML

# Please, rename this file to config.yml
testMode: true,
checkStaleNotificationsSeconds: 30
notificationIntervalSeconds: 10
clearNotificationQueueAfterSeconds: 60 * 30 # If nothing happened in the meanwhile
bufferSize: 10
wsParams:
moreSpecific: true
type: "UPDATE"
host: "rrc21"
socketOptions:
includeRaw: false
# The streaming services used to have real-time data
# This is an array (use new lines and dashes!)
websocketDataService: wss://ris-live.ripe.net/v1/ws/
senderNotificationsEmail: me@test.net
notifiedEmails:
- email1@test.net
- email2@test.net
# The file containing the monitored prefixes. Please see monitored_prefixes_test.yml for an example
# This is an array (use new lines and dashes!)
monitoredPrefixesFiles:
- prefixes.yml
# After how many announcements from different peers we trigger an alter?
numberPeersBeforeHijackAlert: 0
# After how many withdrawals from different peers we trigger an alter?
numberPeersBeforeLowVisibilityAlert: 0
# 10 seconds is the default
repeatAlertAfterSeconds: 1
# delete or 0 for never
repeatStatusHeartbeatAfterSeconds: 400
# stop sending the same alert after x seconds. Default 600
resetAfterSeconds: 4