mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
Add example
This commit is contained in:
parent
fb93c33966
commit
c734e32e21
@ -1,2 +1,2 @@
|
||||
examples
|
||||
example
|
||||
.github
|
@ -1,4 +1,6 @@
|
||||
# gatus (in progress)
|
||||
# gatus
|
||||
|
||||
[![Docker pulls](https://img.shields.io/docker/pulls/twinproduction/gatus.svg)](https://cloud.docker.com/repository/docker/twinproduction/gatus)
|
||||
|
||||
A service health dashboard in Go that is meant to be used as a docker
|
||||
image with a custom configuration file.
|
||||
|
2
example/Dockerfile
Normal file
2
example/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM twinproduction/gatus
|
||||
ADD config.yaml ./
|
7
example/config.yaml
Normal file
7
example/config.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
- name: example
|
||||
url: http://example.org
|
||||
interval: 30s
|
||||
failure-threshold: 3
|
||||
conditions:
|
||||
- "$STATUS == 200"
|
Loading…
Reference in New Issue
Block a user