Search code examples
emailconfigurationmonitoringprometheus

Multiple email receivers in prometheus alertmanager "to" field


How can I create a receiver configuration with multiple email addresses in the "to" field?


Solution

  • You can put comma separated email addresses in the to field.

    to: '[email protected], [email protected]'