diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php index a0262a6c5f..06e2f53656 100644 --- a/pandora_console/include/help/en/help_alert_config.php +++ b/pandora_console/include/help/en/help_alert_config.php @@ -63,6 +63,9 @@ Apart from the defined module macros, the following macros are also available:
  • _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.
  • _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/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php index 001d21e2f2..fc4e705062 100644 --- a/pandora_console/include/help/es/help_alert_config.php +++ b/pandora_console/include/help/es/help_alert_config.php @@ -65,6 +65,9 @@ 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.
  • +
  • _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.