docs/node-mixin/alerts: make NodeFilesystemAlmostOutOfSpace fire earlier

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom 2021-07-29 11:03:13 +02:00 committed by Johannes 'fish' Ziemke
parent 26ca609183
commit 832909dd25
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
node_filesystem_readonly{%(nodeExporterSelector)s,%(fsSelector)s} == 0
)
||| % $._config,
'for': '1h',
'for': '30m',
labels: {
severity: 'warning',
},
@ -71,7 +71,7 @@
node_filesystem_readonly{%(nodeExporterSelector)s,%(fsSelector)s} == 0
)
||| % $._config,
'for': '1h',
'for': '30m',
labels: {
severity: '%(nodeCriticalSeverity)s' % $._config,
},