maabara/manifests/prometheus/charts/alertmanager
2024-11-18 13:27:08 -05:00
..
ci argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00
templates argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00
.helmignore argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00
Chart.yaml argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00
README.md argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00
values.schema.json argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00
values.yaml argoCD monitoring manifests for IaC 2024-11-18 13:27:08 -05:00

Alertmanager

As per prometheus.io documentation:

The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.

Prerequisites

Kubernetes 1.14+

Get Repository Info

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

See helm repo for command documentation.

Install Chart

helm install [RELEASE_NAME] prometheus-community/alertmanager

See configuration below.

See helm install for command documentation.

Uninstall Chart

helm uninstall [RELEASE_NAME]

This removes all the Kubernetes components associated with the chart and deletes the release.

See helm uninstall for command documentation.

Upgrading Chart

helm upgrade [RELEASE_NAME] [CHART] --install

See helm upgrade for command documentation.

To 1.0

The configmap-reload container was replaced by the prometheus-config-reloader. Extra command-line arguments specified via configmapReload.prometheus.extraArgs are not compatible and will break with the new prometheus-config-reloader, refer to the sources in order to make the appropriate adjustment to the extea command-line arguments. The networking.k8s.io/v1beta1 is no longer supported. use networking.k8s.io/v1.

Configuration

See Customizing the Chart Before Installing. To see all configurable options with detailed comments, visit the chart's values.yaml, or run these configuration commands:

helm show values prometheus-community/alertmanager