mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmagent/README.md: apply typo fix from 1fda517af9
This commit is contained in:
parent
f9843442f2
commit
9676519830
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,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