Hi, 

I am trying to configure alertmanager for Slack and Outlook. Individually, 
they work perfectly, but when I try both of them together in 
alertmanager.yml, I get an error. Here is the basic structure of my config:

global:

  resolve_timeout: 1m

  slack_api_url: *******

route:

  receiver: 'outlook-notification'

  receiver: 'slack-notification'

receivers:

- name: 'outlook-notification'

  email_configs:

  - to: *******

    from: *******

    smarthost: *******

    auth_username: *******

    auth_identity: *******

    auth_password: *******

    send_resolved: true

- name: 'slack-notification'

  slack_configs:

  - channel: '******'

  send_resolved: true

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/cda16bd8-e698-48de-bcbf-c20c22f3773bo%40googlegroups.com.

Reply via email to