]> git.immae.eu Git - github/fretlink/ansible-netdata_straight.git/blob - templates/health_template.j2
feature: add sensor configuration
[github/fretlink/ansible-netdata_straight.git] / templates / health_template.j2
1 {% for template in collector.health_config %}
2 template = {{ template.name }}
3 {% for config in template.definition %}
4 {{ config }}
5 {% endfor %}
6 {% endfor %}