Fixed the help in english about 'critical status'. TICKET: #2601

This commit is contained in:
mdtrooper 2015-08-21 11:52:20 +02:00
parent d23ebe2e24
commit ec8a65e728
1 changed files with 23 additions and 24 deletions

View File

@ -7,41 +7,40 @@
<h2>Numeric type modules</h2> <h2>Numeric type modules</h2>
<p> <p>These field have three values: Minimum, Maximum and Inverse interval.
These field have three values: Minimum, Maximum and Inverse interval. Configuring them correctly you will get that some values will show a module as critical status. Configuring them correctly you will get that some values will show a
</p> module as critical status.</p>
<p> <p>To understand better these options is better to see an example. The
To understand better these options is better to see an example. The CPU module will be always on green in the agent status , so it simply informs of a value between 0% and 100%. If we want that the module of CPU usage will be shown in red (critical) when they pass the 90% of its use. We should configure: CPU module will be always on green in the agent status , so it simply
</p> informs of a value between 0% and 100%. If we want that the module of
CPU usage will be shown in red (critical) when they pass the 90% of its
use. We should configure:</p>
<li>Critical Min:90</li> <li>Critical Min:90</li>
<li>Critical Max:0 (limitless)</li> <li>Critical Max:0 (limitless)</li>
<p> <p>With this, if its value is higher 90 it will be in yellow (CRITICAL),
With this, if its value is greater 90 it will be in yellow (CRITICAL), and under 90 in green (NORMAL). and under 90 in green (NORMAL). </p>
</p>
<p> <p>If we enable the Inverse interval checkbox, the module will change to
If we enable the Inverse interval checkbox, the module will change to Critical status when the value doesnt be between the setted interval. In the example when were below 90. Critical status when the value doesnt be between the setted interval. In
</p> the example when were below 90.</p>
<h2>String type modules</h2> <h2>String type modules</h2>
<p> <p>These field have two values: String and Inverse interval. Configuring
These field have two values: String and Inverse interval. Configuring them correctly you will get that some values will show a module as Critical status. them correctly you will get that some values will show a module as
</p> Critical status.</p>
<p> <p>In the field String we will set a regular expression. When the data
In the field String we will set a regular expression. When the data matchs with it, the module will turn into Critical status. matchs with it, the module will turn into Critical status.</p>
</p>
<li>String:(urgent|serious)</li> <li>String:(urgent|serious)</li>
<p> <p>With this, if there is a word chain urgent or serious the module
With this, if there is a word chain urgent or serious the module appear in warning state. appear in warning state.</p>
</p>
<p> <p>If we enable the Inverse interval checkbox, the module will change to
If we enable the Inverse interval checkbox, the module will change to the Critical status when the value doesnt match with the regular expression. the Critical status when the value doesnt match with the regular
</p> expression.</p>