mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	实现健康检查配置、立即执行健康检查
This commit is contained in:
		@@ -13,6 +13,8 @@ func init() {
 | 
			
		||||
			Helper(clusters.NewClusterHelper()).
 | 
			
		||||
			Prefix("/clusters/cluster/settings").
 | 
			
		||||
			GetPost("", new(IndexAction)).
 | 
			
		||||
			GetPost("/health", new(HealthAction)).
 | 
			
		||||
			GetPost("/healthRun", new(HealthRunAction)).
 | 
			
		||||
			EndAll()
 | 
			
		||||
	})
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user