(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) {
|
||||
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'}};
|
||||
|
||||
|
|
Loading…
Reference in New Issue