Zabbix: ignore vnet* on builder hosts

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-07-31 14:56:37 +01:00
parent 1f472c9754
commit 04dcafe578
2 changed files with 4 additions and 0 deletions

View File

@@ -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.

View File

@@ -5,3 +5,5 @@ nested: true
nrpe_procs_crit: 3500
nrpe_procs_warn: 3000
virthost: true
zabbix_macros:
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"