From a59ecc7ef3b18390343e20f1a234941e317dc636 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 5 Oct 2018 11:55:06 +0200 Subject: [PATCH] fixed minor error counters alert fired in module_group view --- pandora_console/extensions/module_groups.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index c617d6425e..b7eca3b3e9 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -117,6 +117,7 @@ $sql = FROM tagente_modulo tam LEFT JOIN talert_template_modules tatm ON tatm.id_agent_module = tam.id_agente_modulo + AND tatm.times_fired = 1 LEFT JOIN tagente_estado tae ON tae.id_agente_modulo = tam.id_agente_modulo INNER JOIN tagente ta @@ -135,6 +136,7 @@ $sql = FROM tagente_modulo tam LEFT JOIN talert_template_modules tatm ON tatm.id_agent_module = tam.id_agente_modulo + AND tatm.times_fired = 1 LEFT JOIN tagente_estado tae ON tae.id_agente_modulo = tam.id_agente_modulo INNER JOIN tagente ta