{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}PagerTree Integration for {{ 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

Log into your PagerTree account, click the Integrations tab. Then click the Create Integration button.

Click create integration button

In the Create Integration Form, fill out the details with appropriate 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

Copy the Endpoint address and paste it in the form 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 %}