diff --git a/pandora_console/include/help/en/help_critical_status.php b/pandora_console/include/help/en/help_critical_status.php index cac2064528..c2bb53acb2 100644 --- a/pandora_console/include/help/en/help_critical_status.php +++ b/pandora_console/include/help/en/help_critical_status.php @@ -7,41 +7,40 @@
-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. -
+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.
--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: -
+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:
-With this, if its value is greater 90 it will be in yellow (CRITICAL), and under 90 in green (NORMAL). -
+With this, if its value is higher 90 it will be in yellow (CRITICAL), +and under 90 in green (NORMAL).
--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. -
+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.
-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. -
+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.
--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.
-With this, if there is a word chain urgent or serious the module appear in warning state. -
+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. -
+If we enable the Inverse interval checkbox, the module will change to +the Critical status when the value doesnt match with the regular +expression.