Remove development status from release version

This commit is contained in:
Fabian Reinartz 2016-03-01 11:14:01 +01:00
parent 078d5d17e6
commit 1494104e56
1 changed files with 0 additions and 8 deletions

View File

@ -40,14 +40,6 @@ $ make build
$ ./alertmanager -config.file=<your_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).