statping/doc.go

25 lines
996 B
Go
Raw Normal View History

// Package statping is a server monitoring application that includes a status page server. Visit the Statping repo at
2020-03-09 18:17:55 +00:00
// https://github.com/statping/statping to get a full understanding of what this application can do.
2018-10-11 02:53:19 +00:00
//
2018-12-04 05:57:11 +00:00
// Install Statping
2018-10-11 02:53:19 +00:00
//
2018-12-04 05:57:11 +00:00
// Statping is available for Mac, Linux and Windows 64x. You can download the tar.gz file or use a couple other methods. Download
2020-03-09 18:17:55 +00:00
// the latest release at https://github.com/statping/statping/releases/latest or view below. If you're on windows, download
2018-10-11 02:53:19 +00:00
// the zip file from the latest releases link.
//
// // MacOS using homebrew
2020-04-15 10:07:48 +00:00
// brew tap statping/statping
2018-12-04 05:57:11 +00:00
// brew install statping
2018-10-11 02:53:19 +00:00
//
// // Linux installation
// curl -o- -L https://statping.com/install.sh | bash
2018-12-04 05:57:11 +00:00
// statping version
2018-10-11 02:53:19 +00:00
//
// Docker
//
2018-12-04 05:57:11 +00:00
// Statping can be built in many way, the best way is to use Docker!
2020-04-15 10:07:48 +00:00
// docker run -it -p 8080:8080 statping/statping
2018-10-11 02:53:19 +00:00
//
2018-12-04 05:57:11 +00:00
// Enjoy Statping and tell me any issues you might be having on Github. https://github.com/hunterlong
2018-12-04 04:17:29 +00:00
package statping