mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
79b308fa54
* docs: vmanomaly update vmanomaly + vmalert guide Signed-off-by: Artem Navoiev <tenmozes@gmail.com> * docs: vmanomaly update vmanomaly + vmalert guide. Update docker compose and monitoring section Signed-off-by: Artem Navoiev <tenmozes@gmail.com> * typos and fixes Signed-off-by: Artem Navoiev <tenmozes@gmail.com> --------- Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
23 lines
No EOL
917 B
Markdown
23 lines
No EOL
917 B
Markdown
# Docker Compose file for "Getting Started with vmanomaly" guide
|
|
|
|
Please read the "Getting Started with vmanomaly" guide first - [https://docs.victoriametrics.com/anomaly-detection/guides/guide-vmanomaly-vmalert.html](https://docs.victoriametrics.com/anomaly-detection/guides/guide-vmanomaly-vmalert.html)
|
|
|
|
To make this Docker compose file work, you MUST replace the content of [vmanomaly_license.txt](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker/vmanomaly/vmanomaly-vmalert-guide/vmanomaly_license.txt) with valid license.
|
|
|
|
You can issue the [trial license here](https://victoriametrics.com/products/enterprise/trial/)
|
|
|
|
|
|
## How to run
|
|
|
|
1. Replace content of `vmanomaly_license.txt` with your license
|
|
1. Run
|
|
|
|
```sh
|
|
docker compose up -d
|
|
```
|
|
1. Open Grafana on `http://127.0.0.1:3000/`
|
|
```sh
|
|
open http://127.0.0.1:3000/
|
|
```
|
|
|
|
If you don't see any data, please wait a few minutes. |