Commit d27ecfdf authored by Deepak N's avatar Deepak N
Browse files

Issue ekstep/sunbird-devops#332 feat: Fix AnsibleError: Unexpected templating type error occurred

parent 15f8e331
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -110,7 +110,7 @@ scrape_configs:
- job_name: 'availability_{{ item.service_name }}'
metrics_path: /probe
params:
module: {{ item.probe_modules | to_json }}
module: {{ item.probe_modules }}
static_configs:
- targets: {{ item.targets | to_yaml }}
labels:
......@@ -121,7 +121,7 @@ scrape_configs:
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: monitor_blackbox-exporter:9115 # Blackbox exporter.
replacement: monitor_blackbox-exporter:9115
{% endfor %}
{% if static_site_url is defined %}
......@@ -141,5 +141,5 @@ scrape_configs:
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: monitor_blackbox-exporter:9115 # Blackbox exporter.
replacement: monitor_blackbox-exporter:9115
{% endif %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment