File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ Nagios-style checks against Kubernetes API. Designed for usage with Nagios, Icin
25
25
- TLS expiration days for TLS mode; default is 30
26
26
- Pod restart count in pods mode; default is 30
27
27
- Job failed count in jobs mode; default is 1
28
+ - Pvc storage utilization; default is 80%
28
29
-c CRIT Critical threshold for
29
30
- Pod restart count (in pods mode); default is 150
30
31
- Unbound Persistent Volumes in unboundpvs mode; default is 5
31
32
- Job failed count in jobs mode; default is 2
33
+ - Pvc storage utilization; default is 90%
32
34
-b Brief mode (more suitable for Zabbix)
33
35
-M EXIT_CODE Exit code when resource is missing; default is 2 (CRITICAL)
34
36
-h Show this help and exit
@@ -43,6 +45,7 @@ Nagios-style checks against Kubernetes API. Designed for usage with Nagios, Icin
43
45
replicasets Check for replicasets readiness
44
46
statefulsets Check for statefulsets readiness
45
47
tls Check for tls secrets expiration dates
48
+ pvc Check for pvc utilization
46
49
unboundpvs Check for unbound persistent volumes.
47
50
components Check for health of k8s components (Deprectaed in K8s 1.19+)
48
51
You can’t perform that action at this time.
0 commit comments