@cryptotaxi247 / netdata-1 / commits / a686aade3

add a note about handling backslashes (#11527)

Ilya Mashchenko committed Sep 17, 2021 at 17:42 UTC a686aade3685f1fbf397521d8635e1dd18519009
1 file changed +3
health/REFERENCE.md
+3
@@ -54,6 +54,9 @@ Netdata parses the following lines. Beneath the table is an in-depth explanation
54 - A few lines use space-separated lists to define how the entity behaves. You can use `*` as a wildcard or prefix with
55 `!` for a negative match. Order is important, too! See our [simple patterns docs](../libnetdata/simple_pattern/) for
56 more examples.
57 +- Lines terminated by a `\` are spliced together with the next line. The backslash is removed and the following line is
58 + joined with the current one. No space is inserted, so you may split a line anywhere, even in the middle of a word.
59 + This comes in handy if your `info` line consists of several sentences.
60
61 | line | required | functionality |
62 | --------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------- |