{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}Integrations - {% site_name %}{% endblock %} {% block content %}
Type | Value | Assigned Checks | Last Notification | ||
---|---|---|---|---|---|
{{ ch.get_kind_display }} | {% if ch.kind == "email" %} to {{ ch.value }} {% if not ch.email_verified %} {% if ch.latest_notification and ch.latest_notification.error %} (bounced, disabled) {% else %} (unconfirmed) {% endif %} {% endif %} {% elif ch.kind == "pd" %} {% if ch.pd_account %} account {{ ch.pd_account}}, {% endif %} service key {{ ch.pd_service_key }} {% elif ch.kind == "pagertree" %} URL {{ ch.value }} {% elif ch.kind == "opsgenie" %} 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" %} {% if ch.url_down %} down {{ ch.url_down }} {% endif %} {% if ch.url_up and not ch.url_down %} up {{ ch.url_up }} {% endif %} {% if ch.url_up or ch.post_data or ch.headers %} (details) {% endif %} {% elif ch.kind == "pushbullet" %} API key {{ ch.value }} {% elif ch.kind == "discord" %} {{ ch.discord_webhook_id }} {% elif ch.kind == "telegram" %} {% if ch.telegram_type == "group" %} chat {% elif ch.telegram_type == "private" %} user {% endif %} {{ ch.telegram_name }} {% elif ch.kind == "hipchat" %} {{ ch.hipchat_webhook_url }} {% elif ch.kind == "zendesk" %} {{ ch.zendesk_subdomain }}.zendesk.com {% elif ch.kind == "sms" %} {% if ch.sms_label %} {{ ch.sms_label }} ({{ ch.sms_number }}) {% else %} {{ ch.sms_number }} {% endif %} {% elif ch.kind == "trello" %} board {{ ch.trello_board_list|first }}, list {{ ch.trello_board_list|last }} {% 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 %}
{% if ch.kind == "sms" %}
Used {{ profile.sms_sent_this_month }} of {{ profile.sms_limit }} sends this month. {% endif %} {% endwith %} |
A messaging app for teams.
Add IntegrationGet an email message when a check goes up or down.
Add IntegrationGet a text message to your phone when a check goes down.
Add IntegrationReceive a HTTP callback when a check goes down.
Add IntegrationReceive instant push notifications on your phone or tablet.
Add IntegrationPushbullet connects your devices, making them feel like one.
Add IntegrationA messaging app with a focus on speed and security.
Add IntegrationOn-call scheduling, alerting, and incident tracking.
Add IntegrationDevOps Incident Management - On-Call Schedules, Alerts, & Notifications
Add IntegrationGroup and private chat, file sharing, and integrations.
Add IntegrationOn-call scheduling, alerting, and incident tracking.
Add IntegrationCross-platform voice and text chat app designed for gamers.
Add IntegrationAlerting & Incident Management Solution for Dev & Ops.
Add IntegrationCreate a Zendesk support ticket when a check goes down.
Add IntegrationCreate a Trello card when a check goes down.
Add Integration
Your favorite service or notification method not listed?
Please file an issue on GitHub!