mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
fix alerting cisco meraki
This commit is contained in:
parent
d30f1ac312
commit
7394e5ab3f
@ -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