Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe Default Receiver in the Alertmanager Configuration #4133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

network-charles
Copy link

This update describes the required default receiver on the configuration page.
Developers may not know that not specifying a default receiver may throw an error message saying:

err="root route must specify a default receiver"

Though the default receiver attribute was specified in the example below, it wasn't clear if it was simply an example or a requirement.

Example

# The root route with all parameters, which are inherited by the child
# routes if they are not overwritten.
route:
  receiver: 'default-receiver'
  group_wait: 30s

Signed-off-by: Charles Uneze <charlesniklaus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants