Skip to content

Commit

Permalink
fix: pvediskfillingup id/instance
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 5, 2024
1 parent f2d94dc commit 36e99fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ spec:
- name: pve
rules:
- alert: PVEDiskFillingUp
expr: (sum by (instance) (pve_disk_usage_bytes{id=~".*local-lvm"}) / sum by (instance) (pve_disk_size_bytes{id=~".*local-lvm"})) * 100 > 90
expr: (sum by (id) (pve_disk_usage_bytes{id=~".*local-lvm"}) / sum by (id) (pve_disk_size_bytes{id=~".*local-lvm"})) * 100 > 90
for: 5m
labels:
severity: warning
annotations:
summary: PVE local-lvm disk filling on {{ $labels.instance }}
summary: PVE local-lvm disk filling on {{ $labels.id }}
- name: loki
rules:
- alert: LokiMetricsWriteFailed
Expand Down

0 comments on commit 36e99fa

Please sign in to comment.