Correlated alerts are not being linked to modules

This commit is contained in:
fbsanchez 2021-10-28 17:21:02 +02:00
parent 701c384c54
commit bf0064d486
1 changed files with 1 additions and 1 deletions

View File

@ -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,