Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reporting of network activity on Linux
The current Kamon release doesn't seem to report network activity on Linux, in docker or outside. This may be related with the "updateAttributes()" method in OSHI not being invoked. A local experiment confirmed that OSHI will indeed report an unchanging value for e.g. `getBytesRecv()`, unless `updateAttributes()` is invoked first. Hence, this should probably get things working again.
- Loading branch information