2014-09-03 Ramon Novoa <rnovoa@artica.es>
* include/help/en/help_alert_macros.php, include/help/es/help_alert_macros.php, include/help/ja/help_alert_macros.php: Added new macros.
This commit is contained in:
parent
1ef60281c9
commit
72e221113b
|
@ -1,3 +1,9 @@
|
|||
2014-09-03 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/help/en/help_alert_macros.php,
|
||||
include/help/es/help_alert_macros.php,
|
||||
include/help/ja/help_alert_macros.php: Added new macros.
|
||||
|
||||
2014-09-03 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: Fixed bug creating
|
||||
|
|
|
@ -12,6 +12,8 @@ Besides the defined module macros, the following macros are available:
|
|||
<li>_field2_ : User defined field 2.</li>
|
||||
<li>_field3_ : User defined field 3.</li>
|
||||
<li>_agent_ : Name of the agent that fired the alert.</li>
|
||||
<li>_agentcustomfield_<i>n</i>_: Agent custom field number <i>n</i> (eg. _agentcustomfield_9_). </li>
|
||||
<li>_agentcustomid_: Agent custom ID. </li>
|
||||
<li>_agentdescription_ : Description of the agent who fired alert.</li>
|
||||
<li>_agentgroup_ : Agent group name.</li>
|
||||
<li>_agentstatus_ : Current status of the agent.</li>
|
||||
|
@ -23,6 +25,7 @@ Besides the defined module macros, 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>_modulecustomid_: Module custom ID. </li>
|
||||
<li>_modulegroup_ : Module group name.</li>
|
||||
<li>_moduledescription_ : Description of the module who fired the alert.</li>
|
||||
<li>_modulestatus_ : Status of the module.</li>
|
||||
|
|
|
@ -13,6 +13,8 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||
<li>_field2_: Campo 2 definido por el usuario.</li>
|
||||
<li>_field3_: Campo 3 definido por el usuario.</li>
|
||||
<li>_agent_: Nombre del agente que disparó la alerta.</li>
|
||||
<li>_agentcustomfield_<i>n</i>_: Campo personalizado número <i>n</i> del agente (eg. _agentcustomfield_9_). </li>
|
||||
<li>_agentcustomid_ : ID personalizado del agente. </li>
|
||||
<li>_agentdescription_ : Descripción del agente que disparó la alerta.</li>
|
||||
<li>_agentgroup_ : Nombre del grupo del agente.</li>
|
||||
<li>_agentstatus_ : Estado actual del agente.</li>
|
||||
|
@ -24,6 +26,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
|
|||
<li>_alert_threshold_: Umbral de la alerta.</li>
|
||||
<li>_alert_times_fired_: Número de veces que se ha disparado la alerta.</li>
|
||||
<li>_module_: Nombre del módulo</li>
|
||||
<li>_modulecustomid_: ID personalizado del módulo. </li>
|
||||
<li>_modulegroup_ : Nombre del grupo del módulo.</li>
|
||||
<li>_moduledescription_: Descripcion del modulo.</li>
|
||||
<li>_modulestatus_ : Estado del módulo.</li>
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
<li>_field2_ : ユーザ定義フィールド2</li>
|
||||
<li>_field3_ : ユーザ定義フィールド3</li>
|
||||
<li>_agent_ : アラートが発生したエージェント</li>
|
||||
<li>_agentcustomfield_<i>n</i>_ : Agent custom field number <i>n</i> (eg. _agentcustomfield_9_). </li>
|
||||
<li>_agentcustomid_: Agent custom ID. </li>
|
||||
<li>_agentdescription_ : 発生したアラートの説明</li>
|
||||
<li>_agentgroup_ : エージェントグループ名</li>
|
||||
<li>_agentstatus : エージェントの現在の状態</li>
|
||||
|
@ -24,6 +26,7 @@
|
|||
<li>_alert_threshold_ : アラートのしきい値</li>
|
||||
<li>_alert_times_fired_ : アラートが発生した回数</li>
|
||||
<li>_module_ : モジュール名</li>
|
||||
<li>_modulecustomid_: Module custom ID. </li>
|
||||
<li>_modulegroup_ : モジュールグループ名</li>
|
||||
<li>_moduledescription_ : アラートが発生したモジュールの説明</li>
|
||||
<li>_modulestatus_ : モジュールの状態</li>
|
||||
|
|
Loading…
Reference in New Issue