diff --git a/static/img/integrations/setup_pagertree_1.png b/static/img/integrations/setup_pagertree_1.png new file mode 100644 index 00000000..9d727d03 Binary files /dev/null and b/static/img/integrations/setup_pagertree_1.png differ diff --git a/static/img/integrations/setup_pagertree_2.png b/static/img/integrations/setup_pagertree_2.png new file mode 100644 index 00000000..601c3bd4 Binary files /dev/null and b/static/img/integrations/setup_pagertree_2.png differ diff --git a/static/img/integrations/setup_pagertree_3.png b/static/img/integrations/setup_pagertree_3.png new file mode 100644 index 00000000..def22558 Binary files /dev/null and b/static/img/integrations/setup_pagertree_3.png differ diff --git a/templates/integrations/add_pagertree.html b/templates/integrations/add_pagertree.html index f3d161c9..33fe3d94 100644 --- a/templates/integrations/add_pagertree.html +++ b/templates/integrations/add_pagertree.html @@ -6,41 +6,88 @@ {% 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.

- -

Integration Settings

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

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 %}