From f565c59e457eeb7010da5066cda133de9dcb45ea Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Fri, 3 Oct 2025 16:01:03 +0100 Subject: [PATCH] Zabbix: Increase disk thresholds for copr hypervisors Signed-off-by: Greg Sutcliffe --- inventory/group_vars/copr_hypervisor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/copr_hypervisor b/inventory/group_vars/copr_hypervisor index 01a57bf487..acdf5a318e 100644 --- a/inventory/group_vars/copr_hypervisor +++ b/inventory/group_vars/copr_hypervisor @@ -20,3 +20,5 @@ zabbix_macros: MEMORY.UTIL.MAX: 100 NET.IF.IFNAME.NOT_MATCHES: "^(vnet.*|virbr.*)" SWAP.PFREE.MIN.WARN: 0 + VFS.DEV.READ.AWAIT.WARN: 40 + VFS.DEV.WRITE.AWAIT.WARN: 80