Sound alerts only for NEW events found
This commit is contained in:
parent
d6cd48fdde
commit
056bd1460a
|
@ -1914,7 +1914,7 @@ if ($get_events_fired) {
|
||||||
$idGroup = get_parameter('id_group');
|
$idGroup = get_parameter('id_group');
|
||||||
$agents = get_parameter('agents', null);
|
$agents = get_parameter('agents', null);
|
||||||
|
|
||||||
$query = ' AND id_evento >= '.$id;
|
$query = ' AND id_evento > '.$id;
|
||||||
|
|
||||||
$type = [];
|
$type = [];
|
||||||
$alert = get_parameter('alert_fired');
|
$alert = get_parameter('alert_fired');
|
||||||
|
|
Loading…
Reference in New Issue