mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
Fix bladecenter ibm mode
This commit is contained in:
parent
ba0d1e79ea
commit
034d43f053
@ -62,7 +62,7 @@ sub check {
|
|||||||
return if ($self->check_exclude(section => 'systemhealth'));
|
return if ($self->check_exclude(section => 'systemhealth'));
|
||||||
|
|
||||||
my $value = $map_systemhealth_state{$self->{results}->{$oid_systemHealthStat}->{$oid_systemHealthStat . '.0'}};
|
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",
|
$self->{output}->output_add(long_msg => sprintf("System health state is %s",
|
||||||
$value));
|
$value));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user