summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-09-17 17:42:21 +0300
committerGitHub <noreply@github.com>2021-09-17 17:42:21 +0300
commita686aade3685f1fbf397521d8635e1dd18519009 (patch)
treeca3fd49fe46d1130991c2e4730999499111691a6 /health
parentd783c422752c3b9fd4c65e9dcace0f97294b0148 (diff)
add a note about handling backslashes (#11527)
Diffstat (limited to 'health')
-rw-r--r--health/REFERENCE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 456912ea70..2e62ad9bcd 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -54,6 +54,9 @@ Netdata parses the following lines. Beneath the table is an in-depth explanation
- A few lines use space-separated lists to define how the entity behaves. You can use `*` as a wildcard or prefix with
`!` for a negative match. Order is important, too! See our [simple patterns docs](../libnetdata/simple_pattern/) for
more examples.
+- Lines terminated by a `\` are spliced together with the next line. The backslash is removed and the following line is
+ joined with the current one. No space is inserted, so you may split a line anywhere, even in the middle of a word.
+ This comes in handy if your `info` line consists of several sentences.
| line | required | functionality |
| --------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------- |