summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/templates/targets/generic.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/monitoring/prometheus/server/templates/targets/generic.yml.j2')
-rw-r--r--roles/monitoring/prometheus/server/templates/targets/generic.yml.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/monitoring/prometheus/server/templates/targets/generic.yml.j2 b/roles/monitoring/prometheus/server/templates/targets/generic.yml.j2
deleted file mode 100644
index 341cb45a..00000000
--- a/roles/monitoring/prometheus/server/templates/targets/generic.yml.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-- targets: [ '{{ (target.instance == prometheus_server) | ternary('127.0.0.1:9999', hostvars[target.instance].prometheus_scrape_endpoint) }}' ]
- labels:
- instance: '{{ target.instance }}'