1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Merge pull request #410 from Synopsi/master

Disk/raid: cpct does not have always value
This commit is contained in:
Steve Schnepp 2013-12-11 13:57:02 -08:00
commit 84d972d71f

View file

@ -66,6 +66,8 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
}
if ( $proc ) {
$cpct = $proc;
} else {
$cpct = 0;
}
print "$dev.value $pct\n";
print $dev, "_rebuild.value $rpct\n";