From 10612904a8245a365cbe72b88df95f8279a06f4e Mon Sep 17 00:00:00 2001 From: Calvo Date: Fri, 21 Apr 2023 12:26:40 +0200 Subject: [PATCH] Deleted trace --- pandora_server/lib/PandoraFMS/Core.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index 047c52acc0..0227a0fc59 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -1027,7 +1027,6 @@ sub pandora_execute_alert { $threshold = $action->{'action_threshold'} if (defined ($action->{'action_threshold'}) && $action->{'action_threshold'} > 0); $threshold = $action->{'module_action_threshold'} if (defined ($action->{'module_action_threshold'}) && $action->{'module_action_threshold'} > 0); if (time () >= ($action->{'last_execution'} + $threshold)) { - print "Entro"; my $monitoring_event_custom_data = ''; push(@{$custom_data->{'actions'}}, safe_output($action->{'action_name'}));