diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md index 1460e78e5..52768ff0e 100644 --- a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md +++ b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md @@ -26,7 +26,7 @@ aliases: - [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/) - [Node exporter](https://github.com/prometheus/node_exporter#node-exporter)(v1.7.0) and [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/)(v0.25.0) - + > **Note: Configurations used throughout this guide can be found [here](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/deployment/docker/vmanomaly/vmanomaly-integration/)** @@ -452,7 +452,7 @@ networks: Before running our docker-compose make sure that your directory contains all required files:
- +
This docker-compose file will pull docker images, set up each service and run them all together with the command: @@ -505,7 +505,7 @@ As you may notice a lot of data shows anomaly score greater than 1. It is expect Queries: `yhat_lower`, `yhat_upper` and `yhat` - + Boundaries of 'normal' metric values according to model inference. @@ -513,7 +513,7 @@ Boundaries of 'normal' metric values according to model inference. On the page `http://localhost:8880/vmalert/groups` you can find our configured Alerting rule: - + According to the rule configured for vmalert we will see Alert when anomaly score exceed 1. You will see an alert on Alert tab. `http://localhost:8880/vmalert/alerts`: diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert-anomaly-score.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert-anomaly-score.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert-anomaly-score.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert-anomaly-score.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert-boundaries.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert-boundaries.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert-boundaries.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert-boundaries.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert-query.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert-query.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert-query.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert-query.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert_alert-rule.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_alert-rule.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert_alert-rule.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_alert-rule.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert_alerts-firing.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_alerts-firing.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert_alerts-firing.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_alerts-firing.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert_anomaly-score.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_anomaly-score.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert_anomaly-score.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_anomaly-score.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert_docker-compose.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_docker-compose.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert_docker-compose.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_docker-compose.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert_files.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_files.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert_files.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_files.webp diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert_overview.webp b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_overview.webp similarity index 100% rename from docs/anomaly-detection/guides/guide-vmanomaly-vmalert_overview.webp rename to docs/anomaly-detection/guides/guide-vmanomaly-vmalert/guide-vmanomaly-vmalert_overview.webp