From 50489ed0e648ee5667e9c5e70e1d7972ac713575 Mon Sep 17 00:00:00 2001
From: Ramon Novoa <rnovoa@artica.es>
Date: Wed, 23 Jan 2013 17:11:43 +0000
Subject: [PATCH] 2013-01-23  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 the new _event_id_ macro
	  to help files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7522 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog                             | 7 +++++++
 pandora_console/include/help/en/help_alert_macros.php | 1 +
 pandora_console/include/help/es/help_alert_macros.php | 1 +
 pandora_console/include/help/ja/help_alert_macros.php | 1 +
 4 files changed, 10 insertions(+)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 8197a1210f..5ce1261b20 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-23  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 the new _event_id_ macro
+	  to help files.
+
 2013-01-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
 
 	* godmode/menu.php: Added erased netflow filter menu section in 
diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index b75c96dff6..6e354ee842 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -30,6 +30,7 @@ The following macros are available:
 <li>_alert_priority_ : Numerical alert priority.</li>
 <li>_alert_text_severity_ : Text alert severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
 <li>_event_text_severity_ : (Only event alerts) Text event (who fire the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).</li>
+<li>_event_id_ : (Only event alerts) Id of the event that fired the alert.</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>
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index f3a4105248..b3549178f2 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -31,6 +31,7 @@ Las siguientes macros están disponibles:
 <li>_alert_priority_: Prioridad numérica de la alerta.</li>
 <li>_alert_text_severity_: Prioridad en texto de la alerta. (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
 <li>_eventt_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta. (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
+<li>_event_id_ : (Solo alertas de evento) Id del evento que disparó la alerta.</li>
 <li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
 <li>_id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.</li>
 <li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php
index eab4e4d89c..ef212a761d 100644
--- a/pandora_console/include/help/ja/help_alert_macros.php
+++ b/pandora_console/include/help/ja/help_alert_macros.php
@@ -31,6 +31,7 @@
 <li>_alert_priority_ : アラート優先順位(数値)</li>
 <li>_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
 <li>_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)</li>
+<li>_event_id_ : (イベントアラートのみ) イベント(アラートの発生元)のID</li>
 <li>_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です</li>
 <li>_id_alert_ : アラートの(ユニークな)ID / 他のソフトウエアパッケージとの連携に利用できます</li>
 <li>_policy_ : モジュールが属するポリシー名 (存在する場合)</li>