From 8b628703dbda7b67a50336acd83b62017954908b Mon Sep 17 00:00:00 2001 From: mariopulido Date: Fri, 11 Oct 2013 12:14:10 +0000 Subject: [PATCH] 2013-10-11 Mario Pulido * include/help/es/help_critical_status.php, include/help/es/help_warning_status.php, include/help/en/help_critical_status.php, include/help/en/help_warning_status.php: Added examples in help git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8894 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/help/en/help_critical_status.php | 6 ++++++ pandora_console/include/help/en/help_warning_status.php | 6 ++++++ pandora_console/include/help/es/help_critical_status.php | 6 ++++++ pandora_console/include/help/es/help_warning_status.php | 6 ++++++ 5 files changed, 31 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2b8d1fce73..4d108bed54 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-10-11 Mario Pulido + + * include/help/es/help_critical_status.php, + include/help/es/help_warning_status.php, + include/help/en/help_critical_status.php, + include/help/en/help_warning_status.php: Added examples in help + 2013-10-11 Ramon Novoa * extensions/ssh_gateway.php: Added a help tip to show invalid diff --git a/pandora_console/include/help/en/help_critical_status.php b/pandora_console/include/help/en/help_critical_status.php index cf62047ec2..cac2064528 100644 --- a/pandora_console/include/help/en/help_critical_status.php +++ b/pandora_console/include/help/en/help_critical_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 Critical status.

+
  • String:(urgent|serious)
  • + +

    +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.

    +
  • String:(error|fail)
  • + +

    +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.

    +
  • String:(urgent|serious)
  • + +

    +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.

    +
  • String:(error|fail)
  • + +

    +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.