mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
fix ci
This commit is contained in:
parent
b19b403862
commit
c3d78786e8
1 changed files with 2 additions and 2 deletions
|
|
@ -197,7 +197,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Host filesystem device error
|
- name: Host filesystem device error
|
||||||
description: {{ $labels.instance }}: Device error with the {{ $labels.mountpoint }} filesystem
|
description: '{{ $labels.instance }}: Device error with the {{ $labels.mountpoint }} filesystem'
|
||||||
query: 'node_filesystem_device_error == 1'
|
query: 'node_filesystem_device_error == 1'
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Host inodes will fill in 24 hours
|
- name: Host inodes will fill in 24 hours
|
||||||
|
|
@ -2301,7 +2301,7 @@ groups:
|
||||||
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
|
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
|
||||||
query: 'sum(vault_core_active) / count(vault_core_active) <= 0.5'
|
query: 'sum(vault_core_active) / count(vault_core_active) <= 0.5'
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
||||||
|
|
||||||
- name: Cloudflare
|
- name: Cloudflare
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue