Skip to content

Commit 09a9476

Browse files
committed
Update README.md
1 parent d26a498 commit 09a9476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ Nagios-style checks against Kubernetes API. Designed for usage with Nagios, Icin
2525
- TLS expiration days for TLS mode; default is 30
2626
- Pod restart count in pods mode; default is 30
2727
- Job failed count in jobs mode; default is 1
28+
- Pvc storage utilization; default is 80%
2829
-c CRIT Critical threshold for
2930
- Pod restart count (in pods mode); default is 150
3031
- Unbound Persistent Volumes in unboundpvs mode; default is 5
3132
- Job failed count in jobs mode; default is 2
33+
- Pvc storage utilization; default is 90%
3234
-b Brief mode (more suitable for Zabbix)
3335
-M EXIT_CODE Exit code when resource is missing; default is 2 (CRITICAL)
3436
-h Show this help and exit
@@ -43,6 +45,7 @@ Nagios-style checks against Kubernetes API. Designed for usage with Nagios, Icin
4345
replicasets Check for replicasets readiness
4446
statefulsets Check for statefulsets readiness
4547
tls Check for tls secrets expiration dates
48+
pvc Check for pvc utilization
4649
unboundpvs Check for unbound persistent volumes.
4750
components Check for health of k8s components (Deprectaed in K8s 1.19+)
4851

0 commit comments

Comments
 (0)