{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Integrations - healthchecks.io{% endblock %} {% block content %}
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 == "pushbullet" %} Pushbullet {% 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 == "slack" %}
{% if ch.slack_team %}
team
{{ ch.slack_team }},
channel
{{ ch.slack_channel }}
{% else %}
{{ ch.value }}
{% endif %}
{% elif ch.kind == "webhook" %}
|
{{ 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 %} |
A messaging app for teams.
Add IntegrationGet an email message when check goes up or down.
Add IntegrationReceive a HTTP callback when a check goes down.
Add IntegrationOn-call scheduling, alerting, and incident tracking.
Add IntegrationGroup and private chat, file sharing, and integrations.
Add IntegrationOn-call scheduling, alerting, and incident tracking.
Add IntegrationPushbullet connects your devices, making them feel like one.
Add IntegrationReceive instant push notifications on your phone or tablet.
Add Integration
Your favorite service or notification method not listed?
Please file an issue on GitHub!