From 1ac837a1b224b01ac377f0a2c91cb1bec2aae7b0 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Fri, 14 Sep 2018 11:40:23 +0200 Subject: [PATCH] Improved the linked visual console status help --- .../help/en/help_linked_map_status_calc.php | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pandora_console/include/help/en/help_linked_map_status_calc.php b/pandora_console/include/help/en/help_linked_map_status_calc.php index 40c5682d7a..96602eb262 100644 --- a/pandora_console/include/help/en/help_linked_map_status_calc.php +++ b/pandora_console/include/help/en/help_linked_map_status_calc.php @@ -3,34 +3,34 @@ * @package Include/help/es */ ?> -

Formas de calcular el estado de la consola visual enlazada

+

Ways to calculate the status of the linked visual console

-

Por defecto

+

By Default

- Calcula el estado a partir del estado de todos los elementos, como lo haría un agente. + It calculates the status based on the status of all elements, as an agent would do.

-

Por peso

+

By weight

- Calcula el estado de los elementos que tienen asignados una consola visual, un módulo o un agente en relación a un porcentaje de elementos configurado por el usuario. Este porcentaje es el que tiene que superar el número de elementos de un estado no normal respecto al número de elementos tenidos en cuenta en el cálculo para que el ese estado cambie. + It calculates the status of the elements that have a visual console, a module or an agent assigned in relation to a percentage of elements configured by the user. This percentage is the one that has to exceed the number of elements of a non-normal status with respect to the number of elements taken into account in the calculation for that status to change.

- Por ejemplo, dado un elemento con un porcentaje del 50% y una consola visual enlazada con 5 elementos: + For example, given an element with a percentage of 50% and a visual console linked with 5 elements:

- Si varios estados superan el peso, la prioridad es igual que en el resto de cálculo de estados (critical > warning > unknown). Si no hay elementos para realizar el cálculo, el estado pasa a ser unknown. + If several statuses exceed the weight, the priority is the same as in the rest of the status calculation (critical > warning > unknown). If there are no elements to perform the calculation, the status becomes unknown.

-

Por elementos críticos

+

By critical elements

- Calcula el estado usando los elementos en estado critical y los porcentajes de los umbrales definidos por el usuario. Si el número de los elementos en estado critical respecto al número de elementos tenidos en cuenta en el cálculo supera el porcentaje asignado como warning, el estado pasa a ser warning. Lo mismo para el porcentaje asignado como critical, que además tiene preferencia. + It calculates the status using the elements in critical status and the percentages of the thresholds defined by the user. If the number of elements in critical status with respect to the number of elements taken into account in the calculation exceeds the percentage assigned as warning, the status becomes warning. The same applies to the percentage assigned as critical, which also has preference.