mirror of https://github.com/statping/statping
UI fixes - slack updates - allow notification bool - checkin updates
parent
bf0b1503fb
commit
a69da70eaa
|
@ -32,13 +32,14 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
var service = &types.Service{
|
var service = &types.Service{
|
||||||
Name: "Interpol - All The Rage Back Home",
|
Name: "Interpol - All The Rage Back Home",
|
||||||
Domain: "https://www.youtube.com/watch?v=-u6DvRyyKGU",
|
Domain: "https://www.youtube.com/watch?v=-u6DvRyyKGU",
|
||||||
ExpectedStatus: 200,
|
ExpectedStatus: 200,
|
||||||
Interval: 30,
|
Interval: 30,
|
||||||
Type: "http",
|
Type: "http",
|
||||||
Method: "GET",
|
Method: "GET",
|
||||||
Timeout: 20,
|
Timeout: 20,
|
||||||
|
AllowNotifications: types.NewNullBool(true),
|
||||||
}
|
}
|
||||||
|
|
||||||
var failure = &types.Failure{
|
var failure = &types.Failure{
|
||||||
|
|
Loading…
Reference in New Issue