Question:
Analyze alertmanager configs below. Based off the following alert which receiver will receive the notification
alertname: node_filesystem_full
labels:
team: frontend
notification: pager
route:
receiver: general-email
group_by: [alertname]
routes:
- receiver: frontend-email
matchers:
- team: frontend
routes:
- matchers:
notification: pager
receiver: frontend-pager
- receiver: backend-email
matchers:
- team: backend
- receiver: auth-email
matchers:
- team: auth