diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php
index 6fcd868841..a0262a6c5f 100644
--- a/pandora_console/include/help/en/help_alert_config.php
+++ b/pandora_console/include/help/en/help_alert_config.php
@@ -64,6 +64,7 @@ Apart from the defined module macros, the following macros are also available:
_groupother_ : Other information about the group. Configured when the group is created.
_email_tag_ : Emails associated to the module tags.
_modulegraph_nh_: (Only for alerts that use the command eMail) Returns an image of a module graph with a period of n hours (eg. _modulegraph_24h_). A correct setup of the connection between the server and the console's api is required. This setup is done into the server's configuration file.
+_modulegraphth_nh_:Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.
_homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.
diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index 43a0738f94..b96476a59d 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -67,6 +67,7 @@ Besides the defined module macros, the following macros are available:
Returns an image encoded in base64 of a module’s graph with a period of n hours (eg. _modulegraph_24h_).
A correct setup of the connection between the server and the console's API is required.
This setup is done on the server's configuration file.
+
_modulegraphth_nh_:Same operation as the previous macro only with the critical and warning thresholds of the module provided they are defined.
diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php
index 1353021b9e..001d21e2f2 100644
--- a/pandora_console/include/help/es/help_alert_config.php
+++ b/pandora_console/include/help/es/help_alert_config.php
@@ -65,7 +65,8 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_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.
-_modulegraph_nh_: (Sólo para alertas que usen el comando eMail) Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de n horas (eg. _modulegraph_24h_). Requiere de una configuración correcta de la conexión del servidor a la consola vía api, la cual se realiza en el fichero de configuración del servidor.
+_modulegraph_nh_: (Sólo para alertas que usen el comando eMail) Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de n horas (eg. _modulegraph_24h_). Requiere de una configuración correcta de la conexión del servidor a la consola vía api, la cual se realiza en el fichero de configuración del servidor.
+_modulegraphth_nh_:mismo funcionamiento que la macro anterior solo que con los umbrales critical y warning del modulo siempre que estos esten definidos
_homeurl_ : Es un link de la URL pública esta debe de estar configurada en las opciones generales del setup.
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index bbffe76b03..2f1519bd8d 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -67,6 +67,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
Devuelve una imagen codificada en base64 de una gráfica del módulo con un período de n horas (eg. _modulegraph_24h_).
Requiere de una configuración correcta de la conexión del servidor a la consola vía api,
la cual se realiza en el fichero de configuración del servidor.
+
_modulegraphth_nh_:mismo funcionamiento que la macro anterior solo que con los umbrales critical y warning del modulo siempre que estos esten definidos