mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			273 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			273 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
check process docker with pidfile /var/run/docker.pid
 | 
						|
group docker
 | 
						|
start program = "/etc/init.d/docker start"
 | 
						|
stop program = "/etc/init.d/docker stop"
 | 
						|
if does not exist then restart
 | 
						|
if failed
 | 
						|
  unixsocket /var/run/docker.sock
 | 
						|
  protocol HTTP request "/version"
 | 
						|
then restart |