Zabbix: ignore internal vnet interfaces when doing network monitoring for bvm hosts

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-07-23 13:24:15 +01:00
parent de0183c39a
commit a11cf08594
4 changed files with 8 additions and 0 deletions

View File

@@ -55,3 +55,5 @@ network_connections:
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000
zabbix_macros:
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"

View File

@@ -58,3 +58,5 @@ network_connections:
controller: bond0
state: up
mtu: 1500
zabbix_macros:
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"

View File

@@ -58,3 +58,5 @@ network_connections:
controller: bond0
state: up
mtu: 1500
zabbix_macros:
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"

View File

@@ -58,3 +58,5 @@ network_connections:
controller: bond0
state: up
mtu: 1500
zabbix_macros:
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"