summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-04 00:41:12 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-04 00:41:34 +0100
commit5aafc31ce200e0a3a27245410291cf76dc412a75 (patch)
treea14a8ace8aa99666e17f1235646fb244133f5bb1 /roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j2
parentadd openwrt testvm to prometheus test-zone (diff)
promethues: move target file installation to seperate role
Diffstat (limited to 'roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j2')
-rw-r--r--roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j2 b/roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j2
deleted file mode 100644
index 47e6dceb..00000000
--- a/roles/monitoring/prometheus/server/templates/targets/ipmi/remote.yml.j2
+++ /dev/null
@@ -1,5 +0,0 @@
-- targets: [ '{{ (target.exporter_hostname == prometheus_server) | ternary('127.0.0.1:9999', hostvars[target.exporter_hostname].prometheus_scrape_endpoint) }}' ]
- labels:
- instance: '{{ target.instance }}'
- __param_target: '{{ target.config.target }}'
- __param_module: '{{ target.config.module }}'