From 0a534259467b571677b1e238601899f043aec917 Mon Sep 17 00:00:00 2001 From: George Pochiscan Date: Thu, 6 Aug 2026 17:23:02 +0300 Subject: [PATCH] changed for new VSPC compatibility schema --- .../plugins/vspc_backup_checks/libexec/agent_vspc_backup_checks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vspc_backup_checks/2.3/local/lib/python3/cmk_addons/plugins/vspc_backup_checks/libexec/agent_vspc_backup_checks b/vspc_backup_checks/2.3/local/lib/python3/cmk_addons/plugins/vspc_backup_checks/libexec/agent_vspc_backup_checks index ce263ba..35fcaeb 100755 --- a/vspc_backup_checks/2.3/local/lib/python3/cmk_addons/plugins/vspc_backup_checks/libexec/agent_vspc_backup_checks +++ b/vspc_backup_checks/2.3/local/lib/python3/cmk_addons/plugins/vspc_backup_checks/libexec/agent_vspc_backup_checks @@ -197,7 +197,7 @@ def process(mAgents, bAgents, jobs, restores, policies, get_customized_policy): results = defaultdict(list) for mAgent in mAgents: - host = mAgent["tag"] or mAgent["hostName"] + host = mAgent["agentLabel"] or mAgent["hostName"] mAgentId = mAgent["instanceUid"] mStatus = mAgent["status"]