diff --git a/storage/emc/xtremio/restapi/mode/clusterhealth.pm b/storage/emc/xtremio/restapi/mode/clusterhealth.pm index 0e349e8c1..25ac27600 100644 --- a/storage/emc/xtremio/restapi/mode/clusterhealth.pm +++ b/storage/emc/xtremio/restapi/mode/clusterhealth.pm @@ -131,6 +131,7 @@ sub run { name => $item); foreach my $sensor (@sensors) { + next if (!defined($details->{$sensor}) || $details->{$sensor} eq ''); $self->{output}->output_add(long_msg => sprintf("Sensor '%s' state is '%s'", $sensor, $details->{$sensor}));