Add check_mk check for PVC status
This commit is contained in:
parent
0336cd998f
commit
273c048e6a
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# PVC cluster status check for Check_MK
|
||||
# {{ ansible_managed }}
|
||||
|
||||
echo "<<<pvc>>>"
|
||||
pvc status --format json
|
Loading…
Reference in New Issue