mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
Fix bladecenter ibm mode
This commit is contained in:
parent
0725daa33e
commit
576b5cab57
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user