We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd0a93 commit 063e443Copy full SHA for 063e443
check_kubernetes.sh
@@ -30,7 +30,7 @@ usage() {
30
- Pvc storage utilization; default is 80%
31
- API cert expiration days for apicert mode; default is 30
32
-c CRIT Critical threshold for
33
- - TLS expiration days for TLS mode; default is 5
+ - TLS expiration days for TLS mode; default is 0
34
- Pod restart count (in pods mode); default is 150
35
- Unbound Persistent Volumes in unboundpvs mode; default is 5
36
- Job failed count in jobs mode; default is 2
@@ -298,7 +298,7 @@ mode_pvc() {
298
299
mode_tls() {
300
WARN=${WARN:-30}
301
- CRIT=${CRIT:-5}
+ CRIT=${CRIT:-0}
302
303
count_ok=0
304
count_warn=0
0 commit comments