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

PagerTree

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

Setup Guide

1

Log into your PagerTree account, select the team you wish to add this integration to. Click the Integrations tab. Then click the + Integration button.

Click create integration button
2

In the Create Integration Form, fill out the details with apprpriate values, but most importantly make sure the Integration Type is set to Healthchecks.io. Then click the Create button.

Create Healthchecks.io integration with details
3

Copy the Webhook URL and paste it below. Save the integration, and you are done!

Copy the Webhook URL

Integration Settings

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