From 80cef0bc6403ae65ff3f956f8eff9f07ce661c72 Mon Sep 17 00:00:00 2001 From: Mathias Palmersheim Date: Wed, 31 Jul 2024 11:41:19 -0500 Subject: [PATCH] grammar fixes --- docs/vmalert.md | 7 ++++--- docs/vmauth.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/vmalert.md b/docs/vmalert.md index d688f3196..9cce25573 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -174,7 +174,8 @@ END 2. Run the container -Run the command below after replacing `:8428` with your VictoriaMetrics or Prometheus remote write URL +Run the command below after replacing `:8428` with your VictoriaMetrics ip address or hostname. +If you are `vmalert` with something other than VictoriaMetrics replace `http://:8428` with your remotewrite endpoint ```sh @@ -186,8 +187,8 @@ docker run -p 9093:9093 -v ./vmalert:/vmalert docker.io/victoriametrics/vmalert To verify if `vmalert` is running run `curl http://localhost:9093/health` and you should get OK as the response. -If you don't see errors in the command line after 30 seconds check VMUI to confirm recording rules are working and sending to VictoriaMetrics to `http://victoria-metrics-host:8428/vmui`. -Then type `victoriametrics:max:active:series:1d` and press the `execute query` button and if everything is working you see some metrics. +If you don't see errors in the command line after 30 seconds, check VMUI to confirm recording rules are working and sending to VictoriaMetrics by going to `http://victoria-metrics-host:8428/vmui`. +Then type `victoriametrics:max:active:series:1d` and press the `execute query` button and if everything is working you will see some metrics. If you are not using VictoriaMetrics you can run the query `victoriametrics:max:active:series:1d` in the explore page of Grafana or in Promethues UI. ### Build from Source diff --git a/docs/vmauth.md b/docs/vmauth.md index 32393582e..9c2d39b2a 100644 --- a/docs/vmauth.md +++ b/docs/vmauth.md @@ -123,7 +123,7 @@ The container image for vmauth can be found on [docker hub](https://hub.docker.c 1. Create `vmauth` config -Create a vmauth configuration by running the command below fater changing `victoriametrics_ip_or_hostname` to the ip or hostname of your victoriametrics instance. +Create a vmauth configuration by running the command below after changing `victoriametrics_ip_or_hostname` to the ip or hostname of your victoriametrics instance. ```sh mkdir -p ./vmauth && cat <./vmauth/auth.yaml