mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
grammar fixes
This commit is contained in:
parent
0d5b36d8ba
commit
80cef0bc64
2 changed files with 5 additions and 4 deletions
|
@ -174,7 +174,8 @@ END
|
|||
2. Run the container
|
||||
|
||||
|
||||
Run the command below after replacing `<victoriametrics-ip-or-host>:8428` with your VictoriaMetrics or Prometheus remote write URL
|
||||
Run the command below after replacing `<victoriametrics-ip-or-host>:8428` with your VictoriaMetrics ip address or hostname.
|
||||
If you are `vmalert` with something other than VictoriaMetrics replace `http://<victoriametrics-ip-or-host>: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
|
||||
|
|
|
@ -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 <<END >./vmauth/auth.yaml
|
||||
|
|
Loading…
Reference in a new issue