2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Fix cpct value

This commit is contained in:
Tomas Sirny 2013-12-10 15:48:01 +01:00
parent f57d763b3f
commit d7e6c0114d

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";