From a8d9e02831d4b01e47f24a30144b5522c03b2b8c Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Fri, 20 Feb 2015 20:40:51 +0100 Subject: Config for ip and port. Health check updates now database and redis cache. --- app/struct.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/struct.go') diff --git a/app/struct.go b/app/struct.go index 15c238f..d7135aa 100644 --- a/app/struct.go +++ b/app/struct.go @@ -7,17 +7,17 @@ import ( /* Maybe worth saving uptime history? */ type Host struct { - Id int64 - UserId int64 - Url string - Protocoll string // e.g. http - Monitored bool // disable monitoring on error + Id int64 + UserId int64 + Url string + // Protocoll string // e.g. http + Monitored bool // disable monitoring on error Private bool Status string StatusCode int64 + Success bool /* Date time.Time - Success bool Include string // Website must include this string Except string // Website must not include this string Reason string // Include, Exclude, Connection failure -- cgit v1.2.3