diff options
Diffstat (limited to 'poll.go')
| -rw-r--r-- | poll.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -136,6 +136,7 @@ func clusterHealthy() (bool, string) { } summary = strings.TrimSpace(summary) summary += ")" + summary += "(killcount=" + fmt.Sprintf("%d", me.killcount) + ")" if good { return good, "GOOD=true " + summary } |
