{% extends "base_project.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 alert when a check goes down, and resolve it when a check goes back up.

Setup Guide

Log into your PagerTree account, navigate to the Integrations page. Then click the New Integration button and select the Healthchecks logo.

Click create integration button

In the New Integration Form, fill out the details with appropriate values. Then click the Create button.

Create Healthchecks.io integration with details

Copy the Endpoint URL 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 %}