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

OpsGenie

OpsGenie provides alerting, on-call scheduling, escalation policies, and incident tracking. You can integrate it with your {{ site_name }} account in a few simple steps.

Setup Guide

Log into your OpsGenie account, select a team, and go to the team's Integrations › Add integration page.

Screenshot
Select API in the grid of offered integration types.
Screenshot

The integration needs a Create and Update Access permission, make sure it is checked.

The integration does not need the Read Access and Delete Access checkboxes – make sure they are unchecked.

Give the integration a descriptive name, take note of its API Key, then save the integration.

Screenshot

Paste the API Key down below, and make sure the correct service region is selected. Save the integration, and you are done!

Integration Settings

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