Closed mohierf closed 7 years ago
When a new configuration is received by the broker the host/service/user objects are reloaded from the backend if they were loaded longer than the load_protect_delay duration.
load_protect_delay
Currently the log file contains:
[2017-08-02 09:20:16 CEST] INFO: [alignak.module.backend_broker] Got configuration [2017-08-02 09:20:17 CEST] INFO: [alignak.module.backend_broker] Hosts/services references reloaded [2017-08-02 09:20:17 CEST] INFO: [alignak.module.backend_broker] Got configuration [2017-08-02 09:20:17 CEST] INFO: [alignak.module.backend_broker] Hosts/services references reloaded [2017-08-02 09:20:24 CEST] INFO: [alignak.module.backend_broker] Got configuration [2017-08-02 09:20:24 CEST] INFO: [alignak.module.backend_broker] Hosts/services references reloaded
but the 2nd and 3rd configuration did not effectively reloaded the objects. A more accurate information would be of interest ...
When a new configuration is received by the broker the host/service/user objects are reloaded from the backend if they were loaded longer than the
load_protect_delay
duration.Currently the log file contains:
but the 2nd and 3rd configuration did not effectively reloaded the objects. A more accurate information would be of interest ...