Remove fan perfdata #5151

This commit is contained in:
Kevin Duret 2014-02-13 16:02:30 +00:00
parent bc47901e62
commit 8d421a10f3
1 changed files with 0 additions and 5 deletions

View File

@ -92,11 +92,6 @@ sub check {
short_msg => sprintf("fan %d status is %s",
$fan_Index, ${$status{$fan_Status}}[0]));
}
if (defined($fan_Reading)) {
$self->{output}->perfdata_add(label => "fan_" . $fan_Index . "_speed", unit => 'rpm',
value => $fan_Reading);
}
}
}