diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php
index 7a8ea377bc..39bce7067a 100644
--- a/pandora_console/include/help/en/help_alert_config.php
+++ b/pandora_console/include/help/en/help_alert_config.php
@@ -24,54 +24,66 @@ When it comes to creating the action these are the only 3 fields we can set. Wit
Apart from the defined module macros, the following macros are also available:
-- _field1_ : User defined field 1.
-- _field2_ : User defined field 2.
-- _field3_ : User defined field 3.
-- _agent_ : Name of the agent that fired the alert.
-- _agentdescription_ : Description of the agent who fired alert.
-- _agentgroup_ : Agent group name.
-- _agentstatus_ : Current status of the agent.
-- _agentos_: Agent's operative system.
-- _address_ : Address of the agent that fired the alert.
-- _all_address_ : All address of the agent that fired the alert.
-- _address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2_
-- _timestamp_ : Time when the alert was fired (yy-mm-dd hh:mm:ss).
-- _timezone_ : Timezone name that _timestamp_ represents in.
-- _data_ : Module data that caused the alert to fire.
-- _prevdata_ : Module data previus the alert to fire.
-- _alert_description_ : Alert description.
-- _alert_threshold_ : Alert threshold.
-- _alert_times_fired_ : Number of times the alert has been fired.
-- _module_ : Module name.
-- _modulegroup_ : Module group name.
-- _moduledescription_ : Description of the module who fired the alert.
-- _modulestatus_ : Status of the module.
-- _moduletags_ : Tags associated to the module.
-- _alert_name_ : Alert name.
-- _alert_priority_ : Numerical alert priority.
-- _alert_text_severity_ : Text alert severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
-- _event_text_severity_ : (Only event alerts) Text event (who fire the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
-- _event_id_ : (Only event alerts) Id of the event that fired the alert.
-- _event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
-- _id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.
-- _id_group_ : Id of agent group.
-- _id_module_ : Id of module.
-- _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.
-- _groupcontact_ : Group contact information. Configured when the group is created.
-- _groupother_ : Other information about the group. Configured when the group is created.
-- _email_tag_ : Emails associated to the module tags.
-- _alert_critical_instructions_: Instructions for CRITICAL status contained in the module.
-- _alert_warning_instructions_: Instructions for WARNING status contained in the module.
-- _alert_unknown_instructions_: Instructions for UNKNOWN status contained in the module.
-- _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.
-- _homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.
+ - _address_: Address of the agent that triggered the alert.
+ - _address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2__
+ - _agent_: Name of the agent that triggered the alert.
+ - _agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).
+ - _agentcustomid_: Agent custom ID.
+ - _agentdescription_: Description of the agent that triggered the alert.
+ - _agentgroup_ : Agent group name.
+ - _agentos_: Agent's operative system.
+ - _agentstatus_ : Current status of the agent.
+ - _alert_critical_instructions_: Instructions for CRITICAL status contained in the module.
+ - _alert_description_: Alert description.
+ - _alert_name_: Alert name.
+ - _alert_priority_: Alert’s numeric priority.
+ - _alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).
+ - _alert_threshold_: Alert threshold.
+ - _alert_times_fired_: Number of times the alert has been triggered.
+ - _alert_unknown_instructions_: Instructions for UNKNOWN status contained in the module.
+ - _alert_warning_instructions_: Instructions for WARNING status contained in the module.
+ - _all_address_ : All address of the agent that fired the alert.
+ - _data_: Module data that caused the alert to fire.
+ - _email_tag_: Emails associated to the module’s tags.
+ - _event_id_: (Only event alerts) ID of the event that triggered the alert.
+ - _event_text_severity_: (Only event alerts) event text (that triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
+ - _field1_: User defined field 1.
+ - _field2_: User defined field 2.
+ - _field3_: User defined field 3.
+ - _field4_: User defined field 4.
+ - _field5_: User defined field 5.
+ - _field6_: User defined field 6.
+ - _field7_: User defined field 7.
+ - _field8_: User defined field 8.
+ - _field9_: User defined field 9.
+ - _field10_: User defined field 10.
+ - _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.
+ - _homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.
+ - _id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.
+ - _id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.
+ - _id_group_ : Agent group ID.
+ - _id_module_: The module's ID.
+ - _interval_: Module’s execution interval.
+ - _module_: Module name.
+ - _modulecustomid_: Module custom ID.
+ - _moduledata_X_: Last data of module X (module name, cannot have white spaces).
+ - _moduledescription_: Description of the module that triggered the alert.
+ - _modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail) 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.
+ - _modulegroup_: Module’s group name.
+ - _modulestatus_: Module status.
+ - _moduletags_: URLs asociadas a los tags de módulos.
+ - _name_tag_: Names of the tags related to the module.
+ - _phone_tag_: Phone numbers related to the module’s tags.
+ - _plugin_parameters_: Module’s Plugin parameters.
+ - _policy_: Name of the policy that the module belongs to (if applies).
+ - _prevdata_ : Module data previus the alert to fire.
+ - _target_ip_: IP address for the module’s target.
+ - _target_port_: Port number for the module’s target.
+ - _timestamp_: Time and date on which the alert was triggered (yy-mm-dd hh:mm:ss).
+ - _timezone_: Timezone that is represented on _timestamp_.
diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index e42150f7bc..013809a932 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -9,6 +9,29 @@
Besides the defined module macros, the following macros are available:
+- _address_: Address of the agent that triggered the alert.
+- _address_n_ : The address of the agent that corresponds to the position indicated in "n" e.g: address_1_ , address_2__
+- _agent_: Name of the agent that triggered the alert.
+- _agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).
+- _agentcustomid_: Agent custom ID.
+- _agentdescription_: Description of the agent that triggered the alert.
+- _agentgroup_ : Agent group name.
+- _agentos_: Agent's operative system.
+- _agentstatus_ : Current status of the agent.
+- _alert_critical_instructions_: Instructions for CRITICAL status contained in the module.
+- _alert_description_: Alert description.
+- _alert_name_: Alert name.
+- _alert_priority_: Alert’s numeric priority.
+- _alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).
+- _alert_threshold_: Alert threshold.
+- _alert_times_fired_: Number of times the alert has been triggered.
+- _alert_unknown_instructions_: Instructions for UNKNOWN status contained in the module.
+- _alert_warning_instructions_: Instructions for WARNING status contained in the module.
+- _all_address_ : All address of the agent that fired the alert.
+- _data_: Module data that caused the alert to fire.
+- _email_tag_: Emails associated to the module’s tags.
+- _event_id_: (Only event alerts) ID of the event that triggered the alert.
+- _event_text_severity_: (Only event alerts) event text (that triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
- _field1_: User defined field 1.
- _field2_: User defined field 2.
- _field3_: User defined field 3.
@@ -19,58 +42,34 @@ Besides the defined module macros, the following macros are available:
- _field8_: User defined field 8.
- _field9_: User defined field 9.
- _field10_: User defined field 10.
-- _agent_: Name of the agent that triggered the alert.
-- _agentcustomfield_n_: Agent custom field number n (eg. _agentcustomfield_9_).
-- _agentcustomid_: Agent custom ID.
-- _agentdescription_: Description of the agent that triggered the alert.
-- _agentgroup_: Agent’s group name.
-- _agentstatus_: Current agent status.
-- _agentos_: Agent's operative system.
-- _address_: Address of the agent that triggered the alert.
-- _timestamp_: Time and date on which the alert was triggered (yy-mm-dd hh:mm:ss).
-- _timezone_: Timezone that is represented on _timestamp_.
-- _data_: Module data that caused the alert to fire.
-- _prevdata_ : Module data previus the alert to fire.
-- _alert_description_: Alert description.
-- _alert_threshold_: Alert threshold.
-- _alert_times_fired_: Number of times the alert has been triggered.
-- _module_: Module name.
-- _modulecustomid_: Module custom ID.
-- _modulegroup_: Module’s group name.
-- _moduledescription_: Description of the module that triggered the alert.
-- _modulestatus_: Module status.
-- _moduledata_X_: Last data of module X (module name, cannot have white spaces).
-- _alert_name_: Alert name.
-- _alert_priority_: Alert’s numeric priority.
-- _alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).
-- _event_text_severity_: (Only event alerts) Text event (which triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
-- _event_id_: (Only event alerts) ID of the event that triggered the alert.
-- _event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
-- _id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.
-- _id_group_ : Agent group ID.
-- _id_module_ : ID of module.
-- _id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.
-- _policy_: Name of the policy that the module belongs to (if applies).
-- _interval_: Module’s execution interval
-- _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.
+- _homeurl_ : It is a link of the public URL this must be configured in the general options of the setup.
+- _id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.
+- _id_alert_: Alert’s numeric ID (unique), used to correlate the alert with third party software.
+- _id_group_ : Agent group ID.
+- _id_module_: The module's ID.
+- _interval_: Module’s execution interval.
+- _module_: Module name.
+- _modulecustomid_: Module custom ID.
+- _moduledata_X_: Last data of module X (module name, cannot have white spaces).
+- _moduledescription_: Description of the module that triggered the alert.
+- _modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail) 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.
+- _modulegroup_: Module’s group name.
+- _modulestatus_: Module status.
+- _moduletags_: URLs asociadas a los tags de módulos.
- _name_tag_: Names of the tags related to the module.
-- _email_tag_: Emails associated to the module’s tags.
- _phone_tag_: Phone numbers related to the module’s tags.
-- _moduletags_: URLs associated to the module’s tags.
-- _alert_critical_instructions_: Instructions for CRITICAL status contained in the module.
-- _alert_warning_instructions_: Instructions for WARNING status contained in the module.
-- _alert_unknown_instructions_: Instructions for UNKNOWN status contained in the module.
-- _modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail)
-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.
+- _plugin_parameters_: Module’s Plugin parameters.
+- _policy_: Name of the policy that the module belongs to (if applies).
+- _prevdata_ : Module data previus the alert to fire.
+- _target_ip_: IP address for the module’s target.
+- _target_port_: Port number for the module’s target.
+- _timestamp_: Time and date on which the alert was triggered (yy-mm-dd hh:mm:ss).
+- _timezone_: Timezone that is represented on _timestamp_.
+
diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php
index 2fd0c49872..8c5ce0457f 100644
--- a/pandora_console/include/help/es/help_alert_config.php
+++ b/pandora_console/include/help/es/help_alert_config.php
@@ -26,55 +26,66 @@ A la hora de crear la acción podemos definir únicamente estos 3 campos. Dentro
Además de las macros de módulo definidas, las siguientes macros están disponibles:
-- _field1_: Campo 1 definido por el usuario.
-- _field2_: Campo 2 definido por el usuario.
-- _field3_: Campo 3 definido por el usuario.
-- _agent_: Nombre del agente que disparó la alerta.
-- _agentdescription_ : Descripción del agente que disparó la alerta.
-- _agentgroup_ : Nombre del grupo del agente.
-- _agentstatus_ : Estado actual del agente.
-- _address_: Dirección del agente que disparó la alerta.
-- _all_address_ : Todas las direcciones del agente que disparo la alerta.
-- _address_n_ : La dirección del agente que corresponde a la posicion indicada en "n" ejemplo: address_1_ , address_2_
-- _agentos_: Sistema operativo del agente.
-- _timestamp_: Hora y fecha en que se disparó la alerta.
-- _timezone_: Area Nombre _timestamp_ que representa en.
-- _data_: Dato que hizo que la alerta se disparase.
-- _prevdata_: Dato previo antes de disparase la alerta.
-- _alert_description_: Descripción de la alerta.
-- _alert_threshold_: Umbral de la alerta.
-- _alert_times_fired_: Número de veces que se ha disparado la alerta.
-- _module_: Nombre del módulo
-- _modulegroup_ : Nombre del grupo del módulo.
-- _moduledescription_: Descripcion del modulo.
-- _modulestatus_ : Estado del módulo.
-- _moduletags_ : Etiquetas asociadas al módulo.
-- _alert_name_: Nombre de la alerta.
-- _alert_priority_: Prioridad numérica de la alerta.
-- _alert_text_severity_: Prioridad en texto de la alerta. (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
-- _eventt_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta. (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
-- _event_id_ : (Solo alertas de evento) Id del evento que disparó la alerta.
-- _event_cfX_ : (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta.
-- _id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
-- _id_group_ : Id del grupo de agente.
-- _id_module_ : ID del módulo.
-- _id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.
-- _policy_: Nombre de la política a la que pertenece el módulo (si aplica).
-- _interval_ : Intervalo de la ejecución del módulo.
-- _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.
-- _alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.
-- _alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.
-- _alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.
-- _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.
+ - _address_: Dirección del agente que disparó la alerta.
+ - _address_n_ : La dirección del agente que corresponde a la posicion indicada en "n" ejemplo: address_1_ , address_2_
+ - _agent_: Nombre del agente que disparó la alerta.
+ - _agentcustomfield_n_: Campo personalizado número n del agente (eg. _agentcustomfield_9_).
+ - _agentcustomid_:ID personalizado del agente.
+ - _agentdescription_: Descripción del agente que disparó la alerta.
+ - _agentgroup_ : Nombre del grupo del agente.
+ - _agentos_: Sistema operativo del agente.
+ - _agentstatus_ : Estado actual del agente.
+ - _alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.
+ - _alert_description_: Descripción de la alerta.
+ - _alert_name_: Nombre de la alerta.
+ - _alert_priority_: Prioridad numérica de la alerta.
+ - _alert_text_severity_: Prioridad en texto de la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
+ - _alert_threshold_: Umbral de la alerta.
+ - _alert_times_fired_: Número de veces que se ha disparado la alerta.
+ - _alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.
+ - _alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.
+ - _all_address_ : Todas las direcciones del agente que disparo la alerta.
+ - _data_: Dato que hizo que la alerta se disparase.
+ - _email_tag_: Emails asociados a los tags de módulos.
+ - _event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.
+ - _event_text_severity_: (Solo alertas de evento) Texto del evento (que disparó la alerta) gravedad (Mantenimiento, Informativo, Normal Menor, Advertencia, Mayor, Crítico).
+ - _field1_: Campo 1 definido por el usuario.
+ - _field2_: Campo 2 definido por el usuario.
+ - _field3_: Campo 3 definido por el usuario.
+ - _field4_: Campo 4 definido por el usuario.
+ - _field5_: Campo 5 definido por el usuario.
+ - _field6_: Campo 6 definido por el usuario.
+ - _field7_: Campo 7 definido por el usuario.
+ - _field8_: Campo 8 definido por el usuario.
+ - _field9_: Campo 9 definido por el usuario.
+ - _field10_: Campo 10 definido por el usuario.
+ - _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.
+ - _homeurl_: Es un link de la URL pública esta debe de estar configurada en las opciones generales del setup.
+ - _id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
+ - _id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.
+ - _id_group_ : ID del grupo de agente.
+ - _id_module_: ID del módulo.
+ - _interval_: Intervalo de la ejecución del módulo.
+ - _module_: Nombre del módulo.
+ - _modulecustomid_: ID personalizado del módulo.
+ - _moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).
+ - _moduledescription_: Descripcion del modulo.
+ - _modulegraph_nh_: (>=6.0) (Only for alerts that use the command eMail) 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_: Misma operación que la macro anterior pero sólo con los umbrales crítico y de advertencia del módulo, en caso de que estén definidos.
+ - _modulegroup_: Nombre del grupo del módulo.
+ - _modulestatus_: Estado del módulo.
+ - _moduletags_: URLs asociadas a los tags de módulos.
+ - _name_tag_: Nombre de los tags asociados al módulo.
+ - _phone_tag_: Teléfonos asociados a los tags de módulos.
+ - _plugin_parameters_: Parámetros del Plug-in del módulo.
+ - _policy_: Nombre de la política a la que pertenece el módulo (si aplica).
+ - _prevdata_ : Dato previo antes de disparase la alerta.
+ - _target_ip_: Dirección IP del objetivo del módulo.
+ - _target_port_: Puerto del objetivo del módulo.
+ - _timestamp_: Hora y fecha en que se disparó la alerta.
+ - _timezone_: Area Nombre _timestamp_ que representa en.
Ejemplo: Error en el agente _agent_: _alert_description_
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index 8726e38ad4..60fe0b97e9 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -9,68 +9,68 @@
Además de las macros de módulo definidas, las siguientes macros están disponibles:
-- _field1_: Campo 1 definido por el usuario.
-- _field2_: Campo 2 definido por el usuario.
-- _field3_: Campo 3 definido por el usuario.
-- _field4_: Campo 4 definido por el usuario.
-- _field5_: Campo 5 definido por el usuario.
-- _field6_: Campo 6 definido por el usuario.
-- _field7_: Campo 7 definido por el usuario.
-- _field8_: Campo 8 definido por el usuario.
-- _field9_: Campo 9 definido por el usuario.
-- _field10_: Campo 10 definido por el usuario.
-- _agent_: Nombre del agente que disparó la alerta.
-- _agentcustomfield_n_: Campo personalizado número n del agente (eg. _agentcustomfield_9_).
-- _agentcustomid_: ID personalizado del agente.
-- _agentdescription_: Descripción del agente que disparó la alerta.
-- _agentgroup_: Nombre del grupo del agente.
-- _agentstatus_: Estado actual del agente.
-- _agentos_: Sistema operativo del agente.
-- _address_: Dirección del agente que disparó la alerta.
-- _timestamp_: Hora y fecha en que se disparó la alerta.
-- _timezone_: Area Nombre _timestamp_ que representa en.
-- _data_: Dato que hizo que la alerta se disparase.
-- _prevdata_: Dato previo antes de disparase la alerta.
-- _alert_description_: Descripción de la alerta.
-- _alert_threshold_: Umbral de la alerta.
-- _alert_times_fired_: Número de veces que se ha disparado la alerta.
-- _module_: Nombre del módulo.
-- _modulecustomid_: ID personalizado del módulo.
-- _modulegroup_: Nombre del grupo del módulo.
-- _moduledescription_: Descripcion del modulo.
-- _modulestatus_: Estado del módulo.
-- _moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).
-- _alert_name_: Nombre de la alerta.
-- _alert_priority_: Prioridad numérica de la alerta.
-- _alert_text_severity_: Prioridad en texto de la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
-- _eventt_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
-- _event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.
-- _event_cfX_ : (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta.
-- _id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
-- _id_group_ : Id del grupo de agente.
-- _id_module_ : ID del módulo.
-- _id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.
-- _policy_: Nombre de la política a la que pertenece el módulo (si aplica).
-- _interval_: Intervalo de la ejecución del módulo.
-- _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.
-- _name_tag_: Nombre de los tags asociados al módulo.
-- _email_tag_: Emails asociados a los tags de módulos.
-- _phone_tag_: Teléfonos asociados a los tags de módulos.
-- _moduletags_: URLs asociadas a los tags de módulos.
-- _alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.
-- _alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.
-- _alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.
-- _modulegraph_nh_: (>=6.0) (Solo 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.
+
+ - _address_: Dirección del agente que disparó la alerta.
+ - _address_n_ : La dirección del agente que corresponde a la posicion indicada en "n" ejemplo: address_1_ , address_2_
+ - _agent_: Nombre del agente que disparó la alerta.
+ - _agentcustomfield_n_: Campo personalizado número n del agente (eg. _agentcustomfield_9_).
+ - _agentcustomid_:ID personalizado del agente.
+ - _agentdescription_: Descripción del agente que disparó la alerta.
+ - _agentgroup_ : Nombre del grupo del agente.
+ - _agentos_: Sistema operativo del agente.
+ - _agentstatus_ : Estado actual del agente.
+ - _alert_critical_instructions_: Instrucciones contenidas en el módulo para un estado CRITICAL.
+ - _alert_description_: Descripción de la alerta.
+ - _alert_name_: Nombre de la alerta.
+ - _alert_priority_: Prioridad numérica de la alerta.
+ - _alert_text_severity_: Prioridad en texto de la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
+ - _alert_threshold_: Umbral de la alerta.
+ - _alert_times_fired_: Número de veces que se ha disparado la alerta.
+ - _alert_unknown_instructions_: Instrucciones contenidas en el módulo para un estado UNKNOWN.
+ - _alert_warning_instructions_: Instrucciones contenidas en el módulo para un estado WARNING.
+ - _all_address_ : Todas las direcciones del agente que disparo la alerta.
+ - _data_: Dato que hizo que la alerta se disparase.
+ - _email_tag_: Emails asociados a los tags de módulos.
+ - _event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.
+ - _event_text_severity_: (Solo alertas de evento) Texto del evento (que disparó la alerta) de la gravedad (Mantenimiento, Informativo, Normal Menor, Advertencia, Mayor, Crítico).
+ - _field1_: Campo 1 definido por el usuario.
+ - _field2_: Campo 2 definido por el usuario.
+ - _field3_: Campo 3 definido por el usuario.
+ - _field4_: Campo 4 definido por el usuario.
+ - _field5_: Campo 5 definido por el usuario.
+ - _field6_: Campo 6 definido por el usuario.
+ - _field7_: Campo 7 definido por el usuario.
+ - _field8_: Campo 8 definido por el usuario.
+ - _field9_: Campo 9 definido por el usuario.
+ - _field10_: Campo 10 definido por el usuario.
+ - _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.
+ - _homeurl_: Es un link de la URL pública esta debe de estar configurada en las opciones generales del setup.
+ - _id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
+ - _id_alert_: ID de la alerta, util para correlar la alerta en herramientas de terceros.
+ - _id_group_ : ID del grupo de agente.
+ - _id_module_: ID del módulo.
+ - _interval_: Intervalo de la ejecución del módulo.
+ - _module_: Nombre del módulo.
+ - _modulecustomid_: ID personalizado del módulo.
+ - _moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).
+ - _moduledescription_: Descripcion del modulo.
+ - _modulegraph_nh_: (>=6.0) (Solo 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_: Misma operación que la macro anterior pero sólo con los umbrales crítico y de advertencia del módulo, en caso de que estén definidos.
+ - _modulegroup_: Nombre del grupo del módulo.
+ - _modulestatus_: Estado del módulo.
+ - _moduletags_: URLs asociadas a los tags de módulos.
+ - _name_tag_: Nombre de los tags asociados al módulo.
+ - _phone_tag_: Teléfonos asociados a los tags de módulos.
+ - _plugin_parameters_: Parámetros del Plug-in del módulo.
+ - _policy_: Nombre de la política a la que pertenece el módulo (si aplica).
+ - _prevdata_ : Dato previo antes de disparase la alerta.
+ - _target_ip_: Dirección IP del objetivo del módulo.
+ - _target_port_: Puerto del objetivo del módulo.
+ - _timestamp_: Hora y fecha en que se disparó la alerta.
+ - _timezone_: Area Nombre _timestamp_ que representa en.
+