mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Publish
This commit is contained in:
parent
3b440fec7b
commit
a75d5124c5
1 changed files with 0 additions and 9 deletions
|
|
@ -318,12 +318,3 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: Host clock not synchronising (instance {{ $labels.instance }})
|
summary: Host clock not synchronising (instance {{ $labels.instance }})
|
||||||
description: "Clock not synchronising. Ensure NTP is configured on this host.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "Clock not synchronising. Ensure NTP is configured on this host.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: HostRequiresReboot
|
|
||||||
expr: '(node_reboot_required > 0)'
|
|
||||||
for: 4h
|
|
||||||
labels:
|
|
||||||
severity: info
|
|
||||||
annotations:
|
|
||||||
summary: Host requires reboot (instance {{ $labels.instance }})
|
|
||||||
description: "{{ $labels.instance }} requires a reboot.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue