From 8916f8fa2167abad24cfdd2a9e305160d83a6958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Wed, 28 Apr 2021 16:49:16 +0200 Subject: feature: add sensor configuration --- templates/health_template.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/health_template.j2 (limited to 'templates/health_template.j2') 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 @@ +{% for template in collector.health_config %} +template = {{ template.name }} +{% for config in template.definition %} +{{ config }} +{% endfor %} +{% endfor %} -- cgit v1.2.3