aboutsummaryrefslogtreecommitdiff
path: root/docs/node-mixin/alerts/alerts.libsonnet
diff options
context:
space:
mode:
Diffstat (limited to 'docs/node-mixin/alerts/alerts.libsonnet')
-rw-r--r--docs/node-mixin/alerts/alerts.libsonnet8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet
index 7b9fb89..4423f89 100644
--- a/docs/node-mixin/alerts/alerts.libsonnet
+++ b/docs/node-mixin/alerts/alerts.libsonnet
@@ -37,7 +37,7 @@
37 ||| % $._config, 37 ||| % $._config,
38 'for': '1h', 38 'for': '1h',
39 labels: { 39 labels: {
40 severity: 'critical', 40 severity: '%(nodeCriticalSeverity)s' % $._config,
41 }, 41 },
42 annotations: { 42 annotations: {
43 summary: 'Filesystem is predicted to run out of space within the next 4 hours.', 43 summary: 'Filesystem is predicted to run out of space within the next 4 hours.',
@@ -73,7 +73,7 @@
73 ||| % $._config, 73 ||| % $._config,
74 'for': '1h', 74 'for': '1h',
75 labels: { 75 labels: {
76 severity: 'critical', 76 severity: '%(nodeCriticalSeverity)s' % $._config,
77 }, 77 },
78 annotations: { 78 annotations: {
79 summary: 'Filesystem has less than 3% space left.', 79 summary: 'Filesystem has less than 3% space left.',
@@ -113,7 +113,7 @@
113 ||| % $._config, 113 ||| % $._config,
114 'for': '1h', 114 'for': '1h',
115 labels: { 115 labels: {
116 severity: 'critical', 116 severity: '%(nodeCriticalSeverity)s' % $._config,
117 }, 117 },
118 annotations: { 118 annotations: {
119 summary: 'Filesystem is predicted to run out of inodes within the next 4 hours.', 119 summary: 'Filesystem is predicted to run out of inodes within the next 4 hours.',
@@ -149,7 +149,7 @@
149 ||| % $._config, 149 ||| % $._config,
150 'for': '1h', 150 'for': '1h',
151 labels: { 151 labels: {
152 severity: 'critical', 152 severity: '%(nodeCriticalSeverity)s' % $._config,
153 }, 153 },
154 annotations: { 154 annotations: {
155 summary: 'Filesystem has less than 3% inodes left.', 155 summary: 'Filesystem has less than 3% inodes left.',