{% 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
{% 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 == "email" %} to {% endif %} {% if ch.kind == "pd" %} API key {% endif %} {% if ch.kind == "po" %} user key {% 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.checks.count }} of {{ num_checks }}

Add More

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