summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-19 08:43:57 -0400
committerjim-p <jimp@pfsense.org>2013-06-19 08:45:16 -0400
commit94fb9f2d97fe3b2a2cbcc53a943d93946943fbc5 (patch)
treef96f9890ad7cddba4f6da8c914c59b9f77c5dc78 /usr
parentb7d6c7f6bba0e0b0dd0b1b33c0ff8457cba49cd3 (diff)
downloadpfsense-94fb9f2d97fe3b2a2cbcc53a943d93946943fbc5.zip
pfsense-94fb9f2d97fe3b2a2cbcc53a943d93946943fbc5.tar.gz
Correct gateway down/probe interval text.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index c52180b..54aead3 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -645,7 +645,7 @@ function monitor_change() {
<tr>
<td colspan="2">
<?= gettext("The Frequency Probe interval must be less than the Down time, otherwise the gateway will seem to go down then come up again at the next probe."); ?><br/><br/>
- <?= gettext("The total time before a gateway is down is the product of the Frequency Probe and the Down fields. By default this is 1*10=10 seconds."); ?><br/>
+ <?= gettext("The Down time defines the length of time before the gateway is marked as down, but the accuracy is controlled by the Frequency Probe value. For example, if your Down time is 40 seconds but on a 30 second frequency, only one probe would have to fail before the gateway is marked down at the 40 second mark. By default, the gateway is considered down after 10 seconds, and the probe interval is 1 second, so 10 probes would have to fail before the gateway is marked down."); ?><br/>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud