Skip to content

Commit e259753

Browse files
author
MMA
committed
add the UNKNOWN state for apicert
1 parent a8a4018 commit e259753

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

check_kubernetes.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ mode_apicert() {
176176
elif [ "$d" -le "$CRIT" ]; then
177177
echo "APICERT is in CRIT"
178178
EXITCODE=2
179+
else
180+
echo "APICERT is in UNKNOWN"
181+
EXITCODE=3
179182
fi
180183
}
181184

0 commit comments

Comments
 (0)