You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
361 B
8 lines
361 B
---
|
|
|
|
- name: Fail if Synapse metrics or Prometheus Node Exporter not enabled
|
|
ansible.builtin.fail:
|
|
msg: >
|
|
You need to enable `matrix_prometheus_scraper_synapse_enabled` and/or `matrix_prometheus_scraper_node_enabled` for Prometheus grab metrics.
|
|
when: "not matrix_prometheus_scraper_synapse_enabled and not matrix_prometheus_scraper_node_enabled"
|