Added help to SNMP alert position
This commit is contained in:
parent
aa11d9e50c
commit
8eb41da69c
|
@ -857,7 +857,10 @@ if ($create_alert || $update_alert) {
|
|||
break;
|
||||
}
|
||||
echo '</td></tr>';
|
||||
echo '<tr><td class="datos">' . __('Position') . '</td><td class="datos">';
|
||||
echo '<tr><td class="datos">' . __('Position') .
|
||||
ui_print_help_icon ("snmp_alert_position", true) .
|
||||
'</td><td class="datos">';
|
||||
|
||||
html_print_input_text ("position", $position, '', 3);
|
||||
echo '</td></tr>';
|
||||
echo '</table>';
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/*
|
||||
* @package Include /help/en
|
||||
*/
|
||||
?>
|
||||
|
||||
<h1>Alert SNMP position</h1>
|
||||
|
||||
<p>The alerts with a lower position are evaluated first. If several alerts match with a trap, all matched alerts with same position will be thrown. Although lower position alerts match with the trap, they will not be thrown.</p>
|
||||
|
||||
<p>As a general rule, you have to set more restrictive alerts with lower positions.</p>
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/*
|
||||
* @package Include /help/en
|
||||
*/
|
||||
?>
|
||||
|
||||
<h1>Alert SNMP position</h1>
|
||||
|
||||
<p>Las alertas con menor posición se evalúan primero. Si hay varias alertas con la misma posición que coinciden con el trap, se lanzarán todas las alertas coincidentes con la misma posición. Las de menor posición, aunque coincidan, no se lanzarán.</p>
|
||||
|
||||
<p>Como regla genereal, las alertas más restrictivas deben tener una posición menor</p>
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/*
|
||||
* @package Include /help/en
|
||||
*/
|
||||
?>
|
||||
|
||||
<h1>Alert SNMP position</h1>
|
||||
|
||||
<p>The alerts with a lower position are evaluated first. If several alerts match with a trap, all matched alerts with same position will be thrown. Although lower position alerts match with the trap, they will not be thrown.</p>
|
||||
|
||||
<p>As a general rule, you have to set more restrictive alerts with lower positions.</p>
|
Loading…
Reference in New Issue