Example #1
0
func init() {
	hc.AddChecker("leveldb", healthCheckLdb)
}
Example #2
0
func init() {
	hc.AddChecker("vertice:riak", healthCheck)
}
Example #3
0
func init() {
	hc.AddChecker("vertice:one", healthCheck)
}
Example #4
0
func init() {
	hc.AddChecker("vertice:nsq", healthCheckNSQ)
}
Example #5
0
func init() {
	hc.AddChecker("gateway", healthCheckGW)
}
Example #6
0
func init() {
	hc.AddChecker("vertice:docker", healthCheckDocker)
}
Example #7
0
func init() {
	hc.AddChecker("nilavu", healthCheck)
}