allow monitoring remote mounts (#178) and handle I/O edge case (#183)

This commit is contained in:
Henry Dollman
2024-09-26 18:01:52 -04:00
parent f96f04f876
commit cec9339f6d
3 changed files with 101 additions and 79 deletions

View File

@@ -385,7 +385,6 @@ func (a *Agent) Run() {
}
a.initializeDiskInfo()
a.initializeDiskIoStats()
a.initializeNetIoStats()
a.startServer()