mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'missing-id-module-macro' into 'develop'
Recovered a reverted change See merge request artica/pandorafms!1088
This commit is contained in:
commit
ea1ae1fa6b
@ -1023,6 +1023,7 @@ sub pandora_execute_action ($$$$$$$$$;$) {
|
||||
_moduletags_ => undef,
|
||||
'_moduledata_\S+_' => undef,
|
||||
_id_agent_ => (defined ($module)) ? $module->{'id_agente'} : '',
|
||||
_id_module_ => (defined ($module)) ? $module->{'id_agente_modulo'} : '',
|
||||
_id_group_ => (defined ($group)) ? $group->{'id_grupo'} : '',
|
||||
_id_alert_ => (defined ($alert->{'id_template_module'})) ? $alert->{'id_template_module'} : '',
|
||||
_interval_ => (defined ($module) && $module->{'module_interval'} != 0) ? $module->{'module_interval'} : (defined ($agent)) ? $agent->{'intervalo'} : '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user