diff --git a/README.md b/README.md index c2839d8..a08e74a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Percona/MySQL XtraDB Cluster Checker -This project is [percona-clustercheck](/~https://github.com/olafz/percona-clustercheck) rewrited to Golang. +This project is [percona-clustercheck](/~https://github.com/olafz/percona-clustercheck) like checker rewrited to Golang. Program to make a proxy (ie HAProxy) capable of monitoring Percona XtraDB Cluster nodes properly. ## Usage diff --git a/checker.go b/checker.go index 0972536..172d24c 100644 --- a/checker.go +++ b/checker.go @@ -30,7 +30,6 @@ type Response struct { } func checkerHandler(ctx *fasthttp.RequestCtx) { - response := Response{NodeStatus: status} ctx.SetContentType("application/json")