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