Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor all disk usage not only root #5

Open
bpoussin opened this issue Oct 22, 2019 · 1 comment
Open

Monitor all disk usage not only root #5

bpoussin opened this issue Oct 22, 2019 · 1 comment
Assignees

Comments

@bpoussin
Copy link

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 ?

@nohaapav
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants