2011-10-14 Koichiro Kikuchi <koichiro@rworks.jp>
* 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
This commit is contained in:
parent
2bc79b25a4
commit
02e6b9d3ba
|
@ -1,3 +1,9 @@
|
|||
2011-10-14 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* operation/events/events_list.php: Fixed events view sql
|
||||
|
|
|
@ -30,7 +30,8 @@ The following macros are available:
|
|||
<li>_policy_ : Name of the policy the module belongs to (if applies).</li>
|
||||
<li>_interval_ : Execution interval of the module. </li>
|
||||
<li>_target_ip_ : IP address of the target of the module.</li>
|
||||
<li>_target_port_ Port number of the target of the module.</li>
|
||||
<li>_target_port_ : Port number of the target of the module.</li>
|
||||
<li>_plugin_parameters_ : Plug-in Parameters of the module.</li>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<li>_interval_ : モジュールの実行間隔</li>
|
||||
<li>_target_ip_ : モジュールの対象IPアドレス</li>
|
||||
<li>_target_port_ : モジュールの対象ポート</li>
|
||||
<li>_plugin_parameters_ : モジュールのプラグインパラメータ</li>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue