goetzk / ansible-shinken

Ansible configuration role for Shinken monitoring system
2 stars 2 forks source link

Remove configuration validity checking from role #9

Open goetzk opened 7 years ago

goetzk commented 7 years ago

As mentioned in issue #8 , validity checking in the templates is painful. this should be removed and left to a validation command before doing the restarts.

goetzk commented 7 years ago

templates/hosts.cfg.tmpl and templates/services.cfg.tmpl are the only templates with special casing now. The special casing in those files may not be optional as it handles the host groups. I'll need to do some separate testing on that to find out if i can remove it or not.