2013-10-11 Mario Pulido <mario.pulido@artica.es>

* 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
This commit is contained in:
mariopulido 2013-10-11 12:14:10 +00:00
parent 6f9d69a8f7
commit 8b628703db
5 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2013-10-11 Mario Pulido <mario.pulido@artica.es>
* 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 <rnovoa@artica.es> 2013-10-11 Ramon Novoa <rnovoa@artica.es>
* extensions/ssh_gateway.php: Added a help tip to show invalid * extensions/ssh_gateway.php: Added a help tip to show invalid

View File

@ -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. In the field String we will set a regular expression. When the data matchs with it, the module will turn into Critical status.
</p> </p>
<li>String:(urgent|serious)</li>
<p>
With this, if there is a word chain urgent or serious the module appear in warning state.
</p>
<p> <p>
If we enable the Inverse interval checkbox, the module will change to the Critical status when the value doesnt match with the regular expression. If we enable the Inverse interval checkbox, the module will change to the Critical status when the value doesnt match with the regular expression.
</p> </p>

View File

@ -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. In the field String we will set a regular expression. When the data matchs with it, the module will turn into Warning status.
</p> </p>
<li>String:(error|fail)</li>
<p>
With this, if there is a word chain error or fail the module appear in warning state.
</p>
<p> <p>
If we enable the Inverse interval checkbox, the module will change to the Warning status when the value doesnt match with the regular expression. If we enable the Inverse interval checkbox, the module will change to the Warning status when the value doesnt match with the regular expression.
</p> </p>

View File

@ -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. 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.
</p> </p>
<li>String:(urgent|serious)</li>
<p>
Con esto, si en la cadena existe la palabra urgent o serious el módulo aparecerá en estado warning.
</p>
<p> <p>
Si activamos la casilla de intervalo inverso el módulo cambiará a estado Crítico cuando no coincida con la expresión regular. Si activamos la casilla de intervalo inverso el módulo cambiará a estado Crítico cuando no coincida con la expresión regular.
</p> </p>

View File

@ -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. 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.
</p> </p>
<li>String:(error|fail)</li>
<p>
Con esto, si en la cadena existe la palabra error o fail el módulo aparecerá en estado warning.
</p>
<p> <p>
Si activamos la casilla de intervalo inverso el módulo cambiará a estado Warning cuando no coincida con la expresión regular. Si activamos la casilla de intervalo inverso el módulo cambiará a estado Warning cuando no coincida con la expresión regular.
</p> </p>