{% extends "base_project.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 page and click Add integration.

Screenshot
Select API in the grid of offered integration types.
Screenshot
Give the integration a descriptive name.
Screenshot

Copy the displayed API key, then click on Turn on integration.

Screenshot

Paste the API key in the form 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 %}