mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 22:38:55 +00:00
docs edit (#18895)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
This commit is contained in:
parent
f2329db8bb
commit
b1c9385c70
2 changed files with 10 additions and 11 deletions
docs/netdata-agent
|
@ -1,9 +0,0 @@
|
|||
# Reload health configuration
|
||||
|
||||
## Unix systems
|
||||
|
||||
No need to restart the Netdata Agent after modifying health configuration files (alerts). Use `netdatacli` to avoid metric collection gaps.
|
||||
|
||||
```bash
|
||||
sudo netdatacli reload-health
|
||||
```
|
|
@ -1,8 +1,8 @@
|
|||
# Start, stop, or restart the Netdata Agent
|
||||
# Service Control
|
||||
|
||||
The Netdata Agent automatically starts at boot after installation.
|
||||
|
||||
> In most cases, you need to **restart the Netdata service** to apply changes to configuration files. [Health configuration](/docs/netdata-agent/reload-health-configuration.md) files, which define alerts, are an exception. They can be reloaded **without restarting** by using the `netdatacli` tool.
|
||||
> In most cases, you need to **restart the Netdata service** to apply changes to configuration files. Health configuration files, which define alerts, are an exception. They can be [reloaded](#reload-health) **without restarting**.
|
||||
>
|
||||
> Restarting the Netdata Agent will cause temporary gaps in your collected metrics. This occurs while the netdata process reinitializes its data collectors and database engine.
|
||||
|
||||
|
@ -34,6 +34,14 @@ The Netdata Agent also comes with a [CLI tool](/src/cli/README.md) capable of pe
|
|||
sudo netdatacli shutdown-agent
|
||||
```
|
||||
|
||||
### Reload health
|
||||
|
||||
No need to restart the Netdata Agent after modifying health configuration files (alerts). Use `netdatacli` to avoid metric collection gaps.
|
||||
|
||||
```bash
|
||||
sudo netdatacli reload-health
|
||||
```
|
||||
|
||||
## Windows systems
|
||||
|
||||
> **Note**
|
||||
|
|
Loading…
Add table
Reference in a new issue