{% 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, make sure to please copy the Healthchecks webhook and paste it here. Read through the instructions.

Setup Guide

Create a Healthchecks integration by clicking on add integration on Spike.sh’s dashboard.

Click create integration button

After you have created the integration, click on copy webhook.

Create Healthchecks.io integration with details

This modal with the details for the webhook will show up. Copy that webhook and paste it below. Make sure you have Healthchecks integration’s webhook so Spike.sh can create and resolve incidents automatically.

Copy the Webhook URL

Integration Settings

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