Attached below is my alertmanger.yaml file. The problem I ran into was that 
no matter what severity I defined in the alert, all events come in to 
ServiceNow as "info" from the webhook as an example down below. Any idea 
why???

global:

  resolve_timeout: 5m

receivers:

- name: prometheus-snow

  webhook_configs:

  - url: "https://";

    http_config:

      basic_auth:

        username: "xxx"

        password: "xxx"

route:

  group_by: ['alertname']

  receiver: prometheus-snow




-- 
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/5a8735ba-0ecc-4dd0-b648-976766bbd6ff%40googlegroups.com.

Reply via email to