8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# PVC cluster status check for Check_MK
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
echo "<<<pvc>>>"
|
||
|
pvc status --format json
|