69 lines
2.1 KiB
YAML
69 lines
2.1 KiB
YAML
config:
|
|
- CDAudioVideoServices: default.json
|
|
- CDAudioVideoServicesE2E: default.json
|
|
|
|
#Prod alerting profiles for EMEA/NA/CN
|
|
CDAudioVideoServices.EMEA-Prod:
|
|
- name: CD_AudioVideoServices PROD
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: PROD
|
|
- slowDownInMinutes: "20"
|
|
- skipDeployment: "false"
|
|
CDAudioVideoServices.NA-Prod:
|
|
- name: CD_AudioVideoServices PROD
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: PROD
|
|
- slowDownInMinutes: "20"
|
|
- skipDeployment: "false"
|
|
CDAudioVideoServices.CN-Prod:
|
|
- name: CD_AudioVideoServices PROD
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: PROD
|
|
- slowDownInMinutes: "20"
|
|
- skipDeployment: "false"
|
|
|
|
#E2E alerting profiles for EMEA/NA/CN
|
|
CDAudioVideoServicesE2E.EMEA-Prod:
|
|
- name: CD_AudioVideoServices E2E
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: E2E
|
|
- slowDownInMinutes: "30"
|
|
- skipDeployment: "false"
|
|
CDAudioVideoServicesE2E.NA-Prod:
|
|
- name: CD_AudioVideoServices E2E
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: E2E
|
|
- slowDownInMinutes: "30"
|
|
- skipDeployment: "false"
|
|
CDAudioVideoServicesE2E.CN-Prod:
|
|
- name: CD_AudioVideoServices E2E
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: E2E
|
|
- slowDownInMinutes: "30"
|
|
- skipDeployment: "false"
|
|
|
|
#INT alerting profiles for EMEA/NA/CN
|
|
CDAudioVideoServices.EMEA-PreProd:
|
|
- name: CD_AudioVideoServices INT
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: INT
|
|
- skipDeployment: "false"
|
|
CDAudioVideoServices.NA-PreProd:
|
|
- name: CD_AudioVideoServices INT
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: INT
|
|
- skipDeployment: "false"
|
|
CDAudioVideoServices.CN-PreProd:
|
|
- name: CD_AudioVideoServices INT
|
|
- tag: AudioVideoServices
|
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
|
- env: INT
|
|
- skipDeployment: "false" |