mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
update rules.yml
This commit is contained in:
parent
0eb66a5d2c
commit
a6230144fd
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ groups:
|
||||||
description: 'Clock skew detected. Clock is out of sync. Ensure NTP is configured correctly on this host.'
|
description: 'Clock skew detected. Clock is out of sync. Ensure NTP is configured correctly on this host.'
|
||||||
query: '((node_timex_offset_seconds > 0.05 and deriv(node_timex_offset_seconds[5m]) >= 0) or (node_timex_offset_seconds < -0.05 and deriv(node_timex_offset_seconds[5m]) <= 0)) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'
|
query: '((node_timex_offset_seconds > 0.05 and deriv(node_timex_offset_seconds[5m]) >= 0) or (node_timex_offset_seconds < -0.05 and deriv(node_timex_offset_seconds[5m]) <= 0)) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 10m
|
||||||
- name: Host clock not synchronising
|
- name: Host clock not synchronising
|
||||||
description: 'Clock not synchronising. Ensure NTP is configured on this host.'
|
description: 'Clock not synchronising. Ensure NTP is configured on this host.'
|
||||||
query: '(min_over_time(node_timex_sync_status[1m]) == 0 and node_timex_maxerror_seconds >= 16) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'
|
query: '(min_over_time(node_timex_sync_status[1m]) == 0 and node_timex_maxerror_seconds >= 16) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue