From cbc75c710cb27fa84290dd59edd9f42ab55aea17 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 6 Dec 2023 13:30:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=E2=80=94=20Fix=20alerts=20in=20?= =?UTF-8?q?config-example.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-example.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index 668e9d7..d2afa2a 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -1,11 +1,14 @@ general: frequency: "1m" # Run checks every minute. + # Which way do you want to be warned when a check goes to that severity? alerts: - error: + ok: - local warning: - local - alert: + critical: + - local + unknown: - local service: secrets: