mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
environment: test
|
|
|
|
connectors:
|
|
- file: connectorRIS
|
|
name: ris
|
|
params:
|
|
carefulSubscription: true
|
|
url: wss://ris-live.ripe.net/v1/ws/
|
|
perMessageDeflate: true
|
|
subscription:
|
|
moreSpecific: true
|
|
type: UPDATE
|
|
host:
|
|
socketOptions:
|
|
includeRaw: false
|
|
|
|
monitors:
|
|
|
|
|
|
reports:
|
|
|
|
httpProxy: http://localhost:8001
|
|
|
|
|
|
# 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:
|
|
- tests/prefixes.test.yml
|
|
|
|
|
|
checkForUpdatesAtBoot: true
|
|
|
|
processMonitors:
|
|
- file: uptimeApi
|
|
params:
|
|
useStatusCodes: true
|
|
host: null
|
|
port: 8012
|
|
|
|
|
|
logging:
|
|
directory: logs
|
|
logRotatePattern: YYYY-MM-DD # Whenever the pattern changes, a new file is created and the old one rotated
|
|
backlogSize: 1
|
|
maxRetainedFiles: 10
|
|
maxFileSizeMB: 15
|
|
compressOnRotation: true
|
|
|
|
notificationIntervalSeconds: 1800
|
|
alertOnlyOnce: false
|
|
fadeOffSeconds: 10
|
|
checkFadeOffGroupsSeconds: 2
|
|
pidFile: bgpalerter.pid
|
|
multiProcess: false
|
|
maxMessagesPerSecond: 6000 |