mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	matrix-prometheus feedback
This commit is contained in:
		| @@ -26,13 +26,19 @@ matrix_prometheus_systemd_wanted_services_list: [] | ||||
| # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9090"), or empty string to not expose. | ||||
| matrix_prometheus_container_http_host_bind_port: '' | ||||
|  | ||||
| # A list of extra arguments to pass to the prometheus process | ||||
| matrix_prometheus_process_extra_arguments: | ||||
| # A list of default arguments to pass to the prometheus process | ||||
| matrix_prometheus_process_default_arguments: | ||||
|   - "--config.file=/etc/prometheus/prometheus.yml" | ||||
|   - "--storage.tsdb.path=/prometheus" | ||||
|   - "--web.console.libraries=/usr/share/prometheus/console_libraries" | ||||
|   - "--web.console.templates=/usr/share/prometheus/consoles" | ||||
|  | ||||
| # A list of extra arguments to pass to the prometheus process | ||||
| matrix_prometheus_process_extra_arguments: [] | ||||
|  | ||||
| # holds the final list of process arguments | ||||
| matrix_prometheus_process_arguments: "{{ matrix_prometheus_process_default_arguments + matrix_prometheus_process_extra_arguments }}" | ||||
|  | ||||
| # Tells whether the "synapse" scraper configuration is enabled. | ||||
| matrix_prometheus_scraper_synapse_enabled: false | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user