mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
(plugin) storage::hp::p2000::xmlapi - fix saslink count perfdata (#3768)
This commit is contained in:
parent
3433f3175c
commit
16c0cfdcd3
@ -41,7 +41,7 @@ sub check {
|
|||||||
|
|
||||||
foreach my $sas_id (keys %$results) {
|
foreach my $sas_id (keys %$results) {
|
||||||
next if ($self->check_filter(section => 'saslink', instance => $sas_id));
|
next if ($self->check_filter(section => 'saslink', instance => $sas_id));
|
||||||
$self->{components}->{disk}->{total}++;
|
$self->{components}->{saslink}->{total}++;
|
||||||
|
|
||||||
my $state = $map_health->{$results->{$sas_id}->{'health-numeric'}};
|
my $state = $map_health->{$results->{$sas_id}->{'health-numeric'}};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user