UI fixes - slack updates - allow notification bool - checkin updates

pull/106/head
Hunter Long 2018-11-28 13:15:13 -08:00
parent bf0b1503fb
commit a69da70eaa
1 changed files with 8 additions and 7 deletions

View File

@ -32,13 +32,14 @@ var (
)
var service = &types.Service{
Name: "Interpol - All The Rage Back Home",
Domain: "https://www.youtube.com/watch?v=-u6DvRyyKGU",
ExpectedStatus: 200,
Interval: 30,
Type: "http",
Method: "GET",
Timeout: 20,
Name: "Interpol - All The Rage Back Home",
Domain: "https://www.youtube.com/watch?v=-u6DvRyyKGU",
ExpectedStatus: 200,
Interval: 30,
Type: "http",
Method: "GET",
Timeout: 20,
AllowNotifications: types.NewNullBool(true),
}
var failure = &types.Failure{