An updated drop-in for statping. A Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment.
 
 
 
 
 
 
Go to file
Hunter Long 99e9efd824 upgrades 2018-06-23 12:21:00 -07:00
docs Create CNAME 2018-06-09 18:41:26 -07:00
html upgrades 2018-06-23 01:42:50 -07:00
plugin upgrades 2018-06-21 21:02:57 -07:00
plugins upgrades - plugins 2018-06-18 23:00:56 -07:00
sql upgrades 2018-06-22 22:59:29 -07:00
types upgrades 2018-06-23 01:42:50 -07:00
.gitignore upgrades 2018-06-21 21:02:57 -07:00
.travis.yml upgrades 2018-06-23 12:21:00 -07:00
Dockerfile upgrades 2018-06-23 12:21:00 -07:00
Gopkg.lock upgrades 2018-06-21 21:02:57 -07:00
Gopkg.toml upgrades 2018-06-21 21:02:57 -07:00
LICENSE Create LICENSE 2018-06-10 01:39:57 -07:00
README.md upgrades - plugins 2018-06-18 23:00:56 -07:00
api.go new 2018-06-22 17:10:37 -07:00
build.sh upgrades - plugins 2018-06-18 21:48:25 -07:00
checker.go upgrades 2018-06-23 01:42:50 -07:00
checkin.go upgrades 2018-06-21 23:56:44 -07:00
communication.go upgrades 2018-06-23 01:42:50 -07:00
core.go upgrades 2018-06-22 22:59:29 -07:00
database.go upgrades 2018-06-22 21:17:57 -07:00
emailer.go upgrades 2018-06-23 12:21:00 -07:00
errors.go upgrades 2018-06-21 21:02:57 -07:00
events.go upgrades - plugins 2018-06-18 21:48:25 -07:00
exporter.go upgrades 2018-06-23 01:42:50 -07:00
failures.go upgrades 2018-06-22 21:17:57 -07:00
hits.go upgrades 2018-06-21 23:56:44 -07:00
main.go upgrades 2018-06-23 01:42:50 -07:00
main_test.go upgrades 2018-06-22 23:18:29 -07:00
plugins.json upgrades - plugins 2018-06-11 22:23:30 -07:00
services.go upgrades 2018-06-23 01:42:50 -07:00
setup.go upgrades 2018-06-23 01:42:50 -07:00
users.go upgrades 2018-06-23 01:42:50 -07:00
web.go upgrades 2018-06-23 01:42:50 -07:00
web_test.go upgrades - plugins 2018-06-18 23:17:43 -07:00

README.md

Statup - Status Page Build Status

An easy to use Status Page for your websites and applications. Statup will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.

Run on Docker

Use the Statup Docker Image to create a status page in seconds.

docker run -it -p 8080:8080 hunterlong/statup

Install on Linux

bash <(curl -s https://statup.io/install.sh)

User Created Plugins

Statup isn't just another Status Page for your applications, it's a framework that allows you to create your own plugins to interact with every element of your status page. Plugin are created in Golang using the statup/plugin golang package. The plugin package has a list of interfaces/events to accept into your own plugin application.