summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-11-16 16:04:13 +0200
committerGitHub <noreply@github.com>2023-11-16 16:04:13 +0200
commitcd82944a89f32e00951fa4a6e4b3a75ec08cfc1d (patch)
treec138aa4415e07b7dc19932aa92dade34a7fcb049
parentf436608ba2262387b3bc560f5de6701bd99642f9 (diff)
Minor: Remove backtick from doc (#16423)
remove backtick
-rw-r--r--health/REFERENCE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index 730a41a07a..c2666f13ad 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -701,14 +701,14 @@ If you have an e.g. external disk mounted on `/mnt/disk1` and you don't wish any
it (but you do for all other mount points), you can add the following to the alert's configuration:
```yaml
-chart labels: mount_point=!/mnt/disk1 *`
+chart labels: mount_point=!/mnt/disk1 *
```
The `chart labels` is a space-separated list that accepts simple patterns. If you use multiple different chart labels,
then the result is an OR between them. i.e. the following:
```yaml
-chart labels: mount_point=/mnt/disk1 device=sda`
+chart labels: mount_point=/mnt/disk1 device=sda
```
Will create the alert if the `mount_point` is `/mnt/disk1` or the `device` is `sda`. Furthermore, if a chart label name