[PR #40] [MERGED] Add VictorOps integration #876

Closed
opened 2026-02-25 23:44:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/40
Author: @ssunagari
Created: 2/3/2016
Status: Merged
Merged: 2/4/2016
Merged by: @cuu508

Base: masterHead: master


📝 Commits (1)

  • 0ff2f1a Add VictorOps integration

📊 Changes

15 files changed (+179 additions, -2 deletions)

View changed files

📝 hc/api/admin.py (+2 -0)
hc/api/migrations/0024_auto_20160203_2227.py (+20 -0)
📝 hc/api/models.py (+4 -1)
📝 hc/api/tests/test_notify.py (+12 -0)
📝 hc/api/transports.py (+13 -0)
📝 hc/front/tests/test_add_channel.py (+1 -1)
📝 hc/front/urls.py (+1 -0)
📝 hc/front/views.py (+5 -0)
static/img/integrations/setup_victorops_1.png (+0 -0)
static/img/integrations/setup_victorops_2.png (+0 -0)
static/img/integrations/setup_victorops_3.png (+0 -0)
static/img/integrations/victorops.png (+0 -0)
📝 templates/front/channels.html (+11 -0)
templates/integrations/add_victorops.html (+105 -0)
templates/integrations/victorops_description.html (+5 -0)

📄 Description

We are evaluating a move from PagerDuty to VictorOps, and also looking at healthchecks.io, so having an integration was desirable... this is my first interaction with Python and Django so the effort consisted mostly of copy-paste-edit wherever obvious. Hope it's usable :-) Did functional testing on local machine with ./manage.py runserver to add an integration from the UI and ./manage.py sendalerts.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/40 **Author:** [@ssunagari](https://github.com/ssunagari) **Created:** 2/3/2016 **Status:** ✅ Merged **Merged:** 2/4/2016 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0ff2f1a`](https://github.com/healthchecks/healthchecks/commit/0ff2f1a9c711b9d153b1857b05295f23c7769fe9) Add VictorOps integration ### 📊 Changes **15 files changed** (+179 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/admin.py` (+2 -0) ➕ `hc/api/migrations/0024_auto_20160203_2227.py` (+20 -0) 📝 `hc/api/models.py` (+4 -1) 📝 `hc/api/tests/test_notify.py` (+12 -0) 📝 `hc/api/transports.py` (+13 -0) 📝 `hc/front/tests/test_add_channel.py` (+1 -1) 📝 `hc/front/urls.py` (+1 -0) 📝 `hc/front/views.py` (+5 -0) ➕ `static/img/integrations/setup_victorops_1.png` (+0 -0) ➕ `static/img/integrations/setup_victorops_2.png` (+0 -0) ➕ `static/img/integrations/setup_victorops_3.png` (+0 -0) ➕ `static/img/integrations/victorops.png` (+0 -0) 📝 `templates/front/channels.html` (+11 -0) ➕ `templates/integrations/add_victorops.html` (+105 -0) ➕ `templates/integrations/victorops_description.html` (+5 -0) </details> ### 📄 Description We are evaluating a move from PagerDuty to VictorOps, and also looking at healthchecks.io, so having an integration was desirable... this is my first interaction with Python and Django so the effort consisted mostly of copy-paste-edit wherever obvious. Hope it's usable :-) Did functional testing on local machine with `./manage.py runserver` to add an integration from the UI and `./manage.py sendalerts`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:44:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#876
No description provided.