Update critical threshold to 95 instead of 80 pourcent

This commit is contained in:
RouxAntoine 2021-05-26 23:10:09 +02:00
parent f714d83eb9
commit 5d970ae7f2
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 1 additions and 1 deletions

View File

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