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

Service template special inheritance #506

Open mohierf opened 6 years ago

mohierf commented 6 years ago

As of now, services may be inherited (and thus created) because of a new host creation. Once an host exist and its services got created it may be really interesting to template the existing services with some new information. Something like a kind of post-processing ...

The idea is: when a new template is set to an host, this template may include a _service_template that will be set on the host services to change the service fields values..