{% extends "base.html" %} {% load compress humanize staticfiles 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

1

Log into your OpsGenie account, go to Integrations > Add New Integrations, and add the "API" integration.

Give it a descriptive name, then save the integration.

Screenshot
2 After adding the new integration, take note of its API key, a long string of letters and digits.
Screenshot
3

Paste the API key down below. Save the integration, and you are done!

Integration Settings

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