{% extends "base.html" %} {% load humanize static hc_extras %} {% block title %}Spike.sh Integration for {% site_name %}{% endblock %} {% block content %}

Spike.sh

If you are using Spike.sh, you can set up {% site_name %} to create a Spike.sh incident when a check goes down, and resolve it when a check goes back up.

Setup Guide

Log into your Spike.sh account and go to Integrations › New Integration. Select "Healthchecks" and click "Next".

Click create integration button

After you have created the integration, click on Copy Webhook.

Create Healthchecks.io integration with details

Copy the shown webhook 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 %}