2011-10-14 Koichiro Kikuchi <koichiro@rworks.jp>
* pandora_server/lib/PandoraFMS/Core.pm: Added _plugin_parameters_ macro to alerts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5064 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ead87ae719
commit
a365f85d65
|
@ -1,3 +1,7 @@
|
|||
2011-10-14 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: Added _plugin_parameters_ macro to alerts.
|
||||
|
||||
2011-10-11 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* FreeBSD/pandora_server.conf: Synchronized with the generic
|
||||
|
|
|
@ -736,6 +736,7 @@ sub pandora_execute_action ($$$$$$$$$;$) {
|
|||
_target_ip_ => (defined ($module)) ? $module->{'ip_target'} : '',
|
||||
_target_port_ => (defined ($module)) ? $module->{'tcp_port'} : '',
|
||||
_policy_ => (defined ($module)) ? enterprise_hook('get_policy_name', [$dbh, $module->{'id_policy_module'}]) : '',
|
||||
_plugin_parameters_ => (defined ($module)) ? $module->{'plugin_parameter'} : '',
|
||||
);
|
||||
|
||||
if ((defined ($extra_macros)) && (ref($extra_macros) eq "HASH")) {
|
||||
|
|
Loading…
Reference in New Issue