Alignak-monitoring-contrib / alignak-module-backend

Alignak modules (arbiter, broker, scheduler) for the backend
GNU Affero General Public License v3.0
0 stars 2 forks source link

Inform about effective objects loading #102

Closed mohierf closed 7 years ago

mohierf commented 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.

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 ...