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

@@ -26,7 +26,6 @@ type Stats struct {
type FsStats struct {
Time time.Time `json:"-"`
Device string `json:"-"`
Root bool `json:"-"`
Mountpoint string `json:"-"`
DiskTotal float64 `json:"d"`