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 Key ID: 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
}