How about option 1 and the following:

>> sub diskszsummary {
>>    …
>>    if ($pcnt > threshold) {
>>        $pcnt = int($pcnt / margin) * margin;
>>    }
>>    …





> heasley <h...@shrubbery.net> 於 2024年2月1日 上午8:33 寫道:
> 
>> sub diskszsummary {
>>    …
>>    if ($pcnt > 10) {
>>        $pcnt = int($pcnt / 5) * 5;
>>    }
>>    …
_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@www.shrubbery.net
https://www.shrubbery.net/mailman/listinfo/rancid-discuss

Reply via email to