Skip to content

Commit

Permalink
fix typo in README + clarify input format
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 2, 2024
1 parent 7330e1f commit b1df2ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ A simple service to accept webhook payloads from [Prometheus Alertmanager](https

## Alert format

`gnocpush` expects that alerts have labels taht match GlocalNOC's required parameter names.
The `gnocpush` input json format is the same as the [Prometheus Alertmanager webhook format](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config).
Labels/annotations are required that match GlocalNOC's required parameter names.

Note that group annotations/labels from the alert group are ignored.
Note that the top level common/group annotations/labels are ignored.

### Required annotations

Expand Down

0 comments on commit b1df2ea

Please sign in to comment.