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

Spike.sh

If your team uses 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 account, click the Integrations tab. Then click the Create Integration button.

Click create integration button

Copy the Endpoint address and paste it in the form below. Save the integration, and you are done!

Create Healthchecks.io integration with details

Integration Settings

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