From 02e6b9d3ba9ca05f64787e01dcc5302810dc3695 Mon Sep 17 00:00:00 2001 From: koichirok Date: Fri, 14 Oct 2011 04:08:20 +0000 Subject: [PATCH] 2011-10-14 Koichiro Kikuchi * pandora_console/include/help/en/help_alert_macros.php, pandora_console/include/help/ja/help_alert_macros.php: Added the new _plugin_parameters_ alert macro. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5065 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/help/en/help_alert_macros.php | 3 ++- pandora_console/include/help/ja/help_alert_macros.php | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f9e4320cda..7bb9e6bbfc 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-10-14 Koichiro Kikuchi + + * include/help/en/help_alert_macros.php, + include/help/ja/help_alert_macros.php: Added the new + _plugin_parameters_ alert macro. + 2011-10-13 Sergio Martin * operation/events/events_list.php: Fixed events view sql diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index 3a5a0aecab..35c5e59326 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -30,7 +30,8 @@ The following macros are available:
  • _policy_ : Name of the policy the module belongs to (if applies).
  • _interval_ : Execution interval of the module.
  • _target_ip_ : IP address of the target of the module.
  • -
  • _target_port_ Port number of the target of the module.
  • +
  • _target_port_ : Port number of the target of the module.
  • +
  • _plugin_parameters_ : Plug-in Parameters of the module.
  • diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php index e382144292..e76d30ed86 100644 --- a/pandora_console/include/help/ja/help_alert_macros.php +++ b/pandora_console/include/help/ja/help_alert_macros.php @@ -32,6 +32,7 @@

  • _interval_ : モジュールの実行間隔
  • _target_ip_ : モジュールの対象IPアドレス
  • _target_port_ : モジュールの対象ポート
  • +
  • _plugin_parameters_ : モジュールのプラグインパラメータ