From b0d046721088a94a1edc7eadb4aa5fdf679feb8c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 2 Oct 2025 02:40:38 -0400 Subject: [PATCH] Update CheckMK agent check --- roles/pvc/templates/pvc/pvc_status.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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