fix typo alerms -> alarms (#14854)
slavox committed
Apr 3, 2023 at 10:15 UTC
20517072c292da5d8c8f903058113d9db5eb2ca6
1 file changed
+1
-1
health/REFERENCE.md
+1
-1
@@ -77,7 +77,7 @@ In the `netdata.conf` `[health]` section, set `enabled` to `no`, and restart the
77
78
### Disable some alerts
79
80
-In the `netdata.conf` `[health]` section, set `enabled alerms` to a
80
+In the `netdata.conf` `[health]` section, set `enabled alarms` to a
81
[simple pattern](https://github.com/netdata/netdata/edit/master/libnetdata/simple_pattern/README.md) that
82
excludes one or more alerts. e.g. `enabled alarms = !oom_kill *` will load all alarms except `oom_kill`.
83