Zabbix: ignore tap netdevs on openqa workers

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-08-20 17:16:07 +01:00
parent 3f1125087a
commit f9c067485a
2 changed files with 4 additions and 0 deletions

View File

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

View File

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