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

PagerDuty

{% if request.user.is_authenticated %}

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.

{% else %}

{% site_name %} is a free and open source service for monitoring your cron jobs, background processes and scheduled tasks. Before adding PagerDuty integration, please log into {% site_name %}:

{% csrf_token %}
@
{% endif %}

Setup Guide

1

After {% if request.user.is_authenticated %}{% else %}logging in and{% endif %} clicking on "Alert with PagerDuty", you will be asked to log into your PagerDuty account.

Screenshot
2

Next, PagerDuty will let set the name and escalation policy for this integration.

Screenshot
3

And that is all! You will then be redirected back to "Integrations" page on {% site_name %} and see the new integration!

Screenshot
{% endblock %}