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

updates case of monitorAS

enabling this option with the supplied example config would error out that MonitorAS.js couldn't be found, the others were lowercase, this fixed the issue for me.
This commit is contained in:
Theo Baschak
2019-12-03 19:22:56 -06:00
committed by GitHub
parent dc62207d38
commit 2998b17ce0

View File

@@ -38,7 +38,7 @@ monitors:
params:
thresholdMinPeers: 10
- file: MonitorAS
- file: monitorAS
channel: misconfiguration
name: asn-monitor
params:
@@ -158,4 +158,4 @@ uptimeMonitor:
useStatusCodes: true
port: 8011
############################
############################