Skip to content

Commit

Permalink
docs: document the Opsgenie "teams" responder type behavior (#3205)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
multani authored Jul 2, 2024
1 parent d48dab3 commit dc3f841
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand Down

0 comments on commit dc3f841

Please sign in to comment.