Alignak-monitoring / alignak

Monitoring tool, highly flexible and new standard oriented
https://alignak-monitoring.github.io
GNU Affero General Public License v3.0
86 stars 19 forks source link

Program status brok - several schedulers #881

Open mohierf opened 7 years ago

mohierf commented 7 years ago

When several schedulers are running (eg. multi realms configuration), all the schedulers are raising an update_program_status brok. The broker then receives several similar, but different information ... which one are the reference ?

For instance, this brok contains: the program start timestamp, the last executed checks, ... and all the global configuration parameters.

mohierf commented 7 years ago

All the information provided in the update_program_status brok by all the schedulers are the same, except for the running information: program start time, ... each scheduler has its own start time and running information.

The program_status brok is, indeed, a scheduler_status brok. We should use another brok to update the Alignak overall information in the Alignak backend... perharps create a new brok type?