agent icon indicating copy to clipboard operation
agent copied to clipboard

Monitor all disk usage not only root

Open bpoussin opened this issue 5 years ago • 1 comments

Only root partition usage is monitoring, this is not useful when data are mounted on another partition. Quick modification, can be to use env variable to know partition to monitor and default if not present is root partition. Better way is to monitor all data partitions (not /sys, /proc, ...), but some modification must be done in front end to display that.

Do you think the quick modification is acceptable ?

bpoussin avatar Oct 22 '19 08:10 bpoussin

I suggest to keep root partition as it is to keep api backward compatible and add new attribute such mountedDisks which is going to be configured via env variables .. Then we can do FE modification to display that.

nohaapav avatar Oct 30 '19 07:10 nohaapav