2011-10-06 Koichiro Kikuchi <koichiro@rworks.jp>
* pandora_console/include/help/en/help_alert_macros.php, pandora_console/include/help/ja/help_alert_macros.php: Added 4 new macros. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5045 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ef27da683d
commit
b83c786b51
|
@ -1,3 +1,8 @@
|
|||
2011-10-06 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* include/help/en/help_alert_macros.php,
|
||||
include/help/ja/help_alert_macros.php: Added 4 new macros.
|
||||
|
||||
2011-10-05 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* functions_api.php: Added 4 new methods (enable/disable) alerts
|
||||
|
|
|
@ -21,12 +21,16 @@ The following macros are available:
|
|||
<li>_alert_threshold_ : Alert threshold.</li>
|
||||
<li>_alert_times_fired_ : Number of times the alert has been fired.</li>
|
||||
<li>_module_ : Module name</li>
|
||||
<li>_modulegroup_ : Module group name.</li>
|
||||
<li>_moduledescription_ : Description of the module who fired the alert </li>
|
||||
<li>_alert_name_ : Alert name </li>
|
||||
<li>_alert_priority_ : Numerical alert priorityu </li>
|
||||
<li>_id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.</li>
|
||||
<li>_id_alert_ : Numerical ID of the alert (unique), used to correlate on third party software</li>
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
|
@ -34,3 +38,5 @@ The following macros are available:
|
|||
<p>
|
||||
Example: Agent _agent_ has fired alert _alert_ with data _data_
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -22,12 +22,16 @@
|
|||
<li>_alert_threshold_ : アラートのしきい値</li>
|
||||
<li>_alert_times_fired_ : アラートが発生した回数</li>
|
||||
<li>_module_ : モジュール名</li>
|
||||
<li>_modulegroup_ : モジュールグループ名</li>
|
||||
<li>_moduledescription_ : アラートが発生したモジュールの説明</li>
|
||||
<li>_alert_name_ : アラート名</li>
|
||||
<li>_alert_priority_ : アラート優先順位(数値)</li>
|
||||
<li>_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です</li>
|
||||
<li>_id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます</li>
|
||||
<li>_policy_ : モジュールが属するポリシー名 (存在する場合)</li>
|
||||
<li>_interval_ : モジュールの実行間隔</li>
|
||||
<li>_target_ip_ : モジュールの対象IPアドレス</li>
|
||||
<li>_target_port_ : モジュールの対象ポート</li>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue