{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Integrations - healthchecks.io{% endblock %} {% block content %}
{% if channels %} {% for ch in channels %} {% endfor %} {% endif %}
Type Value Assigned Checks Last Notification
{% if ch.kind == "email" %} Email {% endif %} {% if ch.kind == "webhook" %} Webhook {% endif %} {% if ch.kind == "slack" %} Slack {% endif %} {% if ch.kind == "hipchat" %} HipChat {% endif %} {% if ch.kind == "pd" %} PagerDuty {% endif %} {% if ch.kind == "po" %} Pushover {% endif %} {% if ch.kind == "victorops" %} VictorOps {% endif %} {% if ch.kind == "email" %} to {% endif %} {% if ch.kind == "pd" %} API key {% endif %} {% if ch.kind == "po" %} user key {% endif %} {% if ch.kind == "victorops" %} Post URL {% endif %} {% if ch.kind == "po" %} {{ ch.po_value|first }} ({{ ch.po_value|last }} priority) {% else %} {{ ch.value }} {% endif %} {% if ch.kind == "email" and not ch.email_verified %} (unconfirmed) {% endif %} {{ ch.n_checks }} of {{ num_checks }} {% with n=ch.latest_notification %} {% if n %} {% if n.error %} Failed, {{ n.created|naturaltime }} {% else %} Delivered, {{ n.created|naturaltime }} {% endif %} {% else %} Never {% endif %} {% endwith %}

Add More

{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}