summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
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:47:21 -0400
commit94744c271070bfef6bdf0495120b5c2abce371c3 (patch)
treec97fe797a91a0da6feaf928799db5ac3d99381eb /usr/local/www/system_gateways_edit.php
parent6870b5cebe6e962e7f02b83a7aa932d62a2ecf37 (diff)
downloadpfsense-94744c271070bfef6bdf0495120b5c2abce371c3.zip
pfsense-94744c271070bfef6bdf0495120b5c2abce371c3.tar.gz
Correct gateway down/probe interval text.
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-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