summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-02-20 20:46:35 -0700
committerGitHub <noreply@github.com>2020-02-20 19:46:35 -0800
commit19ef3f93792d382992afbdce74743d868eaa3074 (patch)
tree239376c6e805e270803f9efc409775b86b70b2e1 /health
parent89519bcb51155c56bd5aadfe55f18ca9a885a3f8 (diff)
Tutorials to support v1.20 release (#7943)
* Add draft of CockroachDB tutorial * Fixed and new images * Support figures for images * Change border color * Change job * Initialize eBPF tutorial * Very very rough draft of host labels tutorial * Add a few mentions of tutorial * Fix for Thiago * Simplify health entities * Fixes for Thiago * Fixes and add tutorials to collectors README * Fixes to cockroachBD * Remove ebpf tutorial * remove link * Updates for Patti and Thiago * Add streaming security note * Straightaway
Diffstat (limited to 'health')
-rw-r--r--health/REFERENCE.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 7ae7d6301d..3eede10724 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -374,8 +374,10 @@ good idea to tell Netdata to not clear the notification, by using the `no-clear-
#### Alarm line `host labels`
-Defines the list of labels present on a host. For example, let's suppose that `netdata.conf` is configured with the
-following labels:
+Defines the list of labels present on a host. See our [host labels tutorial](../docs/tutorials/using-host-labels.md) for
+an explanation of host labels and how to implement them.
+
+For example, let's suppose that `netdata.conf` is configured with the following labels:
```yaml
[host labels]
@@ -391,7 +393,7 @@ And more labels in `netdata.conf` for workstations:
room = workstation
```
-By defining labels inside of `netdata.conf`, you can now apply labels to alarms. For example, you can add the following
+By defining labels inside of `netdata.conf`, you can now apply labels to alarms. For example, you can add the following
line to any alarms you'd like to apply to hosts that have the label `room = server`.
```yaml