{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}Add PagerDuty - {% 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

1

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
2 After adding the new service, take note of its Integration Key, a long string of letters and digits.
Screenshot
3

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 %}