Decrease NodeSystemdServiceFailed severity to warning
Signed-off-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com>
This commit is contained in:
parent
580c497261
commit
da32f8de17
|
@ -398,7 +398,7 @@
|
||||||
||| % $._config,
|
||| % $._config,
|
||||||
'for': '5m',
|
'for': '5m',
|
||||||
labels: {
|
labels: {
|
||||||
severity: 'critical',
|
severity: 'warning',
|
||||||
},
|
},
|
||||||
annotations: {
|
annotations: {
|
||||||
summary: 'Systemd service has entered failed state.',
|
summary: 'Systemd service has entered failed state.',
|
||||||
|
|
Loading…
Reference in New Issue