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