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.
1 parent 405ff6b commit a034811Copy full SHA for a034811
check_kubernetes.sh
@@ -227,7 +227,7 @@ mode_components() {
227
228
mode_unboundpvs() {
229
CRIT=${CRIT:-5}
230
- data=$(getJSON "get pvs" "api/v1/persistentvolumes")
+ data=$(getJSON "get pv" "api/v1/persistentvolumes")
231
[ $? -gt 0 ] && die "$data"
232
declare -A pvsArr unboundPvsArr
233
while IFS="=" read -r key value; do
0 commit comments