summaryrefslogtreecommitdiffstats
path: root/health/REFERENCE.md
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-04-13 08:39:52 -0400
committerAustin S. Hemmelgarn <austin@netdata.cloud>2020-04-13 08:42:22 -0400
commite2874320fc027f7ab51ab3e115d5b1889b8fd747 (patch)
treecd755ef9b8522634c61aed9888239c9b67394157 /health/REFERENCE.md
parent353780082c0ac8525e5b52aa8a29bbf5b70871e8 (diff)
Revert changes since v1.21 in pereparation for hotfix release.
Diffstat (limited to 'health/REFERENCE.md')
-rw-r--r--health/REFERENCE.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 9a53ce6b30..d00afa8c60 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -1,7 +1,6 @@
<!--
---
title: "Health configuration reference"
-date: 2020-03-31
custom_edit_url: https://github.com/netdata/netdata/edit/master/health/REFERENCE.md
---
-->
@@ -137,7 +136,7 @@ If you create a template using the `disk.io` context, it will apply an alarm to
The alarm or template will be used only if the operating system of the host matches this list specified in `os`. The
value is a space-separated list.
-The following example enables the entity on Linux, FreeBSD, and macOS, but no other operating systems.
+The following example enables the entity on Linux, FreeBSD, and MacOS, but no other operating systems.
```yaml
os: linux freebsd macos