agent
agent copied to clipboard
Monitor all disk usage not only root
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 ?
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.