mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Correlated alerts are not being linked to modules
This commit is contained in:
parent
701c384c54
commit
bf0064d486
@ -1007,7 +1007,7 @@ sub pandora_execute_alert ($$$$$$$$$;$$) {
|
||||
$text = "Correlated alert $text";
|
||||
pandora_event (
|
||||
$pa_config,
|
||||
"$text (" . safe_output($alert->{'name'}) . ") " . (defined ($module) ? 'assigned to ('. safe_output($module->{'nombre'}) . ")" : ""),
|
||||
"$text (" . safe_output($alert->{'name'}) . ") ",
|
||||
(defined ($agent) ? $agent->{'id_grupo'} : 0),
|
||||
# id agent.
|
||||
0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user