From 0d49031128c039491e1cb66a6640c3698bc097fd Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 20 Sep 2022 09:18:21 +0000 Subject: [PATCH] remove push.statping.com from sample services it's down so the service will always report as offline. also, removing dependency on original statping --- types/services/samples.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/services/samples.go b/types/services/samples.go index 41541b26..c20ad9c2 100644 --- a/types/services/samples.go +++ b/types/services/samples.go @@ -159,7 +159,7 @@ func Samples() error { s6 := &Service{ Name: "Private Service", - Domain: "https://push.statping.com", + Domain: "https://example.org", Method: "GET", Interval: 30, Type: "http",