From 96e66a9c89b526d19ff60f7a7141838a82823abc Mon Sep 17 00:00:00 2001
From: mdtrooper
Date: Tue, 21 Oct 2014 14:38:17 +0200
Subject: [PATCH] Updated the list of module macros in the helps
---
.../include/help/en/help_plugin_macros.php | 17 ++++++++++++-----
.../include/help/es/help_plugin_macros.php | 11 +++++++++--
2 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/pandora_console/include/help/en/help_plugin_macros.php b/pandora_console/include/help/en/help_plugin_macros.php
index 1b424d3c7a..eec73e948c 100644
--- a/pandora_console/include/help/en/help_plugin_macros.php
+++ b/pandora_console/include/help/en/help_plugin_macros.php
@@ -8,21 +8,28 @@
The following macros are available:
-- _agent_ : Name of the agent that fired the alert.
-- _agentdescription_ : Description of the agent who fired alert.
+- _agent_ : Name of the agent.
+- _agentdescription_ : Description of the agent.
- _agentgroup_ : Agent group name.
- _agentstatus_ : Current status of the agent.
-- _address_ : Address of the agent that fired the alert.
+- _address_ : Address of the agent.
- _module_ : Module name.
- _modulegroup_ : Module group name.
-- _moduledescription_ : Description of the module who fired the alert.
+- _moduledescription_ : Description of the module.
- _modulestatus_ : Status of 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.
+
+
+
+
+- _plugin_parameters_ : Plug-in Parameters of the module.
- _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.
diff --git a/pandora_console/include/help/es/help_plugin_macros.php b/pandora_console/include/help/es/help_plugin_macros.php
index 2f4e3f9c86..32b03ea410 100644
--- a/pandora_console/include/help/es/help_plugin_macros.php
+++ b/pandora_console/include/help/es/help_plugin_macros.php
@@ -9,10 +9,10 @@
Las siguientes macros están disponibles:
-- _agentdescription_ : Descripción del agente que disparó la alerta.
+- _agentdescription_ : Descripción del agente.
- _agentgroup_ : Nombre del grupo del agente.
- _agentstatus_ : Estado actual del agente.
-- _address_: Dirección del agente que disparó la alerta.
+- _address_: Dirección del agente.
- _module_: Nombre del módulo
- _modulegroup_ : Nombre del grupo del módulo.
- _moduledescription_: Descripcion del modulo.
@@ -20,8 +20,15 @@ Las siguientes macros están disponibles:
- _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.
+
+
+
+
- _plugin_parameters_ : Parámetros del Plug-in del módulo.
- _name_tag_ : Names of the tags associated to the module.
- _email_tag_ : Emails associated to the module tags.