mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Update rules.yml
This commit is contained in:
parent
6697a919da
commit
df07aa286b
1 changed files with 3 additions and 6 deletions
|
|
@ -15,7 +15,8 @@ groups:
|
||||||
- rules:
|
- rules:
|
||||||
- name: Prometheus job missing
|
- name: Prometheus job missing
|
||||||
description: A Prometheus job has disappeared
|
description: A Prometheus job has disappeared
|
||||||
query: 'absent(up{job="prometheus"})'
|
query: 'absent(
|
||||||
|
job="prometheus"})'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Prometheus target missing
|
- name: Prometheus target missing
|
||||||
description: A Prometheus target has disappeared. An exporter might be crashed.
|
description: A Prometheus target has disappeared. An exporter might be crashed.
|
||||||
|
|
@ -1803,7 +1804,7 @@ groups:
|
||||||
for: 1m
|
for: 1m
|
||||||
|
|
||||||
|
|
||||||
- name: Network and storage
|
- name: Network, security and storage
|
||||||
services:
|
services:
|
||||||
- name: Ceph
|
- name: Ceph
|
||||||
exporters:
|
exporters:
|
||||||
|
|
@ -1989,10 +1990,6 @@ groups:
|
||||||
- name: Embedded exporter
|
- name: Embedded exporter
|
||||||
doc_url: https://github.com/hashicorp/vault/blob/master/website/content/docs/configuration/telemetry.mdx#prometheus
|
doc_url: https://github.com/hashicorp/vault/blob/master/website/content/docs/configuration/telemetry.mdx#prometheus
|
||||||
rules:
|
rules:
|
||||||
- name: Vault down
|
|
||||||
description: Vault instance is down on {{ $labels.instance }}
|
|
||||||
query: 'up{job="vault"} == 0'
|
|
||||||
severity: critical
|
|
||||||
- name: Vault sealed
|
- name: Vault sealed
|
||||||
description: 'Vault instance is sealed on {{ $labels.instance }}'
|
description: 'Vault instance is sealed on {{ $labels.instance }}'
|
||||||
query: 'vault_core_unsealed == 0'
|
query: 'vault_core_unsealed == 0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue