Description of problem: ethtool commands contain the interface name in 1.x client, but 3.x client does not. It clearly intends to because there is an underscore at the end of each file name. This causes there to be a set of ethtool files for only one interface since each interface gets overwritten. Example `ethtool -k` filename: ./insights-vagrant-host-20180408120350/insights_commands/ethtool_-k_ It should be something like: ./insights-vagrant-host-20180408120350/insights_commands/ethtool_-k_docker0
This has been fixed. Waiting on a release for a "fixed in..." version to include in this BZ.