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.
2 parents 19c65d8 + f7a7828 commit b2ed408Copy full SHA for b2ed408
check_kubernetes.sh
@@ -323,7 +323,7 @@ mode_pvc() {
323
done
324
325
if [ "$WARN_ERROR" -eq "0" ] && [ "$CRIT_ERROR" -eq "0" ]; then
326
- echo "OK. No problem on $pvc_count pvc storage"
+ echo "OK. No problem on $PVC_COUNT pvc storage"
327
elif [ "$WARN_ERROR" -ne "0" ] && [ "$CRIT_ERROR" -eq "0" ]; then
328
exit 1
329
elif [ "$CRIT_ERROR" -ne "0" ]; then
0 commit comments