Merge branch 'ent-5113-Metaconsola-vista-tactica-alertas-disparadas' into 'develop'
fixed triggered alerts count See merge request artica/pandorafms!3716
This commit is contained in:
commit
55f9ab6d57
pandora_console/include
|
@ -92,6 +92,7 @@ function tactical_get_data($id_user=false, $user_strict=false, $acltags, $return
|
|||
$list['_monitors_unknown_'] = 0;
|
||||
$list['_monitors_not_init_'] = 0;
|
||||
$list['_monitors_ok_'] = 0;
|
||||
$list['_monitors_alerts_fired_'] = 0;
|
||||
|
||||
if (empty($list_groups)) {
|
||||
$list_groups = [];
|
||||
|
|
Loading…
Reference in New Issue