We are currently using CLI to monitor disk usage on our RHEL environment. The problem is it adds ALL volumes then even the relatively useless ones like usr, boot, dev, etc. This makes it difficult to have a threshold monitor because it gets applied to all of those.
How can I add only the root volume "/" that has a threshold applied to it? Any hints on proper disk monitoring for Linux?