mirror of https://github.com/Aidaho12/haproxy-wi
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			620 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			620 B
		
	
	
	
		
			YAML
		
	
	
---
 | 
						|
apache_exporter_version: 0.6.0
 | 
						|
apache_exporter_telemetry_address: "0.0.0.0:9117"
 | 
						|
apache_exporter_telemetry_endpoint: "/metrics"
 | 
						|
apache_exporter_incecure: "false"
 | 
						|
stats_page: "stats"
 | 
						|
apache_exporter_scrape_uri: "http://{{host}}/{{stats_page}}?auto"
 | 
						|
apache_exporter_signature: "apache_exporter-{{ apache_exporter_version }}.linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
 | 
						|
prometheus_exporter_dir: "/opt/prometheus/exporters"
 | 
						|
prometheus_exporter_dist_dir: "{{ prometheus_exporter_dir }}/dist"
 | 
						|
apache_exporter_dist_dir: "{{ prometheus_exporter_dist_dir }}/{{ apache_exporter_signature }}"
 |