Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
larrabee committed Sep 3, 2018
1 parent a0240b6 commit e518f88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type Response struct {
}

func checkerHandler(ctx *fasthttp.RequestCtx) {

response := Response{NodeStatus: status}
ctx.SetContentType("application/json")

Expand Down

0 comments on commit e518f88

Please sign in to comment.