Exclude the tap device from the default list for the Network checks.

On some Nova machines thousands of tap devices are made and are
generally not useful to monitor. Rather the libvirt plugin retrieves
network metrics for the vms which correlate to a specific nova id.
These network names large come from Open vSwitch

Change-Id: I8b594e586c8d42ee7a00d28e2b61318e62267c43
This commit is contained in:
Tim Kuhlman 2015-08-18 14:07:35 -06:00
parent 344fbac340
commit 5635b6e249
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ instances:
# - lo0
# Optionally completely ignore any network interface
# matching the given regex:
excluded_interface_re: lo.*|vnet.*|tun.*|ovs.*|br.*
excluded_interface_re: lo.*|vnet.*|tun.*|ovs.*|br.*|tap.*|qbr.*|qvb.*|qvo.*