health_fix_typo: Fix typo (#9860)
Fix wrong parameter specified in our documentation.
thiagoftsm committed
Sep 1, 2020 at 16:38 UTC
f0b1dc711e5f18bd1bd94257cf15bc6de47d9f3d
2 files changed
+2
-2
docs/guides/monitor/stop-notifications-alarms.md
+1
-1
@@ -75,7 +75,7 @@ To silence this alarm, change `sysadmin` to `silent`.
75
Use `killall -USR2 netdata` to reload your health configuration and ensure you get no more notifications about that
76
alarm.
77
78
-You can add `to: silence` to any alarm you'd rather not bother you with notifications.
78
+You can add `to: silent` to any alarm you'd rather not bother you with notifications.
79
80
## What's next?
81
docs/guides/step-by-step/step-05.md
+1
-1
@@ -106,7 +106,7 @@ To silence this alarm, change `sysadmin` to `silent`.
106
to: silent
107
```
108
109
-Use `killall -USR2 netdata` to reload your health configuration. You can add `to: silence` to any alarm you'd rather not
109
+Use `killall -USR2 netdata` to reload your health configuration. You can add `to: silent` to any alarm you'd rather not
110
bother you with notifications.
111
112
## Write your first health entity