{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Add PagerDuty - {% site_name %}{% endblock %} {% block content %}

PagerDuty

PagerDuty is a well-known incident management system. It provides alerting, on-call scheduling, escalation policies and incident tracking. If you use or plan on using PagerDuty, you can can integrate it with your {% site_name %} account in few simple steps.

Setup Guide

1

Log into your PagerDuty account, go to Configuration > Services, and click on Add 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 %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}