Browse Source

copy changes tp spike.sh integration page

pull/398/head
Divyansh 4 years ago
parent
commit
5a5847fb5e
3 changed files with 30 additions and 10 deletions
  1. BIN
      static/img/integrations/setup_spike_3.png
  2. +3
    -2
      templates/front/channels.html
  3. +27
    -8
      templates/integrations/add_spike.html

BIN
static/img/integrations/setup_spike_3.png View File

Before After
Width: 659  |  Height: 233  |  Size: 46 KiB

+ 3
- 2
templates/front/channels.html View File

@ -260,7 +260,7 @@
<img src="{% static 'img/integrations/pagertree.png' %}" class="icon" alt="PagerTree icon" />
<h2>PagerTree</h2>
<p>No BS Incident management with unlimited alerts and on-call schedules</p>
<p>Incident Management - On-Call Schedules, Alerts, &amp; Notifications</p>
<a href="{% url 'hc-add-pagertree' project.code %}" class="btn btn-primary">Add Integration</a>
</li>
@ -362,7 +362,8 @@
<img src="{% static 'img/integrations/spike.png' %}" class="icon" alt="Spike.sh icon" />
<h2>Spike.sh</h2>
<p>Incident Management - On-Call Schedules, Alerts, &amp; Notifications</p>
<p>No BS Incident management with unlimited alerts and on-call schedules</p>
<a href="{% url 'hc-add-spike' project.code %}" class="btn btn-primary">Add Integration</a>
</li>


+ 27
- 8
templates/integrations/add_spike.html View File

@ -9,9 +9,8 @@
<div class="col-sm-12">
<h1>Spike.sh</h1>
<p>If your team uses <a href="https://spike.sh">Spike.sh</a>,
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.</p>
<p>If you are using <a href="https://spike.sh">Spike.sh</a>, make sure to please copy the Healthchecks webhook
and paste it here. Read through the instructions.</p>
<h2>Setup Guide</h2>
@ -19,8 +18,9 @@
<div class="col-sm-6">
<span class="step-no"></span>
<p>
Log into your Spike account, click the <strong>Integrations</strong> tab.
Then click the <strong>Create Integration</strong> button.
Create a <strong>Healthchecks</strong> integration by clicking on <a
href="https://app.spike.sh/integrations/new">add
integration</a> on Spike.sh’s dashboard.
</p>
</div>
<div class="col-sm-6">
@ -36,9 +36,8 @@
<div class="col-sm-6">
<span class="step-no"></span>
<p>
Copy the <strong>Endpoint address</strong> and paste it
in the form below.
Save the integration, and you are done!
After you have created the integration, click on copy webhook.
</p>
</div>
<div class="col-sm-6">
@ -47,6 +46,26 @@
</div>
</div>
<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no"></span>
<p>
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.
</p>
</div>
<div class="col-sm-6">
<div class="marker-wrap">
<span style="left: 32%; top: 59%;" class="marker"></span>
<img class="ai-guide-screenshot" alt="Copy the Webhook URL"
src="{% static 'img/integrations/setup_spike_3.png' %}">
</div>
</div>
</div>
<h2>Integration Settings</h2>
<form method="post" class="form-horizontal">


Loading…
Cancel
Save