mirror of https://github.com/statping/statping
				
				
				
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			1004 B
		
	
	
	
		
			Go
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1004 B
		
	
	
	
		
			Go
		
	
	
// Package statping is a server monitoring application that includes a status page server. Visit the Statping repo at
 | 
						|
// https://github.com/hunterlong/statping to get a full understanding of what this application can do.
 | 
						|
//
 | 
						|
// Install Statping
 | 
						|
//
 | 
						|
// Statping is available for Mac, Linux and Windows 64x. You can download the tar.gz file or use a couple other methods. Download
 | 
						|
// the latest release at https://github.com/hunterlong/statping/releases/latest or view below. If you're on windows, download
 | 
						|
// the zip file from the latest releases link.
 | 
						|
//
 | 
						|
//		// MacOS using homebrew
 | 
						|
//		brew tap hunterlong/statping
 | 
						|
//		brew install statping
 | 
						|
//
 | 
						|
//		// Linux installation
 | 
						|
//		curl -o- -L https://statping.com/install.sh | bash
 | 
						|
//		statping version
 | 
						|
//
 | 
						|
// Docker
 | 
						|
//
 | 
						|
// Statping can be built in many way, the best way is to use Docker!
 | 
						|
//		docker run -it -p 8080:8080 hunterlong/statping
 | 
						|
//
 | 
						|
// Enjoy Statping and tell me any issues you might be having on Github. https://github.com/hunterlong
 | 
						|
package statping
 |