new alert macro

This commit is contained in:
alejandro.campos@artica.es 2023-04-03 17:03:34 +02:00
parent 0c1ec8095e
commit 07f3a3fbef

View File

@ -1564,6 +1564,8 @@ sub pandora_execute_action ($$$$$$$$$;$$) {
$params->{"id"} = get_agent_module_id($dbh, $module, $agent->{'id_agente'});
}
$params->{"other_mode"} = 'url_encode_separator_%7C';
if (! exists($module_graph_list->{$cid}) && defined $url) {
# Get the module graph image in base 64
my $response = $ua->post($url, $params);