2013-10-22 Hirofumi Kosaka <kosaka@rworks.jp>

* include/help/en/help_alert_config.php,
	include/help/en/help_alert_macros.php,
	include/help/es/help_alert_config.php,
	include/help/es/help_alert_macros.php,
	include/help/ja/help_alert_config.php,
	include/help/ja/help_alert_macros.php: Added _timezone_
	alert macro descriptions.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8980 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
hkosaka 2013-10-30 06:39:15 +00:00
parent 54a5a6e9f6
commit 585592ce38
7 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2013-10-22 Hirofumi Kosaka <kosaka@rworks.jp>
* include/help/en/help_alert_config.php,
include/help/en/help_alert_macros.php,
include/help/es/help_alert_config.php,
include/help/es/help_alert_macros.php,
include/help/ja/help_alert_config.php,
include/help/ja/help_alert_macros.php: Added _timezone_
alert macro descriptions.
2013-10-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php: fixed the message to show the

View File

@ -34,6 +34,7 @@ Besides the defined module macros, the following macros are available:
<li>_agentstatus_ : Current status of the agent.</li>
<li>_address_ : Address of the agent that fired the alert.</li>
<li>_timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).</li>
<li>_timezone_ : Timezone name that _timestamp_ represents in.</li>
<li>_data_ : Module data that caused the alert to fire.</li>
<li>_alert_description_ : Alert description.</li>
<li>_alert_threshold_ : Alert threshold.</li>

View File

@ -17,6 +17,7 @@ Besides the defined module macros, the following macros are available:
<li>_agentstatus_ : Current status of the agent.</li>
<li>_address_ : Address of the agent that fired the alert.</li>
<li>_timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).</li>
<li>_timezone_ : Timezone name that _timestamp_ represents in.</li>
<li>_data_ : Module data that caused the alert to fire.</li>
<li>_alert_description_ : Alert description.</li>
<li>_alert_threshold_ : Alert threshold.</li>

View File

@ -35,6 +35,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
<li>_agentstatus_ : Estado actual del agente.</li>
<li>_address_: Dirección del agente que disparó la alerta.</li>
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
<li>_timezone_: Area Nombre _timestamp_ que representa en.</li>
<li>_data_: Dato que hizo que la alerta se disparase.</li>
<li>_alert_description_: Descripción de la alerta.</li>
<li>_alert_threshold_: Umbral de la alerta.</li>

View File

@ -18,6 +18,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
<li>_agentstatus_ : Estado actual del agente.</li>
<li>_address_: Dirección del agente que disparó la alerta.</li>
<li>_timestamp_: Hora y fecha en que se disparó la alerta.</li>
<li>_timezone_: Area Nombre _timestamp_ que representa en.</li>
<li>_data_: Dato que hizo que la alerta se disparase.</li>
<li>_alert_description_: Descripción de la alerta.</li>
<li>_alert_threshold_: Umbral de la alerta.</li>

View File

@ -33,6 +33,7 @@ email アクションを設定するには、_field1_ (送信先アドレス)、
<li>_agentstatus : エージェントの現在の状態</li>
<li>_address_ : アラートが発生したエージェントのアドレス</li>
<li>_timestamp_ : アラートが発生した日時 (yy-mm-dd hh:mm:ss).</li>
<li>_timezone_: _timestamp_ で使用されるタイムゾーン名.</li>
<li>_data_ : アラート発生時のモジュールのデータ()</li>
<li>_alert_description_ : アラートの説明</li>
<li>_alert_threshold_ : アラートのしきい値</li>

View File

@ -18,6 +18,7 @@
<li>_agentstatus : エージェントの現在の状態</li>
<li>_address_ : アラートが発生したエージェントのアドレス</li>
<li>_timestamp_ : アラートが発生した日時 (yy-mm-dd hh:mm:ss).</li>
<li>_timezone_: _timestamp_ で使用されるタイムゾーン名.</li>
<li>_data_ : アラート発生時のモジュールのデータ()</li>
<li>_alert_description_ : アラートの説明</li>
<li>_alert_threshold_ : アラートのしきい値</li>