diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php
index fec6b2a7bf..569242a5dc 100644
--- a/pandora_console/include/help/en/help_alert_config.php
+++ b/pandora_console/include/help/en/help_alert_config.php
@@ -58,6 +58,8 @@ Apart from the defined module macros, the following macros are also available:
_id_alert_ : Numerical ID of the alert (unique), used to correlate on third party software
_policy_ : Name of the policy the module belongs to (if applies).
_interval_ : Execution interval of the module.
+_server_ip_ : Ip of server assigned to agent.
+_server_name_ : Name of server assigned to agent.
_target_ip_ : IP address of the target of the module.
_target_port_ : Port number of the target of the module.
_plugin_parameters_ : Plug-in Parameters of the module.
diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index 5382c502ab..bd303e9657 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -54,6 +54,8 @@ Besides the defined module macros, the following macros are available:
_target_ip_: IP address for the module’s target.
_target_port_: Port number for the module’s target.
_plugin_parameters_: Module’s Plugin parameters.
+_server_ip_ : Ip of server assigned to agent.
+_server_name_ : Name of server assigned to agent.
_groupcontact_: Group’s contact information. Configured when the group is created.
_groupcustomid_: Group’s custom ID.
_groupother_: Other information about the group. Configured when the group is created.
diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php
index 5ab70b784e..056de9bcc3 100644
--- a/pandora_console/include/help/es/help_alert_config.php
+++ b/pandora_console/include/help/es/help_alert_config.php
@@ -63,6 +63,8 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_target_ip_ : Dirección IP del objetivo del módulo.
_target_port_ : Puerto del objetivo del módulo.
_plugin_parameters_ : Parámetros del Plug-in del módulo.
+_server_ip_ : Ip del servidor al que el agente está asignado.
+_server_name_ : Nombre del servidor al que el agente está asignado.
_groupcontact_ : Información de contacto del grupo. Se configura al crear el grupo.
_groupother_ : Otra información sobre el grupo. Se configura al crear el grupo.
_email_tag_ : Emails asociados a los tags de módulos.
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index 74efb4582b..19bc0b6f71 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -54,6 +54,8 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_target_ip_: Dirección IP del objetivo del módulo.
_target_port_: Puerto del objetivo del módulo.
_plugin_parameters_: Parámetros del plugin del módulo.
+_server_ip_ : Ip del servidor al que el agente está asignado.
+_server_name_ : Nombre del servidor al que el agente está asignado.
_groupcontact_: Información de contacto del grupo. Se configura al crear el grupo.
_groupcustomid_: ID personalizado del grupo.
_groupother_: Otra información sobre el grupo. Se configura al crear el grupo.
diff --git a/pandora_console/include/help/ja/help_alert_config.php b/pandora_console/include/help/ja/help_alert_config.php
index 592ed64ee3..fa6a68ffa2 100644
--- a/pandora_console/include/help/ja/help_alert_config.php
+++ b/pandora_console/include/help/ja/help_alert_config.php
@@ -62,6 +62,8 @@ email アクションを設定するには、_field1_ (送信先アドレス)、
_target_ip_ : モジュールの対象IPアドレス
_target_port_ : モジュールの対象ポート
_plugin_parameters_ : モジュールのプラグインパラメータ
+_server_ip_ : Ip of server assigned to agent.
+_server_name_ : Name of server assigned to agent.
_groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。
_groupother_ : グループに関するその他情報。グループの作成時に設定されます。
_email_tag_ : モジュールタグに関連付けられた Email。
diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php
index c9729e6bfd..86e3a04c96 100644
--- a/pandora_console/include/help/ja/help_alert_macros.php
+++ b/pandora_console/include/help/ja/help_alert_macros.php
@@ -54,6 +54,8 @@
_target_ip_ : モジュールの対象IPアドレス
_target_port_ : モジュールの対象ポート
_plugin_parameters_ : モジュールのプラグインパラメータ
+_server_ip_ : Ip of server assigned to agent.
+_server_name_ : Name of server assigned to agent.
_groupcontact_ : グループコンタクト情報。グループの作成時に設定されます。
_groupcustomid_: グループカスタムID
_groupother_ : グループに関するその他情報。グループの作成時に設定されます。