Revision a574b960
Added by Alexander Wilke almost 14 years ago
usr/local/www/system_gateways_edit.php | ||
---|---|---|
445 | 445 |
<?=gettext("To");?> |
446 | 446 |
<input name="latencyhigh" type="text" class="formfld unknown" id="latencyhigh" size="2" |
447 | 447 |
value="<?=htmlspecialchars($pconfig['latencyhigh']);?>"> |
448 |
<br> <span class="vexpl"><?=gettext("These define the low and high water marks for latency in milliseconds.");?></span></td> |
|
448 |
<br> <span class="vexpl"><?=gettext("These define the low and high water marks for latency in milliseconds. Default is 100/200.");?></span></td>
|
|
449 | 449 |
</td> |
450 | 450 |
</tr> |
451 | 451 |
<tr> |
... | ... | |
457 | 457 |
<?=gettext("To");?> |
458 | 458 |
<input name="losshigh" type="text" class="formfld unknown" id="losshigh" size="2" |
459 | 459 |
value="<?=htmlspecialchars($pconfig['losshigh']);?>"> |
460 |
<br> <span class="vexpl"><?=gettext("These define the low and high water marks for packet loss in %.");?></span></td> |
|
460 |
<br> <span class="vexpl"><?=gettext("These define the low and high water marks for packet loss in %. Default is 10/20.");?></span></td>
|
|
461 | 461 |
</td> |
462 | 462 |
</tr> |
463 | 463 |
<tr> |
... | ... | |
465 | 465 |
<td width="78%" class="vtable"> |
466 | 466 |
<input name="down" type="text" class="formfld unknown" id="down" size="2" |
467 | 467 |
value="<?=htmlspecialchars($pconfig['down']);?>"> |
468 |
<br> <span class="vexpl"><?=gettext("This defines the down time for the alarm to fire, in seconds.");?></span></td>
|
|
468 |
<br> <span class="vexpl"><?=gettext("This defines the down time for the alarm to fire in seconds. Default is 10.");?></span></td>
|
|
469 | 469 |
</td> |
470 | 470 |
</tr> |
471 | 471 |
<tr> |
... | ... | |
473 | 473 |
<td width="78%" class="vtable"> |
474 | 474 |
<input name="interval" type="text" class="formfld unknown" id="interval" size="2" |
475 | 475 |
value="<?=htmlspecialchars($pconfig['interval']);?>"> |
476 |
<br> <span class="vexpl"><?=gettext("This defines the frequency in seconds that an icmp probe will be sent. Default is 1 second.");?></span></td>
|
|
476 |
<br> <span class="vexpl"><?=gettext("This defines the frequency that an icmp probe will be sent in seconds. Default is 1.");?></span></td>
|
|
477 | 477 |
</td> |
478 | 478 |
</tr> |
479 | 479 |
</table> |
Also available in: Unified diff
Add default values for latency, packet loss, down on GUI