mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Update rules.yml
This commit is contained in:
parent
fff8a80ae5
commit
a8d7c43b30
1 changed files with 9 additions and 0 deletions
|
|
@ -2982,6 +2982,15 @@ groups:
|
||||||
severity: critical
|
severity: critical
|
||||||
for: 5m
|
for: 5m
|
||||||
|
|
||||||
|
- name: Grafana Alloy
|
||||||
|
exporters:
|
||||||
|
- slug: embedded-exporter
|
||||||
|
rules:
|
||||||
|
- name: Grafana Alloy service down
|
||||||
|
description: Alloy on (instance {{ $labels.instance }}) is not responding or has stopped running.
|
||||||
|
query: 'count by (instance) (alloy_build_info) unless count by (instance) (alloy_build_info offset 2m) '
|
||||||
|
severity: critical
|
||||||
|
|
||||||
- name: Jenkins
|
- name: Jenkins
|
||||||
exporters:
|
exporters:
|
||||||
- name: Metric plugin
|
- name: Metric plugin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue