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

2 After adding the new service, take note of its API key, a long string of letters and digits.
3

Paste the API key down below. Save the integration, and it's done!

Integration Settings

{% csrf_token %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}