{% 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 {{ ch.value }} {% if not ch.email_verified %} (unconfirmed) {% endif %} {% elif ch.kind == "pd" %} API key {{ ch.value }} {% elif ch.kind == "victorops" %} Post URL {{ ch.value }} {% elif ch.kind == "po" %} user key {{ ch.po_value|first }} ({{ ch.po_value|last }} priority) {% elif ch.kind == "webhook" %} {% if ch.value_down %} {% endif %} {% if ch.value_up %} {% endif %}
down  {{ ch.value_down }}
up  {{ ch.value_up }}
{% else %} {{ ch.value }} {% 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 %}