mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 09:33:29 +08:00
Zabbix: ignore tap netdevs on openqa workers
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -27,3 +27,5 @@ openqa_workers: 4
|
||||
primary_auth_source: ipa
|
||||
# all worker hosts should be encrypted as of 2024-10 redeployment
|
||||
openqa_nbde: true
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^tap.*"
|
||||
|
||||
@@ -24,3 +24,5 @@ openqa_workers: 4
|
||||
primary_auth_source: ipa
|
||||
# all worker hosts should be encrypted as of 2024-10 redeployment
|
||||
openqa_nbde: true
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^tap.*"
|
||||
|
||||
Reference in New Issue
Block a user