mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +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
|
||||
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
|
||||
exporters:
|
||||
- name: Metric plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue