From 2998b17ce0a716fb0bd2c1368e30755a773fd9f1 Mon Sep 17 00:00:00 2001 From: Theo Baschak Date: Tue, 3 Dec 2019 19:22:56 -0600 Subject: [PATCH] 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. --- config.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml.example b/config.yml.example index 450a409..abe5917 100644 --- a/config.yml.example +++ b/config.yml.example @@ -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 -############################ \ No newline at end of file +############################