7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# PVC cluster status check for Check_MK (agent-side)
|
||
|
|
||
|
echo "<<<pvc>>>"
|
||
|
pvc --quiet status --format json
|