From 8b628703dbda7b67a50336acd83b62017954908b Mon Sep 17 00:00:00 2001
From: mariopulido
+With this, if there is a word chain urgent or serious the module appear in warning state. +
+If we enable the Inverse interval checkbox, the module will change to the Critical status when the value doesnt match with the regular expression.
diff --git a/pandora_console/include/help/en/help_warning_status.php b/pandora_console/include/help/en/help_warning_status.php index 3681def00f..2dad129847 100644 --- a/pandora_console/include/help/en/help_warning_status.php +++ b/pandora_console/include/help/en/help_warning_status.php @@ -36,6 +36,12 @@ These field have two values: String and Inverse interval. Configuring them corre In the field String we will set a regular expression. When the data matchs with it, the module will turn into Warning status. ++With this, if there is a word chain error or fail the module appear in warning state. +
+If we enable the Inverse interval checkbox, the module will change to the Warning status when the value doesnt match with the regular expression.
diff --git a/pandora_console/include/help/es/help_critical_status.php b/pandora_console/include/help/es/help_critical_status.php index 1137c57cff..3a6823fa60 100644 --- a/pandora_console/include/help/es/help_critical_status.php +++ b/pandora_console/include/help/es/help_critical_status.php @@ -36,6 +36,12 @@ Estos campos tiene dos valores: Cadena e intervalo inverso. Configurandolos corr En el campo Cadena podremos poner una expresión regular para que cuando el dato del módulo coincida con ella, el módulo pase a estado Crítico. ++Con esto, si en la cadena existe la palabra urgent o serious el módulo aparecerá en estado warning. +
+Si activamos la casilla de intervalo inverso el módulo cambiará a estado Crítico cuando no coincida con la expresión regular.
diff --git a/pandora_console/include/help/es/help_warning_status.php b/pandora_console/include/help/es/help_warning_status.php index bd5a793c9d..a02b99780d 100644 --- a/pandora_console/include/help/es/help_warning_status.php +++ b/pandora_console/include/help/es/help_warning_status.php @@ -36,6 +36,12 @@ Estos campos tiene dos valores: Cadena e Intervalo inverso. Configurandolos corr En el campo Cadena podremos poner una expresión regular para que cuando el dato del módulo coincida con ella, el módulo pase a estado Warning. ++Con esto, si en la cadena existe la palabra error o fail el módulo aparecerá en estado warning. +
+Si activamos la casilla de intervalo inverso el módulo cambiará a estado Warning cuando no coincida con la expresión regular.