{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}PagerDuty Integration for {{ site_name }}{% endblock %} {% block content %}

PagerDuty

If your team uses PagerDuty, you can set up {{ site_name }} to create a PagerDuty incident when a check goes down, and resolve it when a check goes back up.

Setup Guide

Log into your PagerDuty account, go to Configuration > Services, and click on New Service.

Give it a descriptive name, and for Integration Type select Use our API directly.

Screenshot
After adding the new service, take note of its Integration Key, a long string of letters and digits.
Screenshot

Paste the Integration Key down below. Save the integration, and it's done!

Integration Settings

{% csrf_token %}
{% if form.value.errors %}
{{ form.value.errors|join:"" }}
{% endif %}
{% endblock %}