mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-10 08:35:29 +08:00
Zabbix: ignore vnet* on builder hosts
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -5,3 +5,5 @@ nested: true
|
||||
nrpe_procs_crit: 3500
|
||||
nrpe_procs_warn: 3000
|
||||
virthost: true
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
||||
|
||||
Reference in New Issue
Block a user