How can we can apply same disk size threshold for different disk size in an automated manner?
For example:
100 GB -> 10G free threshold
200 GB -> 10G free threshold
300 GB -> 10G free threshold
You can create cdm super package as per the KB article below.
You need to modify as below.
<disk>
<fixed_default>
active = yes
percent = no
..
<error>
active = yes
threshold = 1000
Note: the value of threshold is in MB.