{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}{{ check|down_title }}{% endblock %} {% block content %}
Your new check is ready! You can now give it a name or set its schedule.
Keep this check up by making HTTP requests to this URL:
{{ check.url }}
{% if check.subject %} Or by sending emails with "{{ check.subject }}" in the subject line to this address: {% else %} Or by sending emails to this address: {% endif %}
{{ check.email }}
You can also explicitly signal a failure and measure job execution time.
{% include "front/log_status_text.html" %} |
|
{% include "front/details_downtimes.html" %} |
Period |
{{ check.timeout|hc_duration }}
(Expected time between pings)
|
{% elif check.kind == "cron" %}
Cron Expression | {{ check.schedule }} | {% endif %}
---|---|---|---|
Time Zone | {{ check.tz }} | ||
Grace Time |
{{ check.grace|hc_duration }}
(When a check is late, how long to wait until an alert is sent)
|
{% if channel in check.channel_set.all %}ON{% else %}OFF{% endif %} | {{ channel }} |
---|
Transfer to a different project, or permanently remove this check.