Closed runborg closed 3 months ago
as @johannaengland found out, this issue have a bigger severity than first noted. The functions that re-read the config file does only look for added or deleted devices, and not changed devices. so as of now, there are no updates applied when a device config is changed in the polldev file.
after a change of
default interval
in polldevs the jobs are not re-scheduled by the new interval specified. (This might also be the case forinterval
statement on a device, i have not tested that yet) the new interval will only be used after a complete reinitialization of zinothis can be observed by looking at the
Running job "......
messages and noting theinterval[x:xx:xx]
stamps Then change default interval in polldevs and take a new look in the log.on a reread of config, are collection jobs for the affected nodes re-initiated correctly?