forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			48 lines
		
	
	
	
		
			985 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
	
		
			985 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| global:
 | |
|   scrape_interval: 15s
 | |
|   scrape_timeout: 10s
 | |
|   evaluation_interval: 15s
 | |
| alerting:
 | |
|   alertmanagers:
 | |
|   - static_configs:
 | |
|     - targets: []
 | |
|     scheme: http
 | |
|     timeout: 10s
 | |
|     api_version: v1
 | |
| scrape_configs:
 | |
| - job_name: prometheus
 | |
|   honor_timestamps: true
 | |
|   scrape_interval: 15s
 | |
|   scrape_timeout: 10s
 | |
|   metrics_path: /metrics
 | |
|   scheme: http
 | |
|   static_configs:
 | |
|   - targets:
 | |
|     - localhost:9090
 | |
| - job_name: c3lingo
 | |
|   honor_timestamps: true
 | |
|   scrape_interval: 5s
 | |
|   scrape_timeout: 1s
 | |
|   metrics_path: /mumblestats/metrics
 | |
|   scheme: https
 | |
|   static_configs:
 | |
|   - targets:
 | |
|     - mumble.c3lingo.org:443
 | |
| - job_name: mumble
 | |
|   honor_timestamps: true
 | |
|   scrape_interval: 5s
 | |
|   scrape_timeout: 1s
 | |
|   metrics_path: /metrics
 | |
|   scheme: https
 | |
|   static_configs:
 | |
|   - targets:
 | |
|     - mumble.hamburg.ccc.de:443
 | |
| - job_name: opnsense-ccchh
 | |
|   honor_timestamps: true
 | |
|   scrape_interval: 5s
 | |
|   scrape_timeout: 1s
 | |
|   metrics_path: /metrics
 | |
|   scheme: http
 | |
|   static_configs:
 | |
|   - targets:
 | |
|     - 185.161.129.132:9100
 |