{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Integrations - {% site_name %}{% 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 Integration
Get an email message when check goes up or down.
Add Integration
Receive a HTTP callback when a check goes down.
Add Integration
On-call scheduling, alerting, and incident tracking.
Add Integration
Group and private chat, file sharing, and integrations.
Add Integration
On-call scheduling, alerting, and incident tracking.
Add Integration
Pushbullet connects your devices, making them feel like one.
Add Integration
Receive instant push notifications on your phone or tablet.
Add Integration
Your favorite service or notification method not listed?
Please file an issue on GitHub!