This commit is contained in:
Pēteris Caune 2018-05-17 19:43:39 +03:00
parent 3fc84ca0ff
commit cdf39a88eb
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

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"),