mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated analyzers
This commit is contained in:
committed by
Dan Christian Bogos
parent
0810803475
commit
08d4f1fc21
@@ -568,6 +568,11 @@ func main() {
|
||||
internalLoaderSChan, connManager)
|
||||
|
||||
anz := services.NewAnalyzerService(cfg, server, exitChan, internalAnalyzerSChan)
|
||||
if anz.ShouldRun() {
|
||||
if err := anz.Start(); err != nil {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
srvManager.AddServices(gvService, attrS, chrS, tS, stS, reS, routeS, schS, rals,
|
||||
rals.GetResponder(), apiSv1, apiSv2, cdrS, smg,
|
||||
|
||||
Reference in New Issue
Block a user