mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
docs/vmagent.md: fix typo (#3186)
This commit is contained in:
parent
b96fe2e265
commit
f9843442f2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Pass `-help` to `vmagent` in order to see [the full list of supported command-li
|
||||||
|
|
||||||
`vmagent` supports multiple approaches for reloading configs from updated config files such as `-promscrape.config`, `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig`:
|
`vmagent` supports multiple approaches for reloading configs from updated config files such as `-promscrape.config`, `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig`:
|
||||||
|
|
||||||
* Sending `SUGHUP` signal to `vmagent` process:
|
* Sending `SIGHUP` signal to `vmagent` process:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kill -SIGHUP `pidof vmagent`
|
kill -SIGHUP `pidof vmagent`
|
||||||
|
|
Loading…
Reference in a new issue