You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check whether all deployments are available using token:
60
60
@@ -106,6 +106,12 @@ Checked failed jobs named 'good':
106
106
./check_kubernetes.sh -m jobs -n good
107
107
OK: 0 failed jobs is below threshold
108
108
109
+
Check utilization if pvc (if consumes more than %):
110
+
111
+
./check_kubernetes.sh -m pvc
112
+
CRITICAL. Very high storage utilization on pvc prometheus-data: 93% (86106636288/157459890176 Bytes)
113
+
114
+
109
115
## Brief mode
110
116
111
117
All modes support the -b brief option. In this mode, a single numerical output is returned. The number is positive on success and zero or negative on error.
0 commit comments