15 lines
239 B
Markdown
15 lines
239 B
Markdown
# Gatus monitoring
|
|
|
|
## Setup
|
|
|
|
```shell
|
|
cp .env.dist .env
|
|
cp config.yaml.dist config.yaml
|
|
```
|
|
|
|
Then edit your configuration.
|
|
|
|
## Docs
|
|
|
|
Check [github.com/TwiN/gatus](https://github.com/TwiN/gatus/blob/master/README.md) for more information.
|