enable system monitoring by default
This commit is contained in:
parent
f90601ef1a
commit
48c4368282
|
@ -327,6 +327,7 @@ func (module *Module) initialize(w http.ResponseWriter, r *http.Request, ps http
|
|||
}
|
||||
|
||||
cfg.Reserved=true
|
||||
cfg.Monitored=true
|
||||
|
||||
//处理ORM
|
||||
handler := elastic2.ElasticORM{Client: client, Config:cfg1 }
|
||||
|
|
Loading…
Reference in New Issue