mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			291 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			291 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
log:
 | 
						|
  level: "INFO"
 | 
						|
  format: "[%(asctime)s] [%(levelname)s] [%(name)s]: %(message)s"
 | 
						|
 | 
						|
monitors:
 | 
						|
 | 
						|
  example:
 | 
						|
    method: "GET"
 | 
						|
    url: "http://example.com"
 | 
						|
    timeout: 5
 | 
						|
    check_every: 5
 | 
						|
 | 
						|
  httpbin:
 | 
						|
    method: "GET"
 | 
						|
    url: "https://httpbin.org/get"
 | 
						|
    timeout: 5
 | 
						|
    check_every: 5
 |