Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Aug 15, 2023
1 parent b19b403 commit c3d7878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ groups:
severity: warning
for: 2m
- 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'
severity: critical
- name: Host inodes will fill in 24 hours
Expand Down Expand Up @@ -2301,7 +2301,7 @@ groups:
description: 'Vault cluster is not healthy {{ $labels.instance }}: {{ $value | printf "%.2f"}}%'
query: 'sum(vault_core_active) / count(vault_core_active) <= 0.5'
severity: critical


- name: Cloudflare
exporters:
Expand Down

0 comments on commit c3d7878

Please sign in to comment.