Double alert thresholds
This commit is contained in:
@@ -19,8 +19,8 @@ const images = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const threshold = {
|
const threshold = {
|
||||||
warn: 5,
|
warn: 10,
|
||||||
down: 10
|
down: 20
|
||||||
}
|
}
|
||||||
|
|
||||||
let consecutiveFailures = 0;
|
let consecutiveFailures = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user