aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/node-mixin/config.libsonnet4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/node-mixin/config.libsonnet b/docs/node-mixin/config.libsonnet
index 8cf9860..b25c393 100644
--- a/docs/node-mixin/config.libsonnet
+++ b/docs/node-mixin/config.libsonnet
@@ -9,13 +9,13 @@
9 // empty, all filesystems are selected. If you have unusual 9 // empty, all filesystems are selected. If you have unusual
10 // filesystem you don't want to include in dashboards and 10 // filesystem you don't want to include in dashboards and
11 // alerting, you can exclude them here, e.g. 'fstype!="tmpfs"'. 11 // alerting, you can exclude them here, e.g. 'fstype!="tmpfs"'.
12 fsSelector: '', 12 fsSelector: 'fstype!=""',
13 13
14 // Select the device for disk-related queries. If left empty, all 14 // Select the device for disk-related queries. If left empty, all
15 // devices are selected. If you have unusual devices you don't 15 // devices are selected. If you have unusual devices you don't
16 // want to include in dashboards and alerting, you can exclude 16 // want to include in dashboards and alerting, you can exclude
17 // them here, e.g. 'device!="tmpfs"'. 17 // them here, e.g. 'device!="tmpfs"'.
18 diskDeviceSelector: '', 18 diskDeviceSelector: 'device!=""',
19 19
20 // Some of the alerts are meant to fire if a critical failure of a 20 // Some of the alerts are meant to fire if a critical failure of a
21 // node is imminent (e.g. the disk is about to run full). In a 21 // node is imminent (e.g. the disk is about to run full). In a