mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-24 15:19:29 +00:00
[aaisp-exporter] Update to common 4.5.3
This commit is contained in:
@@ -48,15 +48,15 @@ metrics:
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
labels: {}
|
||||
# -- Configure additionial rules for the chart under this key.
|
||||
# -- Configure additional rules for the chart under this key.
|
||||
# @default -- See prometheusrules.yaml
|
||||
rules: []
|
||||
# - alert: aaispExporterAbsent
|
||||
# annotations:
|
||||
# description: aaisp Exporter has disappeared from Prometheus service discovery.
|
||||
# summary: aaisp Exporter is down.
|
||||
# expr: |
|
||||
# absent(up{job=~".*aaispexporter.*"} == 1)
|
||||
# for: 5m
|
||||
# labels:
|
||||
# severity: critical
|
||||
rules:
|
||||
- alert: AAISPExporterAbsent
|
||||
annotations:
|
||||
description: AAISP Exporter has disappeared from Prometheus service discovery.
|
||||
summary: AAISP Exporter is down.
|
||||
expr: |
|
||||
absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1)
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
|
||||
Reference in New Issue
Block a user