Pull request #233: Setting slowdown alerts to 20 minutes.
Merge in OPAPM/cd_e2e_monitoring_config from AVS to master * commit '582e3115461a5f4d364a46c98520163e91eb6b47': Setting slowdown alerts to 20 minutes.ew_test
commit
7f4ae29b4d
|
|
@ -8,18 +8,21 @@ CDAudioVideoServices.EMEA-Prod:
|
||||||
- tag: AudioVideoServices
|
- tag: AudioVideoServices
|
||||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||||
- env: PROD
|
- env: PROD
|
||||||
|
- slowDownInMinutes: "20"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServices.NA-Prod:
|
CDAudioVideoServices.NA-Prod:
|
||||||
- name: CD_AudioVideoServices PROD
|
- name: CD_AudioVideoServices PROD
|
||||||
- tag: AudioVideoServices
|
- tag: AudioVideoServices
|
||||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||||
- env: PROD
|
- env: PROD
|
||||||
|
- slowDownInMinutes: "20"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServices.CN-Prod:
|
CDAudioVideoServices.CN-Prod:
|
||||||
- name: CD_AudioVideoServices PROD
|
- name: CD_AudioVideoServices PROD
|
||||||
- tag: AudioVideoServices
|
- tag: AudioVideoServices
|
||||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||||
- env: PROD
|
- env: PROD
|
||||||
|
- slowDownInMinutes: "20"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
#E2E alerting profiles for EMEA/NA/CN
|
#E2E alerting profiles for EMEA/NA/CN
|
||||||
|
|
@ -28,18 +31,21 @@ CDAudioVideoServicesE2E.EMEA-Prod:
|
||||||
- tag: AudioVideoServices
|
- tag: AudioVideoServices
|
||||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||||
- env: E2E
|
- env: E2E
|
||||||
|
- slowDownInMinutes: "30"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServicesE2E.NA-Prod:
|
CDAudioVideoServicesE2E.NA-Prod:
|
||||||
- name: CD_AudioVideoServices E2E
|
- name: CD_AudioVideoServices E2E
|
||||||
- tag: AudioVideoServices
|
- tag: AudioVideoServices
|
||||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||||
- env: E2E
|
- env: E2E
|
||||||
|
- slowDownInMinutes: "30"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServicesE2E.CN-Prod:
|
CDAudioVideoServicesE2E.CN-Prod:
|
||||||
- name: CD_AudioVideoServices E2E
|
- name: CD_AudioVideoServices E2E
|
||||||
- tag: AudioVideoServices
|
- tag: AudioVideoServices
|
||||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||||
- env: E2E
|
- env: E2E
|
||||||
|
- slowDownInMinutes: "30"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"delayInMinutes": 30,
|
"delayInMinutes": "{{.slowDownInMinutes}}",
|
||||||
"severityLevel": "PERFORMANCE",
|
"severityLevel": "PERFORMANCE",
|
||||||
"tagFilter": {
|
"tagFilter": {
|
||||||
"includeMode": "INCLUDE_ALL",
|
"includeMode": "INCLUDE_ALL",
|
||||||
|
|
|
||||||
|
|
@ -8,18 +8,21 @@ CDAudioVideoServicesOE.EMEA-Prod:
|
||||||
- tag: AudioVideoServicesOE
|
- tag: AudioVideoServicesOE
|
||||||
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
||||||
- env: PROD
|
- env: PROD
|
||||||
|
- slowDownInMinutes: "20"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServicesOE.NA-Prod:
|
CDAudioVideoServicesOE.NA-Prod:
|
||||||
- name: CD_AudioVideoServicesOE PROD
|
- name: CD_AudioVideoServicesOE PROD
|
||||||
- tag: AudioVideoServicesOE
|
- tag: AudioVideoServicesOE
|
||||||
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
||||||
- env: PROD
|
- env: PROD
|
||||||
|
- slowDownInMinutes: "20"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServicesOE.CN-Prod:
|
CDAudioVideoServicesOE.CN-Prod:
|
||||||
- name: CD_AudioVideoServicesOE PROD
|
- name: CD_AudioVideoServicesOE PROD
|
||||||
- tag: AudioVideoServicesOE
|
- tag: AudioVideoServicesOE
|
||||||
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
||||||
- env: PROD
|
- env: PROD
|
||||||
|
- slowDownInMinutes: "20"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
#E2E alerting profiles for EMEA/NA/CN
|
#E2E alerting profiles for EMEA/NA/CN
|
||||||
|
|
@ -28,18 +31,21 @@ CDAudioVideoServicesOEE2E.EMEA-Prod:
|
||||||
- tag: AudioVideoServicesOE
|
- tag: AudioVideoServicesOE
|
||||||
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
||||||
- env: E2E
|
- env: E2E
|
||||||
|
- slowDownInMinutes: "30"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServicesOEE2E.NA-Prod:
|
CDAudioVideoServicesOEE2E.NA-Prod:
|
||||||
- name: CD_AudioVideoServicesOE E2E
|
- name: CD_AudioVideoServicesOE E2E
|
||||||
- tag: AudioVideoServicesOE
|
- tag: AudioVideoServicesOE
|
||||||
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
||||||
- env: E2E
|
- env: E2E
|
||||||
|
- slowDownInMinutes: "30"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
CDAudioVideoServicesOEE2E.CN-Prod:
|
CDAudioVideoServicesOEE2E.CN-Prod:
|
||||||
- name: CD_AudioVideoServicesOE E2E
|
- name: CD_AudioVideoServicesOE E2E
|
||||||
- tag: AudioVideoServicesOE
|
- tag: AudioVideoServicesOE
|
||||||
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
- mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id
|
||||||
- env: E2E
|
- env: E2E
|
||||||
|
- slowDownInMinutes: "30"
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"delayInMinutes": 30,
|
"delayInMinutes": "{{.slowDownInMinutes}}",
|
||||||
"severityLevel": "PERFORMANCE",
|
"severityLevel": "PERFORMANCE",
|
||||||
"tagFilter": {
|
"tagFilter": {
|
||||||
"includeMode": "INCLUDE_ALL",
|
"includeMode": "INCLUDE_ALL",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue