diff --git a/centreon-plugins/storage/hp/p2000/xmlapi/mode/components/saslink.pm b/centreon-plugins/storage/hp/p2000/xmlapi/mode/components/saslink.pm index 3796de3c3..c43aec9d6 100644 --- a/centreon-plugins/storage/hp/p2000/xmlapi/mode/components/saslink.pm +++ b/centreon-plugins/storage/hp/p2000/xmlapi/mode/components/saslink.pm @@ -41,7 +41,7 @@ sub check { foreach my $sas_id (keys %$results) { 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'}};