{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}Add VictorOps - healthchecks.io{% endblock %} {% block content %}

VictorOps

VictorOps is another incident management system similar to PagerDuty. If you use or plan on using VitorOps, you can can integrate it with your healthchecks.io 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 healthchecks.io alerts.

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.

3 In the right hand side of Settings > Integrations page, select REST Endpoint, and click on Enable Integration.
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 %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}