From 75df5c1110473ccab828df052d2c2f17eaaa6362 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 11 Dec 2023 12:50:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E2=80=94=20Fix=20alerts=20confi?= =?UTF-8?q?g=20in=20test=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/config.yaml b/tests/config.yaml index ab6c3c6..d248e88 100644 --- a/tests/config.yaml +++ b/tests/config.yaml @@ -1,11 +1,13 @@ general: frequency: "1m" alerts: - error: + ok: - local warning: - local - alert: + critical: + - local + unknown: - local service: secrets: @@ -15,4 +17,4 @@ ssl: thresholds: - "1d": critical "5d": warning -websites: !include websites.yaml \ No newline at end of file +websites: !include websites.yaml