EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a427bb0a authored by Karl Grube's avatar Karl Grube
Browse files

added warning for failed services

parent c33ce236
No related branches found
No related tags found
No related merge requests found
......@@ -171,5 +171,13 @@ groups:
annotations:
summary: "Unusual disk read latency (instance {{ $labels.instance }})"
description: "Disk latency is growing (read operations > 100ms)\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
- alert: ServiceFailed
expr: node_systemd_unit_state{state='failed'} > 0
for: 30m
labels:
severity: warning
annotations:
summary: "Service failed (instance {{ $labels.instance }})"
description: "Service Failed. Check host to ensure functioning.\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment