Compare commits

..

4 Commits

Author SHA1 Message Date
Thomas Gruber
4c05557941 Merge branch 'develop' into nfsio_remount_fix 2025-04-16 13:31:22 +02:00
Thomas Gruber
02623f8c9d Change to cc-lib (#135)
* Change to ccMessage from cc-lib

* Remove local development path

* Use receiver, sinks, ccLogger and ccConfig from cc-lib

* Fix ccLogger import path

* Update CI
2025-04-16 13:00:13 +02:00
Thomas Roehl
e080a82b55 Merge branch 'develop' into nfsio_remount_fix 2025-03-17 17:50:29 +01:00
Thomas Roehl
5762afa40b Delete mountpoint when it vanishes, not just its data 2025-03-15 03:48:38 +01:00

View File

@@ -171,7 +171,7 @@ func (m *NfsIOStatCollector) Read(interval time.Duration, output chan lp.CCMessa
}
}
if !found {
m.data[mntpoint] = nil
delete(m.data, mntpoint)
}
}
}