Alerts from AlertManager come in to ServiceNow as "INFO" no matter what severity was defined for each single alert.
16 views
Skip to first unread message
Zhang Zhao
unread,
May 26, 2020, 4:19:58 PM5/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
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
Brian Candler
unread,
May 26, 2020, 5:03:12 PM5/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
The screenshot appears to show an alert with annotation {"severity":"4"}. I am guessing this label is being set in your alerting rules? If not, what is setting it? Is it a label from the original scrape?
Perhaps if you show the alerting rule which generates that alert, it will be clearer.