This commit is contained in:
crusader
2018-06-21 19:49:14 +09:00
parent 6b10353dd0
commit 12e5d76b6c
29 changed files with 35 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ type MongoDBHealthCrawler struct {
health.SocketHeahthCrawler
}
func (c *MongoDBHealthCrawler) Name() string {
func (c *MongoDBHealthCrawler) Key() string {
return "MONGODB_HEALTH"
}