summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslavox <slavox@users.noreply.github.com>2023-04-03 10:15:36 +0000
committerGitHub <noreply@github.com>2023-04-03 13:15:36 +0300
commit20517072c292da5d8c8f903058113d9db5eb2ca6 (patch)
tree10ac72d127e7338d9404bd2dde6655301f0c642e
parent4393cf933bd1753da9c119c5facc996295221835 (diff)
fix typo alerms -> alarms (#14854)
-rw-r--r--health/REFERENCE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 795986e83d..48749ea91f 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -77,7 +77,7 @@ In the `netdata.conf` `[health]` section, set `enabled` to `no`, and restart the
### Disable some alerts
-In the `netdata.conf` `[health]` section, set `enabled alerms` to a
+In the `netdata.conf` `[health]` section, set `enabled alarms` to a
[simple pattern](https://github.com/netdata/netdata/edit/master/libnetdata/simple_pattern/README.md) that
excludes one or more alerts. e.g. `enabled alarms = !oom_kill *` will load all alarms except `oom_kill`.