From 04dcafe578f9cd6d98ad525529341b35f424ad4e Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Thu, 31 Jul 2025 14:56:37 +0100 Subject: [PATCH] Zabbix: ignore vnet* on builder hosts Signed-off-by: Greg Sutcliffe --- inventory/group_vars/buildvmhost | 2 ++ inventory/group_vars/bvirthost | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/buildvmhost b/inventory/group_vars/buildvmhost index 5d4ef04aa5..1f40f0ed17 100644 --- a/inventory/group_vars/buildvmhost +++ b/inventory/group_vars/buildvmhost @@ -7,6 +7,8 @@ nrpe_procs_warn: 1700 virthost: true nagios_Check_Services: swap: false +zabbix_macros: + NET.IF.IFNAME.NOT_MATCHES: "^vnet.*" notes: | Koji service employs a set of virtual machines to build packages for the Fedora project. This playbook is for the provisioning of a physical host for buildvm's. diff --git a/inventory/group_vars/bvirthost b/inventory/group_vars/bvirthost index 3b912ca042..689e17c7f0 100644 --- a/inventory/group_vars/bvirthost +++ b/inventory/group_vars/bvirthost @@ -5,3 +5,5 @@ nested: true nrpe_procs_crit: 3500 nrpe_procs_warn: 3000 virthost: true +zabbix_macros: + NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"