aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/health_template.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/health_template.j2')
-rw-r--r--templates/health_template.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/health_template.j2 b/templates/health_template.j2
new file mode 100644
index 0000000..2e67b96
--- /dev/null
+++ b/templates/health_template.j2
@@ -0,0 +1,6 @@
1{% for template in collector.health_config %}
2template = {{ template.name }}
3{% for config in template.definition %}
4{{ config }}
5{% endfor %}
6{% endfor %}