From e0eff18d6cc79b8624a0a883f93ebcf814e9bcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gro=C3=9F?= Date: Fri, 26 May 2023 11:05:22 +0200 Subject: [PATCH] Double alert thresholds --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index ee3d372..7b9b9cb 100644 --- a/src/index.js +++ b/src/index.js @@ -19,8 +19,8 @@ const images = { } const threshold = { - warn: 5, - down: 10 + warn: 10, + down: 20 } let consecutiveFailures = 0;