mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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:
@@ -55,3 +55,5 @@ network_connections:
|
||||
mtu: 1500
|
||||
nrpe_procs_crit: 4500
|
||||
nrpe_procs_warn: 4000
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
||||
|
||||
@@ -58,3 +58,5 @@ network_connections:
|
||||
controller: bond0
|
||||
state: up
|
||||
mtu: 1500
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
||||
|
||||
@@ -58,3 +58,5 @@ network_connections:
|
||||
controller: bond0
|
||||
state: up
|
||||
mtu: 1500
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
||||
|
||||
@@ -58,3 +58,5 @@ network_connections:
|
||||
controller: bond0
|
||||
state: up
|
||||
mtu: 1500
|
||||
zabbix_macros:
|
||||
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
||||
|
||||
Reference in New Issue
Block a user