3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

change: minor change to health check api endpoint

This commit is contained in:
Torkel Ödegaard 2017-04-25 17:23:38 +02:00
parent 6538e86793
commit f6f2d85aa7

View File

@ -170,8 +170,7 @@ func (hs *HttpServer) healthHandler(ctx *macaron.Context) {
}
data := simplejson.New()
data.Set("status", "ok")
data.Set("db_status", "ok")
data.Set("database", "ok")
data.Set("version", setting.BuildVersion)
data.Set("commit", setting.BuildCommit)