Fix bladecenter ibm mode

This commit is contained in:
Quentin Garnier 2015-03-13 10:13:20 +11:00
parent ba0d1e79ea
commit 034d43f053
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ sub check {
return if ($self->check_exclude(section => 'systemhealth'));
my $value = $map_systemhealth_state{$self->{results}->{$oid_systemHealthStat}->{$oid_systemHealthStat . '.0'}};
$self->{components}->{powermodule}->{total}++;
$self->{components}->{systemhealth}->{total}++;
$self->{output}->output_add(long_msg => sprintf("System health state is %s",
$value));