mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
str comparation
This commit is contained in:
parent
3aaa868155
commit
9c3a6665eb
@ -552,7 +552,7 @@ sub pandora_evaluate_alert ($$$$$$$;$$$$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $schedule;
|
my $schedule;
|
||||||
if (defined($alert->{'schedule'}) && $alert->{'schedule'} != '') {
|
if (defined($alert->{'schedule'}) && $alert->{'schedule'} ne '') {
|
||||||
$schedule = PandoraFMS::Tools::p_decode_json($pa_config, $alert->{'schedule'});
|
$schedule = PandoraFMS::Tools::p_decode_json($pa_config, $alert->{'schedule'});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user