{% extends "base_project.html" %} {% load compress humanize static hc_extras %} {% block title %}{{ check|down_title }}{% endblock %} {% block favicon %} {% if check.status == "down" %} {% else %} {% endif %} {% endblock %} {% block content %}
Copy created! This is a brand new check, with details copied over from your existing check. You might now want to update its name and tags.
Keep this check up by making HTTP {% if check.methods == "POST" %}POST{% endif %} requests to this URL:
{% if check.url %}{{ check.url }}
{% else %}
(unavailable, set name first)
{% endif %}
Ping by sending email:
{{ 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 }}
(The expected time between pings)
|
{% elif check.kind == "cron" %}
Cron Expression | {{ check.schedule }} | {% elif check.kind == "oncalendar" %}OnCalendar Expr. | {{ check.schedule|linebreaksbr }} | {% endif %}
---|---|---|---|---|---|
Time Zone | {{ check.tz }} | ||||
Grace Time |
{{ check.grace|hc_duration }}
(When a check is late, how long to wait to send an alert)
|
{% if channel in enabled_channels %}ON{% else %}OFF{% endif %} | {{ channel }} |
---|
{% if channel in enabled_channels %}ON{% else %}OFF{% endif %} | {{ channel }} |
---|
Copy, transfer, or permanently remove this check.