|
@ -32,6 +32,11 @@ intervals: once an hour, once a day, once a week.</p> |
|
|
is late. Use this parameter to account for small, expected deviations in job |
|
|
is late. Use this parameter to account for small, expected deviations in job |
|
|
execution times.</li> |
|
|
execution times.</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
<p>Note: if you use the "start" signal to <a href="../measuring_script_run_time/">measure job run times</a>, |
|
|
|
|
|
then Grace Time also specifies how long the job is expected to run. Whenever SITE_NAME |
|
|
|
|
|
receives a "start" signal, it expects to receive a subsequent "success" signal |
|
|
|
|
|
within Grace Time. If the success signal does not arrive within the configured |
|
|
|
|
|
Grace Time, SITE_NAME will mark the check as failed and send out alerts.</p> |
|
|
<h2>Cron Schedules</h2> |
|
|
<h2>Cron Schedules</h2> |
|
|
<p>Use "cron" for monitoring processes with more complex schedules. This monitoring mode |
|
|
<p>Use "cron" for monitoring processes with more complex schedules. This monitoring mode |
|
|
ensures that jobs run <strong>at the correct time</strong>, and not just at correct time intervals.</p> |
|
|
ensures that jobs run <strong>at the correct time</strong>, and not just at correct time intervals.</p> |
|
|