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

Tag some properties as 'making Alignak monitoring framework restart' #389

Open mohierf opened 7 years ago

mohierf commented 7 years ago

Changing some properties in the Alignak objects stored in the backend would not make Alignak monitoring framework reload the configuration and restart the checks scheduling: host position, host alias, ...

Those properties are not necessarily involved in the monitoring process ... and the configuration reload is not necessary. Changing the host position on the map would not make the monitoring restart indeed !

Those properties sould be marked as 'making/not making Alignak monitoring framework restart'

ddurieux commented 7 years ago

so tag it in the model (new property) instead have static code for them like we have now in app.py.