Bug #2404
Hardcoded network interface in IM kvm probe
Status: | Closed | Start date: | 10/23/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Monitor | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
NETRX and NETTX are returned only for eth1
Associated revisions
bug #2404: collect network trafic from all eth and bond interfaces
History
#1 Updated by Ruben S. Montero over 7 years ago
- Assignee set to Javi Fontan
#2 Updated by Javi Fontan over 7 years ago
This was done so an specific interface could be selected to monitor. Usually the VM network traffic.
It will be changed so it gathers all network traffic from eth* and bond*.
#3 Updated by Javi Fontan over 7 years ago
- Status changed from New to Closed
- Resolution set to fixed
The interfaces where to collect traffic data can be configured changing this variable in the script:
NETINTERFACE = "eth|bond"
It's a regular expression.