Update critical threshold to 95 instead of 80 pourcent

This commit is contained in:
RouxAntoine 2021-05-26 23:10:09 +02:00
джерело f714d83eb9
коміт 5d970ae7f2
Підписано: antoine
Ідентифікатор GPG ключа: 098FB66FC0475E70
1 змінених файлів з 1 додано та 1 видалено

@ -17,7 +17,7 @@ webhook_id = "${var.webhook_id}"
df {
fs_name = "10.32.0.152:/export/pvc-"
critical = "85"
critical = "95"
}
EOF
}