{% 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

Make note of the routing key. If this team schedule does not already have a routing key, click Setup Routing or go to Integrations and scroll to the bottom to create a routing rule and routing key for this team.

3 Go to Settings > Integrations and click on REST Endpoint. Make note of the Post URL.
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 %}