mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
Deleted trace
This commit is contained in:
parent
134bc6ac3f
commit
10612904a8
@ -1027,7 +1027,6 @@ sub pandora_execute_alert {
|
|||||||
$threshold = $action->{'action_threshold'} if (defined ($action->{'action_threshold'}) && $action->{'action_threshold'} > 0);
|
$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);
|
$threshold = $action->{'module_action_threshold'} if (defined ($action->{'module_action_threshold'}) && $action->{'module_action_threshold'} > 0);
|
||||||
if (time () >= ($action->{'last_execution'} + $threshold)) {
|
if (time () >= ($action->{'last_execution'} + $threshold)) {
|
||||||
print "Entro";
|
|
||||||
my $monitoring_event_custom_data = '';
|
my $monitoring_event_custom_data = '';
|
||||||
|
|
||||||
push(@{$custom_data->{'actions'}}, safe_output($action->{'action_name'}));
|
push(@{$custom_data->{'actions'}}, safe_output($action->{'action_name'}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user