Skip to content

Commit

Permalink
Merge pull request #82 from robhoes/logspam
Browse files Browse the repository at this point in the history
Don't collect stats for loopback and bond devices
  • Loading branch information
johnelse authored Jun 21, 2016
2 parents 3e810ee + e5bb500 commit 7da9ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions networkd/network_monitor_thread.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ let monitor_blacklist = ref [
"xapi";
"ovs-system";
"xenapi";
"lo";
"bond";
]

let xapi_rpc request =
Expand Down

0 comments on commit 7da9ac2

Please sign in to comment.