Linux SSH Filesystem Monitoring Dynamic Thresholds based on Size
Hi All,
Can anyone please tell me if you have a solution to the below situation.
Currently we have a static thresholds for all the filesystem 85, 90 and 95% utilization. This actually causes a lot of alerts for bigger filesystems, which could be dealt with less priority than the small sized ones.
So what we are looking is to find a way to is to have dynamic thresholds which would change based on the total size of the filesystem.
Let's say for filesystems of size 1GB to 100GB --> 85, 90 and 95%
101GB to 500GB ---> 88, 92, 96%
501GB to 2TB --> 92, 95, 97
2TB above --> 96, 98, 99
One of the solution is to probably have a separate datasource for bigger filesystems or to have something by manipulating the complex datapoints. Is there any better solution for this?