From 6f343ccd744f9e845ee60e66e17897907db2e2e9 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Mon, 12 Jun 2017 17:10:19 +0200 Subject: [PATCH] Added moduledata macro help text --- pandora_console/include/help/en/help_alert_macros.php | 1 + pandora_console/include/help/es/help_alert_macros.php | 1 + 2 files changed, 2 insertions(+) diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index a5b7bd0767..43a0738f94 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -39,6 +39,7 @@ Besides the defined module macros, the following macros are available:
  • _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).
  • diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php index cc3f8b784e..bbffe76b03 100644 --- a/pandora_console/include/help/es/help_alert_macros.php +++ b/pandora_console/include/help/es/help_alert_macros.php @@ -39,6 +39,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
  • _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).