Skip to content

Commit

Permalink
Update CHANGELOG and minor edit on README
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhortet committed Sep 20, 2018
1 parent daad39c commit 90dbc56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch

## [Unreleased](https://github.com/idealista/prom2teams/tree/develop)

## Added
- *[#94](https://github.com/idealista/prom2teams/pull/94) Always group by status @manuhortet*

## [2.2.1](https://github.com/idealista/prom2teams/tree/2.2.1)
[Full Changelog](https://github.com/idealista/prom2teams/compare/2.1.2...2.2.1)
## Added
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ $ prom2teams [--configpath <config file path>] [--groupalertsby ("name"|"descrip
# To show the help message:
$ prom2teams --help
```

Another options to start the service are:
Other options to start the service are:

```bash
export APP_CONFIG_FILE=<config file path>
$ prom2teams
```
**Note:** Grouping alerts only works since v2.2.0

### Docker image

Expand Down Expand Up @@ -135,6 +135,7 @@ Path: <Jinja2 template path> # default: app resources template
[Group Alerts]
Field: <Field to group alerts by> # alerts won't be grouped by default
```
**Note:** Grouping alerts only works since v2.2.0

### Configuring Prometheus

Expand Down

0 comments on commit 90dbc56

Please sign in to comment.