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

VictorOps

VictorOps is another incident management system similar to PagerDuty. If you use or plan on using VictorOps, you can can integrate it with your {% site_name %} account in few simple steps.

Setup Guide

1

Log into your VictorOps account, go to Settings > Schedules, and find or create the Team Schedule you would like to use for {% site_name %} alerts.

Screenshot
2

Go to Settings > Integrations and scroll to the bottom of the page. Choose an existing Routing Key or add a new one, and make note of it.

Screenshot
3 In the right hand side of Settings > Integrations page, select REST Endpoint, and click on Enable Integration.
Screenshot
4

Paste the Post URL from step 3 in the field below, being careful to replace $routing_key with your actual Routing Key from step 2. Save the integration, and it's done!

Integration Settings

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