mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 03:02:41 +00:00
Add windows MSI installer start stop restart instructions to docs (#14929)
add windows MSI installer start, stop and restart commands
This commit is contained in:
parent
e24c40dcbf
commit
103f00c5cc
1 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,14 @@ using your preferred method listed above.
|
|||
sudo netdatacli shutdown-agent
|
||||
```
|
||||
|
||||
## Netdata MSI installations
|
||||
|
||||
Netdata provides an installer for Windows using WSL, on those installations by using a Windows terminal (e.g. the Command prompt or Windows Powershell) you can:
|
||||
|
||||
- Start Netdata, by running `start-netdata`
|
||||
- Stop Netdata, by running `stop-netdata`
|
||||
- Restart Netdata, by running `restart-netdata`
|
||||
|
||||
## Reload health configuration
|
||||
|
||||
You do not need to restart the Netdata Agent between changes to health configuration files, such as specific health
|
||||
|
|
Loading…
Add table
Reference in a new issue