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

OpsGenie

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

Setup Guide

Log into your OpsGenie account, go to Settings > Integration list, and add a new "API" integration.

Give it a descriptive name, select its team, then save the integration.

Screenshot
After adding the new integration, take note of its API Key, a long string of letters and digits.
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 %}