Skip to content

Commit

Permalink
Add some missing PagerDuty fields to docs (#2380)
Browse files Browse the repository at this point in the history
These fields are all available on the PagerdutyConfig type:
https://github.com/prometheus/alertmanager/blob/59a96579cc9d117ae72cfb6ad45033ee746c6ba8/config/notifiers.go#L201..L203

I took the descriptions from the PagerDuty events-api-v2 docs:
https://developer.pagerduty.com/docs/events-api-v2/overview/

Signed-off-by: Gerard Ryan <gryan@redhat.com>
  • Loading branch information
grdryn authored Sep 28, 2020
1 parent dd1a8fb commit a8ed0d5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,15 @@ images:
links:
[ <link_config> ... ]

# The part or component of the affected system that is broken.
[ component: <tmpl_string> ]

# A cluster or grouping of sources.
[ group: <tmpl_string> ]

# The class/type of the event.
[ class: <tmpl_string> ]

# The HTTP client's configuration.
[ http_config: <http_config> | default = global.http_config ]
```
Expand Down

0 comments on commit a8ed0d5

Please sign in to comment.