Hi there! 

Another silly question for you . If something happens, always notify the 
boyz group. If it's no route for the critical, then say boyz_pager. Here is 
my routing table:

route:
  group_by: ['alertname', 'cluster', 'service', 'owner']
  group_wait: 30s
  group_interval: 5m
  repeat_interval: 1h
  receiver: boyz

  routes:
  # This routes performs a regular expression match on alert labels to
  # catch alerts that are related to a list of services.

  - match:
      owner: A
    receiver: A_team
    routes:
    - match:
        severity: warning
      receiver: A_team
    - match:
        severity: critical
      receiver: A_pager

  - match:
      owner: B
    receiver: B_team
    routes:
    - match:
        severity: warning
      receiver: B_team
    - match:
        severity: critical
      receiver: B_pager

  - match:
      owner: team_without_critical_response 
    receiver: team_without_critical_response _team
    routes:
    - match:
        severity: warning
      receiver: team_without_critical_response _team

  - match:
      severity: critical
      owner: boyz
    receiver: boyz_pager

I don't know where to put the continue. How is this working? The example 
lead me to nowhere. 
Example: sky is falling , the team_without_critical_response got the 
message, but it's critical severity , so pagerduting the boyz. How?
 

-- 
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/ec8c1c7c-ff11-4e94-b9a3-0ecf7f51cea5n%40googlegroups.com.

Reply via email to