mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #40] [MERGED] Add VictorOps integration #876
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#876
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
0ff2f1aAdd 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 runserverto 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.