mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 19:46:54 +00:00
docs: document the Opsgenie "teams" responder type behavior (#3205)
* docs: document the Opsgenie "teams" responder type behavior It has been changed in #2685 but the behavior is not really documented: * `teams` supports a comma-separated list of teams, through the `name` fields only * if the list of teams is empty, no team responders are sent to Opsgenie --------- Signed-off-by: Jonathan Ballet <jon@multani.info>
This commit is contained in:
parent
d48dab39a5
commit
dc3f841da2
@ -1010,7 +1010,11 @@ responders:
|
||||
[ name: <tmpl_string> ]
|
||||
[ username: <tmpl_string> ]
|
||||
|
||||
# "team", "teams", "user", "escalation" or "schedule".
|
||||
# One of `team`, `teams`, `user`, `escalation` or `schedule`.
|
||||
#
|
||||
# The `teams` responder is configured using the `name` field above.
|
||||
# This field can contain a comma-separated list of team names.
|
||||
# If the list is empty, no responders are configured.
|
||||
type: <tmpl_string>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user