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:
@@ -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
|
||||
|
||||
############################
|
||||
############################
|
||||
|
Reference in New Issue
Block a user