mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-09 00:42:37 -04:00
Merge pull request #288 from Icinga/customvar-runtime-updates
Add custom vars to the runtime update sync
This commit is contained in:
commit
3dcca21135
1 changed files with 3 additions and 1 deletions
|
|
@ -214,7 +214,9 @@ func run() int {
|
|||
|
||||
logger.Infof("Starting runtime updates sync")
|
||||
|
||||
return rt.Sync(synctx, v1.Factories, lastRuntimeStreamId)
|
||||
// @TODO(el): The customvar runtime update sync may change because the customvar flat
|
||||
// runtime update sync is not yet implemented.
|
||||
return rt.Sync(synctx, append(v1.Factories, v1.NewCustomvar), lastRuntimeStreamId)
|
||||
})
|
||||
|
||||
if err := g.Wait(); err != nil && !utils.IsContextCanceled(err) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue