8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# PVC cluster status check for Check_MK (agent-side)
|
|
|
|
echo "<<<pvc>>>"
|
|
hostname -s
|
|
pvc --quiet cluster status --format json
|