(plugin) storage::hp::p2000::xmlapi - fix saslink count perfdata (#3768)

This commit is contained in:
qgarnier 2022-07-11 09:24:40 +02:00 committed by GitHub
parent 3433f3175c
commit 16c0cfdcd3
1 changed files with 1 additions and 1 deletions

View File

@ -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'}};