From 1685e181ae1a88460aca6cbdd014ef093fa63666 Mon Sep 17 00:00:00 2001 From: Denys Holius <5650611+denisgolius@users.noreply.github.com> Date: Tue, 22 Feb 2022 20:07:04 +0200 Subject: [PATCH] Added minimal supported version of AlertManager (#2237) * added minimal supported version of supported AlertManager * docs: `make docs-sync` Co-authored-by: Aliaksandr Valialkin --- app/vmalert/README.md | 2 +- docs/vmalert.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 191524df1..bc701e24b 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -15,7 +15,7 @@ implementation and aims to be compatible with its syntax. support and expressions validation; * Prometheus [alerting rules definition format](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#defining-alerting-rules) support; -* Integration with [Alertmanager](https://github.com/prometheus/alertmanager); +* Integration with [Alertmanager](https://github.com/prometheus/alertmanager) starting from [Alertmanager v0.16.0-aplha](https://github.com/prometheus/alertmanager/releases/tag/v0.16.0-alpha.0); * Keeps the alerts [state on restarts](#alerts-state-on-restarts); * Graphite datasource can be used for alerting and recording rules. See [these docs](#graphite); * Recording and Alerting rules backfilling (aka `replay`). See [these docs](#rules-backfilling); diff --git a/docs/vmalert.md b/docs/vmalert.md index 1cf438a2a..25272538b 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -19,7 +19,7 @@ implementation and aims to be compatible with its syntax. support and expressions validation; * Prometheus [alerting rules definition format](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/#defining-alerting-rules) support; -* Integration with [Alertmanager](https://github.com/prometheus/alertmanager); +* Integration with [Alertmanager](https://github.com/prometheus/alertmanager) starting from [Alertmanager v0.16.0-aplha](https://github.com/prometheus/alertmanager/releases/tag/v0.16.0-alpha.0); * Keeps the alerts [state on restarts](#alerts-state-on-restarts); * Graphite datasource can be used for alerting and recording rules. See [these docs](#graphite); * Recording and Alerting rules backfilling (aka `replay`). See [these docs](#rules-backfilling);