From e869cce48c0eea2476d39de70a1f4cded48646f1 Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Sun, 2 Dec 2018 10:43:55 +0100 Subject: [PATCH] Fix typo and remove status module from example config --- cpthook.yml.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpthook.yml.example b/cpthook.yml.example index 8b40b2c..85c77a8 100644 --- a/cpthook.yml.example +++ b/cpthook.yml.example @@ -20,11 +20,9 @@ irc: password: "VerySecure!" modules: - status: - enabled: true prometheus: enabled: true - channel: "#prometeusChannel" + channel: "#prometheusChannel" hostname_filter: "(\\w*)\\.company.com:\\d{4}" gitlab: enabled: true