Update CheckMK agent check
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# PVC cluster status check for Check_MK
|
# PVC cluster status check for Check_MK (agent-side)
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
echo "<<<pvc>>>"
|
echo "<<<pvc>>>"
|
||||||
pvc cluster status --format json
|
hostname -s
|
||||||
|
pvc --quiet cluster status --format json
|
||||||
|
Reference in New Issue
Block a user