mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 15:14:16 +02:00
fix alerting cisco meraki
This commit is contained in:
parent
274b722b45
commit
c5020926ed
@ -537,7 +537,7 @@ sub manage_selection {
|
|||||||
|
|
||||||
$self->{global}->{total}++;
|
$self->{global}->{total}++;
|
||||||
$self->{global}->{ lc($device_statuses->{$serial}->{status}) }++
|
$self->{global}->{ lc($device_statuses->{$serial}->{status}) }++
|
||||||
if (!defined($self->{global}->{ lc($device_statuses->{$serial}->{status}) }))
|
if (defined($self->{global}->{ lc($device_statuses->{$serial}->{status}) }));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (scalar(keys %{$self->{devices}}) <= 0) {
|
if (scalar(keys %{$self->{devices}}) <= 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user