summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-09-10 13:10:01 +0000
committerGitHub <noreply@github.com>2020-09-10 13:10:01 +0000
commitf57c6c0df9112a43bb13416d3368c6de4105699e (patch)
tree08e86887e31de16ca14ae62110e3148337f6f9c5 /docs
parent54916258aa5b687766b8bcf7bb5a058fada3f855 (diff)
Change instruction to reload HEALTH (#9869)
Add netdatacli as instruction to reload health.
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/monitor/stop-notifications-alarms.md4
-rw-r--r--docs/guides/step-by-step/step-05.md8
2 files changed, 4 insertions, 8 deletions
diff --git a/docs/guides/monitor/stop-notifications-alarms.md b/docs/guides/monitor/stop-notifications-alarms.md
index 1b882d8ec3..bf897e0f57 100644
--- a/docs/guides/monitor/stop-notifications-alarms.md
+++ b/docs/guides/monitor/stop-notifications-alarms.md
@@ -72,8 +72,8 @@ To silence this alarm, change `sysadmin` to `silent`.
to: silent
```
-Use `killall -USR2 netdata` to reload your health configuration and ensure you get no more notifications about that
-alarm.
+Use one of the available [methods](/health/QUICKSTART.md#reload-health-configuration) to reload your health configuration
+ and ensure you get no more notifications about that alarm**.
You can add `to: silent` to any alarm you'd rather not bother you with notifications.
diff --git a/docs/guides/step-by-step/step-05.md b/docs/guides/step-by-step/step-05.md
index 2fc1d19b15..f54545acf5 100644
--- a/docs/guides/step-by-step/step-05.md
+++ b/docs/guides/step-by-step/step-05.md
@@ -70,11 +70,7 @@ the `warn` and `crit` lines to the values of your choosing. For example:
```
You _can_ [restart Netdata](/docs/getting-started.md#start-stop-and-restart-netdata) to enable your tune, but you can
-also send a signal to Netdata to reload _only_ the health monitoring component.
-
-```bash
-killall -USR2 netdata
-```
+also reload _only_ the health monitoring component using one of the available [methods](/health/QUICKSTART.md#reload-health-configuration).
You can also tune any other aspect of the default alarms. To better understand how each line in a health entity works,
read our [health documentation](/health/README.md).
@@ -106,7 +102,7 @@ To silence this alarm, change `sysadmin` to `silent`.
to: silent
```
-Use `killall -USR2 netdata` to reload your health configuration. You can add `to: silent` to any alarm you'd rather not
+Use `netdatacli reload-health` to reload your health configuration. You can add `to: silent` to any alarm you'd rather not
bother you with notifications.
## Write your first health entity