Skip to content

Commit

Permalink
HipChat setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cuu508 committed Oct 5, 2015
1 parent 3461817 commit 69001ab
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 7 deletions.
Binary file added static/img/integrations/setup_hipchat_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/integrations/setup_hipchat_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/integrations/setup_hipchat_3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/front/channels.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load compress humanize staticfiles hc_extras %}

{% block title %}Notification Channels - healthchecks.io{% endblock %}
{% block title %}Integrations - healthchecks.io{% endblock %}


{% block content %}
Expand Down
52 changes: 50 additions & 2 deletions templates/integrations/add_hipchat.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,55 @@
<div class="col-sm-12">
<h1>HipChat</h1>

<p>Group and private chat, file sharing, and integrations.</p>
<p>If your team uses <a href="https://www.hipchat.com/">HipChat</a>,
you can set up healthchecks.io to post status updates directly to an
appropriate HipChat room.</p>

<h2>Setup Guide</h2>
<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no">1</span>
Log into your HipChat account and
pick an appropriate room. From the options menu
select <strong>Integrations...</strong>
</div>
<div class="col-sm-6">
<img
class="ai-guide-screenshot"
src="{% static 'img/integrations/setup_hipchat_1.png' %}">
</div>
</div>
<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no">2</span>
<p>
From the list of available integrations, select
<strong>Build Your Own</strong>. It's at the very top.
</p>
<p>
Give it a descriptive name
and click <strong>Create</strong>.
</p>
</div>
<div class="col-sm-6">
<img
class="ai-guide-screenshot"
src="{% static 'img/integrations/setup_hipchat_2.png' %}">
</div> </div>

<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no">3</span>
<p>Copy the displayed <strong>URL</strong> and paste it down below.</p>
<p>Save the integration, and it's done!</p>
</div>
<div class="col-sm-6">
<img
class="ai-guide-screenshot"
src="{% static 'img/integrations/setup_hipchat_3.png' %}">
</div>
</div>


<h2>Integration Settings</h2>

Expand All @@ -18,7 +66,7 @@ <h2>Integration Settings</h2>
<input type="hidden" name="kind" value="hipchat" />
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Callback URL</label>
<div class="col-sm-3">
<div class="col-sm-10">
<input type="text" class="form-control" name="value" placeholder="">
</div>
</div>
Expand Down
5 changes: 1 addition & 4 deletions templates/integrations/add_slack.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,14 @@ <h2>Setup Guide</h2>
</div>
</div>




<h2>Integration Settings</h2>

<form method="post" class="form-horizontal" action="{% url 'hc-add-channel' %}">
{% csrf_token %}
<input type="hidden" name="kind" value="slack" />
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Callback URL</label>
<div class="col-sm-3">
<div class="col-sm-10">
<input type="text" class="form-control" name="value" placeholder="">
</div>
</div>
Expand Down

0 comments on commit 69001ab

Please sign in to comment.