|
|
|
@@ -25,3 +25,13 @@ matrix_prometheus_services_proxy_connect_prometheus_postgres_exporter_metrics_pr |
|
|
|
# If prometheus_node_exporter_container_http_host_bind_port is set to an IP that is not 0.0.0.0 and a port, that "<ip>:<port>" value will be used |
|
|
|
# Otherwise this value will be empty and you will have to manually configure your NGINX config file. (If you are using the config files generated by this playbook, you will have to edit matrix-domain.conf) |
|
|
|
matrix_prometheus_services_proxy_connect_prometheus_postgres_exporter_matrix_nginx_proxy_not_enabled_proxy_pass_host: "{{ '127.0.0.1' + prometheus_postgres_exporter_container_http_host_bind_port_number_raw if not ':' in prometheus_postgres_exporter_container_http_host_bind_port else (prometheus_postgres_exporter_container_http_host_bind_port if prometheus_postgres_exporter_container_http_host_bind_port.split(':')[0] != '0.0.0.0' else '') }}" |
|
|
|
|
|
|
|
# Controls whether buscarron metrics should be proxied (exposed) on `matrix.DOMAIN/metrics/buscarron`. |
|
|
|
# This will only work take effect if `matrix_nginx_proxy_proxy_matrix_metrics_enabled: true`. |
|
|
|
# See the `matrix-nginx-proxy` role for details about enabling `matrix_nginx_proxy_proxy_matrix_metrics_enabled`. |
|
|
|
matrix_prometheus_services_proxy_connect_matrix_bot_buscarron_metrics_proxying_enabled: false |
|
|
|
|
|
|
|
# Controls whether honoroit metrics should be proxied (exposed) on `matrix.DOMAIN/metrics/buscarron`. |
|
|
|
# This will only work take effect if `matrix_nginx_proxy_proxy_matrix_metrics_enabled: true`. |
|
|
|
# See the `matrix-nginx-proxy` role for details about enabling `matrix_nginx_proxy_proxy_matrix_metrics_enabled`. |
|
|
|
matrix_prometheus_services_proxy_connect_matrix_bot_honoroit_metrics_proxying_enabled: false |