Documentation: update limits for grace time as well.

This commit is contained in:
Pēteris Caune 2018-03-19 16:11:18 +02:00
parent f4bc44b45e
commit 9703f411f7
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -169,7 +169,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
<td> <td>
<p>number, optional, default value: {{ default_grace }}.</p> <p>number, optional, default value: {{ default_grace }}.</p>
<p>A number of seconds, the grace period for this check.</p> <p>A number of seconds, the grace period for this check.</p>
<p>Minimum: 60 (one minute), maximum: 604800 (one week).</p> <p>Minimum: 60 (one minute), maximum: 2592000 (30 days).</p>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -302,7 +302,7 @@ To create a "cron" check, specify the "schedule" and "tz" parameters.
<td> <td>
<p>number, optional.</p> <p>number, optional.</p>
<p>A number of seconds, the grace period for this check.</p> <p>A number of seconds, the grace period for this check.</p>
<p>Minimum: 60 (one minute), maximum: 604800 (one week).</p> <p>Minimum: 60 (one minute), maximum: 2592000 (30 days).</p>
</td> </td>
</tr> </tr>
<tr> <tr>