mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Fix alert
Signed-off-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com>
This commit is contained in:
parent
504f5d610a
commit
c753942b7b
|
@ -410,8 +410,8 @@
|
|||
{
|
||||
alert: 'NodeSystemdServiceCrashlooping',
|
||||
expr: |||
|
||||
increase(node_systemd_service_restart_total{%(filteringSelector)s}[5m]) > 2
|
||||
||| % this.config,
|
||||
increase(node_systemd_service_restart_total{%(nodeExporterSelector)s}[5m]) > 2
|
||||
||| % $._config,
|
||||
'for': '15m',
|
||||
labels: {
|
||||
severity: 'warning',
|
||||
|
|
Loading…
Reference in a new issue