revised comments && renamed sars to trends

This commit is contained in:
gezimbll
2024-07-02 04:55:05 -04:00
committed by Dan Christian Bogos
parent 6c2fbbec28
commit 4d4392d196
52 changed files with 853 additions and 830 deletions

View File

@@ -195,8 +195,8 @@ func (srvMngr *ServiceManager) handleReload() {
go srvMngr.reloadService(utils.ThresholdS)
case <-srvMngr.GetConfig().GetReloadChan(config.STATS_JSON):
go srvMngr.reloadService(utils.StatS)
case <-srvMngr.GetConfig().GetReloadChan(config.SARS_JSON):
go srvMngr.reloadService(utils.SarS)
case <-srvMngr.GetConfig().GetReloadChan(config.TRENDS_JSON):
go srvMngr.reloadService(utils.TrendS)
case <-srvMngr.GetConfig().GetReloadChan(config.SAGS_JSON):
go srvMngr.reloadService(utils.SagS)
case <-srvMngr.GetConfig().GetReloadChan(config.RESOURCES_JSON):