diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ccb0c72585..d0bdf56050 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2014-06-04 Sergio Martin + + * include/help/es/help_plugin_macros.php + include/help/es/help_alert_macros.php + include/help/en/help_plugin_macros.php + include/help/en/help_alert_macros.php: Added missed and + new macros to help + 2014-06-04 Sergio Martin * include/constants.php diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index cc8a5b5223..7650cff1b7 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -26,7 +26,6 @@ Besides the defined module macros, the following macros are available:
  • _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).
  • @@ -41,7 +40,10 @@ Besides the defined module macros, the following macros are available:
  • _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.
  • +
  • _name_tag_ : Names of the tags associated to the module.
  • _email_tag_ : Emails associated to the module tags.
  • +
  • _phone_tag_ : Phone numbers associated to the module tags.
  • +
  • _moduletags_ : URLs associated to the module tags.
  • diff --git a/pandora_console/include/help/en/help_plugin_macros.php b/pandora_console/include/help/en/help_plugin_macros.php index 888a5eb69a..1b424d3c7a 100644 --- a/pandora_console/include/help/en/help_plugin_macros.php +++ b/pandora_console/include/help/en/help_plugin_macros.php @@ -17,15 +17,16 @@ The following macros are available:

  • _modulegroup_ : Module group name.
  • _moduledescription_ : Description of the module who fired the alert.
  • _modulestatus_ : Status of the module.
  • -
  • _moduletags_ : Tags associated to the module.
  • _id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.
  • _policy_ : Name of the policy the module belongs to (if applies).
  • _interval_ : Execution interval of the module.
  • _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.
  • -
  • _email_tag_ : Emails associated to the module tags.
  • - +
  • _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_ : Teléfonos 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 d88411aeb8..32990809d3 100644 --- a/pandora_console/include/help/es/help_alert_macros.php +++ b/pandora_console/include/help/es/help_alert_macros.php @@ -27,7 +27,6 @@ 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.
  • -
  • _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)
  • @@ -42,7 +41,10 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
  • _plugin_parameters_ : Parámetros del Plug-in del módulo.
  • _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.
  • +
  • _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_ : Teléfonos asociados a los tags de módulos.
  • diff --git a/pandora_console/include/help/es/help_plugin_macros.php b/pandora_console/include/help/es/help_plugin_macros.php index 1a00fa6792..2f4e3f9c86 100644 --- a/pandora_console/include/help/es/help_plugin_macros.php +++ b/pandora_console/include/help/es/help_plugin_macros.php @@ -17,13 +17,15 @@ Las siguientes macros están disponibles:

  • _modulegroup_ : Nombre del grupo del módulo.
  • _moduledescription_: Descripcion del modulo.
  • _modulestatus_ : Estado del módulo.
  • -
  • _moduletags_ : Etiquetas asociadas al módulo.
  • _id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
  • _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.
  • -
  • _email_tag_ : Emails asociados a los tags de módulos.
  • +
  • _name_tag_ : Names of the tags associated to the module.
  • +
  • _email_tag_ : Emails associated to the module tags.
  • +
  • _phone_tag_ : Phone numbers associated to the module tags.
  • +
  • _moduletags_ : URLs associated to the module tags.