mirror of https://github.com/statping/statping
export groups - minor updates
parent
50e3cf2143
commit
0c2d2f39a9
|
@ -9,9 +9,9 @@ RUN curl -L -s https://assets.statping.com/sass -o /usr/local/bin/sass && \
|
|||
chmod +x /usr/local/bin/sass
|
||||
WORKDIR /go/src/github.com/hunterlong/statping
|
||||
ADD . /go/src/github.com/hunterlong/statping
|
||||
RUN make dep
|
||||
RUN make dev-deps
|
||||
RUN make install
|
||||
RUN make dep && \
|
||||
make dev-deps && \
|
||||
make install
|
||||
|
||||
# Statping :latest Docker Image
|
||||
FROM alpine:latest
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# Statping - Status Page & Monitoring Server
|
||||
An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page. This Status Page generator allows you to use MySQL, Postgres, or SQLite on multiple operating systems.
|
||||
|
||||
[](https://godoc.org/github.com/hunterlong/statping) [](https://gitter.im/statup-app/general)
|
||||
[](https://godoc.org/github.com/hunterlong/statping) [](https://gitter.im/statup-app/general) [](https://microbadger.com/images/hunterlong/statping)
|
||||
|
||||
## A Future-Proof Status Page
|
||||
Statping strives to remain future-proof and remain intact if a failure is created. Your Statping service should not be running on the same instance you're trying to monitor. If your server crashes your Status Page should still remaining online to notify your users of downtime.
|
||||
|
|
Loading…
Reference in New Issue