forked from GithubBackups/healthchecks
parent
0f1abd3498
commit
77a5f11cf9
@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
- Add tighter parameter checks in hc.front.views.serve_doc
|
- Add tighter parameter checks in hc.front.views.serve_doc
|
||||||
|
- Update OpsGenie instructions (#450)
|
||||||
|
|
||||||
|
|
||||||
## v1.18.0 - 2020-12-09
|
## v1.18.0 - 2020-12-09
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 43 KiB |
BIN
static/img/integrations/setup_opsgenie_3.png
Normal file
BIN
static/img/integrations/setup_opsgenie_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
@ -10,8 +10,8 @@
|
|||||||
<h1>OpsGenie</h1>
|
<h1>OpsGenie</h1>
|
||||||
|
|
||||||
<p><a href="https://www.opsgenie.com/">OpsGenie</a> provides
|
<p><a href="https://www.opsgenie.com/">OpsGenie</a> provides
|
||||||
alerting, on-call scheduling, escalation policies and incident tracking.
|
alerting, on-call scheduling, escalation policies, and incident tracking.
|
||||||
You can can integrate it with your {{ site_name }} account in few
|
You can integrate it with your {{ site_name }} account in a few
|
||||||
simple steps.</p>
|
simple steps.</p>
|
||||||
|
|
||||||
<h2>Setup Guide</h2>
|
<h2>Setup Guide</h2>
|
||||||
@ -20,14 +20,9 @@
|
|||||||
<span class="step-no"></span>
|
<span class="step-no"></span>
|
||||||
<p>
|
<p>
|
||||||
Log into your OpsGenie account,
|
Log into your OpsGenie account,
|
||||||
go to <strong>Settings › Integration list</strong>,
|
select a team, and go to the team's
|
||||||
and add a new "API" integration.
|
<strong>Integrations › Add integration</strong> page.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
Give it a descriptive name, select its team, then
|
|
||||||
save the integration.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<img
|
<img
|
||||||
@ -39,10 +34,7 @@
|
|||||||
<div class="row ai-step">
|
<div class="row ai-step">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<span class="step-no"></span>
|
<span class="step-no"></span>
|
||||||
After adding the new integration, take note of its
|
Select <strong>API</strong> in the grid of offered integration types.
|
||||||
<strong>API Key</strong>, a long string
|
|
||||||
of letters and digits.
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<img
|
<img
|
||||||
@ -51,6 +43,26 @@
|
|||||||
src="{% static 'img/integrations/setup_opsgenie_2.png' %}">
|
src="{% static 'img/integrations/setup_opsgenie_2.png' %}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row ai-step">
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<span class="step-no"></span>
|
||||||
|
<p>The integration needs a <strong>Create and Update Access</strong>
|
||||||
|
permission, make sure it is <strong>checked</strong>.
|
||||||
|
</p>The integration does not need the <strong>Read Access</strong> and
|
||||||
|
<strong>Delete Access</strong> checkboxes – make sure they are
|
||||||
|
<strong>unchecked</strong>.
|
||||||
|
</p>
|
||||||
|
<p>Give the integration a descriptive name,
|
||||||
|
take note of its <strong>API Key</strong>, then save the integration.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6">
|
||||||
|
<img
|
||||||
|
class="ai-guide-screenshot"
|
||||||
|
alt="Screenshot"
|
||||||
|
src="{% static 'img/integrations/setup_opsgenie_3.png' %}">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row ai-step">
|
<div class="row ai-step">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user