diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b63fb6ccb1..319c988332 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2013-06-13 Mario Pulido + + * images/help/actions.png, + godmode/alerts/configure_alert_action.php, + include/help/en/help_alert_config.php, + include/help/es/help_alert_config.php: Add help in alert action. + + 2013-06-13 Miguel de Dios * godmode/agentes/agent_manager.php: fixed the show server as none diff --git a/pandora_console/godmode/alerts/configure_alert_action.php b/pandora_console/godmode/alerts/configure_alert_action.php index 4964dddfe7..9e550bdfa8 100644 --- a/pandora_console/godmode/alerts/configure_alert_action.php +++ b/pandora_console/godmode/alerts/configure_alert_action.php @@ -51,14 +51,14 @@ if ($al_action !== false) { if (defined('METACONSOLE')) alerts_meta_print_header(); else - ui_print_page_header (__('Alerts').' » '.__('Configure alert action'), "images/gm_alerts.png", false, "", true); + ui_print_page_header (__('Alerts').' » '.__('Configure alert action'), "images/gm_alerts.png", false, "alert_config", true); } else { // Header if (defined('METACONSOLE')) alerts_meta_print_header(); else - ui_print_page_header (__('Alerts').' » '.__('Configure alert action'), "images/gm_alerts.png", false, "", true); + ui_print_page_header (__('Alerts').' » '.__('Configure alert action'), "images/gm_alerts.png", false, "alert_config", true); } enterprise_hook('open_meta_frame'); diff --git a/pandora_console/images/help/actions.png b/pandora_console/images/help/actions.png new file mode 100644 index 0000000000..46aa1a7584 Binary files /dev/null and b/pandora_console/images/help/actions.png differ diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php new file mode 100644 index 0000000000..f9be567707 --- /dev/null +++ b/pandora_console/include/help/en/help_alert_config.php @@ -0,0 +1,68 @@ + +

Configure Alert Action

+
Actions are the components of alerts where a command (which is described in the previous section) is linked with the generic variables Field 1, Field 2, ..., Field 10. These actions will be used later in the alert templates that are the ones that associate a data condition with an specific action.
+Next are the fields that you should fill in:

+ + Name: Name of the action.
+ Group: Group of the action.
+ Command: In this field is defined the command that will be used in case the alert will be executed . You can choose between the different commands that are defined in Pandora.Depending of the command chosen we will have some or others fields to fill.
+ Threshold: The action execution threshold.
+ Command Preview: In this field, not editable, will automatically appear the command that will be executed in the system.
+ Field X: In this fields are defined the values of the macros _field1_ to _field10_, that will be used in the command if necessary. These fields can be a text field or combo box if configured. Depending on the selected command will appear a number of fields to fill in as needed or not. For example:

+ +To configure email action, you can only fill _field1_ (Destination address), _field2_ (Subject) y _field3_ (Message)

+ +Within these fields we can configure the macros listed below. +

+ '550px')); ?> +

+
+ +

+The following macros are available: +

+

+

+

+Example: Agent _agent_ has fired alert _alert_ with data _data_ +

+ diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php new file mode 100644 index 0000000000..4e29bdfb37 --- /dev/null +++ b/pandora_console/include/help/es/help_alert_config.php @@ -0,0 +1,67 @@ + +

Configurar Acción de Alerta

+
Las acciones son los componentes de las alertas en los que se relaciona un comando, descrito en el apartado anterior, con las variables genéricas Field 1, Field 2, ..., Field 10. Dichas acciones se usaran más adelante en las plantillas de alertas que son las que asocian una condición sobre un dato a una acción concreta.
+A continuación se detallan los campos que hay que rellenar:

+ + Name: El nombre de la acción.
+ Group: El grupo de la acción.
+ Command: En este campo se define el comando que se usará en el caso de que se ejecute la alerta. Se puede elegir entre los diferntes Comandos que hay definidos en Pandora. Dependiendo del comando elegido nos aparecerán unos campos a rellenar u otros.
+ Threshold: El umbral de ejecución de la acción.
+ Command Preview: En este campo, no editable, aparecerá automáticamente el comando que se va a ejecutar en el sistema.
+ Field X: En estos campos se define el valor de las macros _field1_ a _field10_, que se usarán en el comando, en caso de ser necesario. Estos campos pueden ser un campo de texto o un combo de selección si se configura. Dependiendo del comando seleccionado apareceran un numero de campos a rellenar según sea necesario o no. Por ejemplo:

+ +Para el comando de los emails únicamente esta configurado el _field1_ (Destination address), _field2_ (Subject) y _field3_ (Mensaje)

+ +A la hora de crear la acción podemos definir únicamente estos 3 campos. Dentro de esos campos podemos configurar las macros que abajo se indican. +

+ '550px')); ?> +

+
+ +

+Las siguientes macros están disponibles: +

+ +

+Ejemplo: Error en el agente _agent_: _alert_description_ +

+