Alignak-monitoring-contrib / alignak-backend

Backend for alignak (REST API for configuration, retention, livestate, logs) based on Python Eve
GNU Affero General Public License v3.0
11 stars 4 forks source link

Create a cron task for the reload configuration notifications #507

Closed mohierf closed 6 years ago

mohierf commented 6 years ago

As of #488, each realm, host,... creation raises an Alignak reload configuration event to the Alignak arbiter.

This may happen frequently when several hosts are created rapidly ... the notification event should be stored and pushed to Alignak in a backend scheduled task to report only one event every N minutes.