mirror of https://github.com/statping/statping
rename
parent
b0831f96fa
commit
526fd0ceff
|
@ -73,7 +73,7 @@ aws ec2 run-instances \
|
||||||
Start a Statping server with an SSL cert that will automatically regenerate when it's near expiration time. You'll need to point your domain's A record (IP address) or CNAME (public DNS endpoint) to use this feature.
|
Start a Statping server with an SSL cert that will automatically regenerate when it's near expiration time. You'll need to point your domain's A record (IP address) or CNAME (public DNS endpoint) to use this feature.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/hunterlong/statping/master/dev/ec2-ssl.sh
|
wget https://raw.githubusercontent.com/statping/statping/master/dev/ec2-ssl.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -10,7 +10,7 @@ You can include multiple environment variables to the configg file. If you inclu
|
||||||
applications:
|
applications:
|
||||||
- name: statping
|
- name: statping
|
||||||
docker:
|
docker:
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
timeout: 180
|
timeout: 180
|
||||||
env:
|
env:
|
||||||
DB_CONN: sqlite / mysql / postgres
|
DB_CONN: sqlite / mysql / postgres
|
||||||
|
@ -28,7 +28,7 @@ Save this file as `manifest.yml` and then run: `cf push`
|
||||||
applications:
|
applications:
|
||||||
- name: statping
|
- name: statping
|
||||||
docker:
|
docker:
|
||||||
image: hunterlong/statping:((version))
|
image: statping/statping:((version))
|
||||||
timeout: 180
|
timeout: 180
|
||||||
env: ((env))
|
env: ((env))
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,7 +8,7 @@ Statping is a pretty cool server for monitoring your services. The way we deploy
|
||||||
6. Travis-CI tests the Statping API using [Postman](https://github.com/statping/statping/blob/master/source/tmpl/postman.json).
|
6. Travis-CI tests the Statping API using [Postman](https://github.com/statping/statping/blob/master/source/tmpl/postman.json).
|
||||||
7. If all tests are successful, Travis-CI will compile the binaries using [xgo](https://github.com/karalabe/xgo).
|
7. If all tests are successful, Travis-CI will compile the binaries using [xgo](https://github.com/karalabe/xgo).
|
||||||
8. Binaries are code signed using the official [PGP key](https://github.com/statping/statping/wiki/PGP-Signature) and compressed.
|
8. Binaries are code signed using the official [PGP key](https://github.com/statping/statping/wiki/PGP-Signature) and compressed.
|
||||||
9. [Docker](https://cloud.docker.com/repository/docker/hunterlong/statping/builds) receives a trigger to build for the `latest` tag.
|
9. [Docker](https://cloud.docker.com/repository/docker/statping/statping/builds) receives a trigger to build for the `latest` tag.
|
||||||
10. Travis-CI uploads the [latest release](https://github.com/statping/statping/releases) as a tagged version on Github.
|
10. Travis-CI uploads the [latest release](https://github.com/statping/statping/releases) as a tagged version on Github.
|
||||||
11. Travis-CI updates the [homebrew-statping](https://github.com/hunterlong/homebrew-statping) repo with the latest version.
|
11. Travis-CI updates the [homebrew-statping](https://github.com/hunterlong/homebrew-statping) repo with the latest version.
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ This docker-compose will start Statping on port 8080 and automatically run on a
|
||||||
```yaml
|
```yaml
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
@ -38,7 +38,7 @@ statping:
|
||||||
```yaml
|
```yaml
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
@ -74,7 +74,7 @@ mysql:
|
||||||
```yaml
|
```yaml
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
@ -113,7 +113,7 @@ The [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) Docker image w
|
||||||
```yaml
|
```yaml
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- statping_data:/app
|
- statping_data:/app
|
||||||
|
@ -137,7 +137,7 @@ Using the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) image al
|
||||||
```yaml
|
```yaml
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- statping_data:/app
|
- statping_data:/app
|
||||||
|
@ -203,7 +203,7 @@ scrape_configs:
|
||||||
```yaml
|
```yaml
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping
|
image: statping/statping
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- statping_data:/app
|
- statping_data:/app
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Mac
|
# Mac
|
||||||
```
|
```
|
||||||
brew tap hunterlong/statping
|
brew tap statping/statping
|
||||||
brew install statup
|
brew install statup
|
||||||
```
|
```
|
2
SSL.md
2
SSL.md
|
@ -70,7 +70,7 @@ services:
|
||||||
|
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: hunterlong/statping:latest
|
image: statping/statping:latest
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- internet
|
- internet
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://statping.com">Statping.com</a> | <a href="https://demo.statping.com">Demo</a> | <a href="https://hub.docker.com/r/hunterlong/statping">Docker</a> | <a href="https://github.com/statping/statping/wiki/Notifiers">Notifiers</a> | <a href="https://github.com/statping/statping/wiki/API">API</a>
|
<a href="https://statping.com">Statping.com</a> | <a href="https://demo.statping.com">Demo</a> | <a href="https://hub.docker.com/r/statping/statping">Docker</a> | <a href="https://github.com/statping/statping/wiki/Notifiers">Notifiers</a> | <a href="https://github.com/statping/statping/wiki/API">API</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -70,7 +70,7 @@ Docker: [statping/statping](https://cloud.docker.com/repository/docker/statping/
|
||||||
|
|
||||||
[](https://godoc.org/github.com/statping/statping)
|
[](https://godoc.org/github.com/statping/statping)
|
||||||
|
|
||||||
[](https://travis-ci.com/hunterlong/statping)
|
[](https://travis-ci.com/statping/statping)
|
||||||
|
|
||||||
[](https://codebeat.co/projects/github-com-statping-statup-master)
|
[](https://codebeat.co/projects/github-com-statping-statup-master)
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ Docker: [statping/statping](https://cloud.docker.com/repository/docker/statping/
|
||||||
|
|
||||||
[](https://coveralls.io/github/statping/statping?branch=master)
|
[](https://coveralls.io/github/statping/statping?branch=master)
|
||||||
|
|
||||||
[](https://libraries.io/github/hunterlong/statping)
|
[](https://libraries.io/github/statping/statping)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue