mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
Fix #2102
This commit is contained in:
parent
ee723b48da
commit
1fbf1a76ab
@ -162,7 +162,7 @@ sub check_options {
|
||||
}
|
||||
}
|
||||
|
||||
$self->{overload_th} = {};
|
||||
$self->{overload_th} = [];
|
||||
foreach my $val (@{$self->{option_results}->{threshold_overload}}) {
|
||||
next if (!defined($val) || $val eq '');
|
||||
my @values = split (/,/, $val);
|
||||
|
Loading…
x
Reference in New Issue
Block a user