summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-24 22:33:33 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-24 22:33:33 +0200
commit2316917055ec9399966033cc4944f5e5662c0136 (patch)
tree1a4368c6e8dcbd847eae7e2865764f24bf84610d /roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j2
parentrefactor textfile collector script handling (diff)
add prometheus exporter IPMI
Diffstat (limited to 'roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j2')
-rw-r--r--roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j2 b/roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j2
new file mode 100644
index 00000000..32d0b34a
--- /dev/null
+++ b/roles/monitoring/prometheus/exporter/ipmi/templates/config.yml.j2
@@ -0,0 +1,4 @@
+# {{ ansible_managed }}
+
+modules:
+ {{ prometheus_exporter_ipmi_modules | to_nice_yaml(indent=2) | indent(2) }}