Double alert thresholds

This commit is contained in:
2023-05-26 11:05:22 +02:00
parent d2a87c0f66
commit e0eff18d6c

View File

@@ -19,8 +19,8 @@ const images = {
} }
const threshold = { const threshold = {
warn: 5, warn: 10,
down: 10 down: 20
} }
let consecutiveFailures = 0; let consecutiveFailures = 0;