aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/health_template.j2
blob: 2e67b96c7d303b38022e7da8a08146d3a8dc5a99 (plain) (blame)
1
2
3
4
5
6
{% for template in collector.health_config %}
template =  {{ template.name }}
{% for config in template.definition %}
{{ config }}
{% endfor %}
{% endfor %}