mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-25 07:39:23 +00:00
[hg612-exporter] Update common to 4.5.3
This commit is contained in:
@@ -60,16 +60,16 @@ metrics:
|
||||
labels: {}
|
||||
# -- Configure additionial rules for the chart under this key.
|
||||
# @default -- See prometheusrules.yaml
|
||||
rules: []
|
||||
# - alert: HG612ExporterAbsent
|
||||
# annotations:
|
||||
# description: HG612 Exporter has disappeared from Prometheus service discovery.
|
||||
# summary: HG612 Exporter is down.
|
||||
# expr: |
|
||||
# absent(up{job=~".*hg612exporter.*"} == 1)
|
||||
# for: 5m
|
||||
# labels:
|
||||
# severity: critical
|
||||
rules:
|
||||
- alert: HG612ExporterAbsent
|
||||
annotations:
|
||||
description: HG612 Exporter has disappeared from Prometheus service discovery.
|
||||
summary: HG612 Exporter is down.
|
||||
expr: |
|
||||
absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1)
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
# -- Enable and configure Grafana dashboard ConfigMaps for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
dashboards:
|
||||
|
||||
Reference in New Issue
Block a user