mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/prometheus] Add example alert config (#966) Signed-off-by: Anton Huck <anton.huck@netlight.com> * [stable/prometheus] Remove trailing slash Signed-off-by: Anton Huck <anton.huck@netlight.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: prometheus
|
||||
version: 7.3.4
|
||||
version: 7.3.5
|
||||
appVersion: 2.4.3
|
||||
description: Prometheus is a monitoring system and time series database.
|
||||
home: https://prometheus.io/
|
||||
|
||||
@@ -816,7 +816,22 @@ alertmanagerFiles:
|
||||
## Prometheus server ConfigMap entries
|
||||
##
|
||||
serverFiles:
|
||||
|
||||
## Alerts configuration
|
||||
## Ref: https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/
|
||||
alerts: {}
|
||||
# groups:
|
||||
# - name: Instances
|
||||
# rules:
|
||||
# - alert: InstanceDown
|
||||
# expr: up == 0
|
||||
# for: 5m
|
||||
# labels:
|
||||
# severity: page
|
||||
# annotations:
|
||||
# description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 5 minutes.'
|
||||
# summary: 'Instance {{ $labels.instance }} down'
|
||||
|
||||
rules: {}
|
||||
|
||||
prometheus.yml:
|
||||
|
||||
Reference in New Issue
Block a user