This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Cleanup.
pull/178/head
Pēteris Caune
7 years ago
parent
3fc84ca0ff
commit
cdf39a88eb
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
hc/api/models.py
+ 0
- 2
hc/api/models.py
View File
@ -27,8 +27,6 @@ DEFAULT_GRACE = td(hours=1)
CHECK_KINDS
=
(
(
"
simple
"
,
"
Simple
"
)
,
(
"
cron
"
,
"
Cron
"
)
)
PING_KINDS
=
(
(
"
"
,
"
OK
"
)
,
(
"
fail
"
,
"
Fail
"
)
)
CHANNEL_KINDS
=
(
(
"
email
"
,
"
Email
"
)
,
(
"
webhook
"
,
"
Webhook
"
)
,
(
"
hipchat
"
,
"
HipChat
"
)
,
Write
Preview
Loading…
Cancel
Save