From 1494104e5692aa46ed86b02d694b464d8506e4ca Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Tue, 1 Mar 2016 11:14:01 +0100 Subject: [PATCH] Remove development status from release version --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 87298298..af684d41 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,6 @@ $ make build $ ./alertmanager -config.file= ``` -## Status - -This version was written from scratch. Core features enabled by this is are more advanced alert routing configurations and grouping/batching of alerts. Thus, squashing expression results through aggregation in alerting rules is no longer required to avoid noisyness. - -The concepts of alert routing were outlined in [this document](https://docs.google.com/document/d/1-4jefGkFo71jlaLo4lHz40ZBoCv9ycBBBbjzbXifGyY/edit?usp=sharing). - -The version implements full persistence of alerts, silences, and notification state. On restart it picks up right where it left off. - ## Example This is an example configuration that should cover most relevant aspects of the new YAML configuration format. Authoritative source for now is the [code](https://github.com/prometheus/alertmanager/tree/dev/config).