diff --git a/roles/pvc/templates/pvc/pvc_status.j2 b/roles/pvc/templates/pvc/pvc_status.j2 index df7c080..3647e55 100755 --- a/roles/pvc/templates/pvc/pvc_status.j2 +++ b/roles/pvc/templates/pvc/pvc_status.j2 @@ -1,7 +1,8 @@ #!/bin/bash -# PVC cluster status check for Check_MK +# PVC cluster status check for Check_MK (agent-side) # {{ ansible_managed }} echo "<<>>" -pvc cluster status --format json +hostname -s +pvc --quiet cluster status --format json