initial onboarding, Dashboard und management zone fix
parent
dd46373cbe
commit
a02b57aff9
|
|
@ -1,43 +1,43 @@
|
|||
config:
|
||||
- CDnewComponentTag: default.json
|
||||
- CDAudioVideoServices: default.json
|
||||
|
||||
|
||||
#Prod alerting profiles for EMEA/NA/CN
|
||||
CDnewComponentTag.EMEA-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- tag: newComponentTag
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
CDAudioVideoServices.EMEA-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- tag: AudioVideoServices
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag.NA-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- tag: newComponentTag
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
CDAudioVideoServices.NA-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- tag: AudioVideoServices
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag.CN-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- tag: newComponentTag
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
CDAudioVideoServices.CN-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- tag: AudioVideoServices
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT alerting profiles for EMEA/NA/CN
|
||||
CDnewComponentTag.EMEA-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- tag: newComponentTag
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
CDAudioVideoServices.EMEA-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- tag: AudioVideoServices
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag.NA-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- tag: newComponentTag
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
CDAudioVideoServices.NA-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- tag: AudioVideoServices
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag.CN-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- tag: newComponentTag
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
CDAudioVideoServices.CN-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- tag: AudioVideoServices
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
config:
|
||||
- CDnewComponentTag: template.json
|
||||
- CDAudioVideoServices: template.json
|
||||
|
||||
CDnewComponentTag:
|
||||
CDAudioVideoServices:
|
||||
- name: MyProcessNamingRule
|
||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||
- tag: newComponentTag
|
||||
- tag: AudioVideoServices
|
||||
- skipDeployment: "true"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
config:
|
||||
- CDnewComponentTag: template.json
|
||||
- CDAudioVideoServices: template.json
|
||||
|
||||
CDnewComponentTag:
|
||||
CDAudioVideoServices:
|
||||
- name: MyProcessNamingRule
|
||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||
- tag: newComponentTag
|
||||
- tag: AudioVideoServices
|
||||
- skipDeployment: "true"
|
||||
|
|
|
|||
|
|
@ -1,125 +1,125 @@
|
|||
config:
|
||||
- CDnewComponentTag-PROD: default.json
|
||||
- CDnewComponentTag-E2E: default.json
|
||||
- CDnewComponentTag-INT: default.json
|
||||
- CDnewComponentTag-TEST: default.json
|
||||
- CDAudioVideoServices-PROD: default.json
|
||||
- CDAudioVideoServices-E2E: default.json
|
||||
- CDAudioVideoServices-INT: default.json
|
||||
- CDAudioVideoServices-TEST: default.json
|
||||
|
||||
#PROD dashboards for EMEA/NA/CN Prod
|
||||
CDnewComponentTag-PROD:
|
||||
- name: CD_managementZone PROD
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-PROD:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: PROD
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag-PROD.EMEA-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-PROD.EMEA-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-PROD.NA-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-PROD.NA-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-PROD.CN-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-PROD.CN-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
|
||||
#E2E dashboards for EMEA/NA/CN Prod
|
||||
CDnewComponentTag-E2E:
|
||||
- name: CD_managementZone E2E
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-E2E:
|
||||
- name: CD_AudioVideoServices E2E
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: E2E
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag-E2E.EMEA-Prod:
|
||||
- name: CD_managementZone E2E
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-E2E.EMEA-Prod:
|
||||
- name: CD_AudioVideoServices E2E
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: E2E
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-E2E.NA-Prod:
|
||||
- name: CD_managementZone E2E
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-E2E.NA-Prod:
|
||||
- name: CD_AudioVideoServices E2E
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: E2E
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-E2E.CN-Prod:
|
||||
- name: CD_managementZone E2E
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-E2E.CN-Prod:
|
||||
- name: CD_AudioVideoServices E2E
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: E2E
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT dashboards for EMEA/NA/CN PreProd
|
||||
CDnewComponentTag-INT:
|
||||
- name: CD_managementZone INT
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-INT:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: INT
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag-INT.EMEA-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-INT.EMEA-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-INT.NA-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-INT.NA-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-INT.CN-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-INT.CN-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
|
||||
#TEST dashboards for EMEA/NA/CN PreProd
|
||||
CDnewComponentTag-TEST:
|
||||
- name: CD_managementZone TEST
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-TEST:
|
||||
- name: CD_AudioVideoServices TEST
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: TEST
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag-TEST.EMEA-PreProd:
|
||||
- name: CD_managementZone TEST
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-TEST.EMEA-PreProd:
|
||||
- name: CD_AudioVideoServices TEST
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: TEST
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-TEST.NA-PreProd:
|
||||
- name: CD_managementZone TEST
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-TEST.NA-PreProd:
|
||||
- name: CD_AudioVideoServices TEST
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: TEST
|
||||
- skipDeployment: "false"
|
||||
CDnewComponentTag-TEST.CN-PreProd:
|
||||
- name: CD_managementZone TEST
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices-TEST.CN-PreProd:
|
||||
- name: CD_AudioVideoServices TEST
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- tag: AudioVideoServices
|
||||
- env: TEST
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -28,7 +28,12 @@
|
|||
"width": 1064,
|
||||
"height": 304
|
||||
},
|
||||
"tileFilter": {},
|
||||
"tileFilter": {
|
||||
"managementZone": {
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
},
|
||||
"filterConfig": {
|
||||
"type": "MIXED",
|
||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
||||
|
|
@ -72,8 +77,7 @@
|
|||
"filtersPerEntityType": {
|
||||
"SERVICE": {
|
||||
"AUTO_TAGS": [
|
||||
"Environment:{{.env}}",
|
||||
"Component:{{.tag}}"
|
||||
"Environment:{{.env}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -106,7 +110,12 @@
|
|||
"width": 1064,
|
||||
"height": 38
|
||||
},
|
||||
"tileFilter": {}
|
||||
"tileFilter": {
|
||||
"managementZone": {
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markdown",
|
||||
|
|
@ -131,7 +140,12 @@
|
|||
"width": 1064,
|
||||
"height": 304
|
||||
},
|
||||
"tileFilter": {},
|
||||
"tileFilter": {
|
||||
"managementZone": {
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
},
|
||||
"filterConfig": {
|
||||
"type": "MIXED",
|
||||
"customName": "Response time, Request Count and Number of Errors",
|
||||
|
|
@ -189,8 +203,7 @@
|
|||
"filtersPerEntityType": {
|
||||
"SERVICE": {
|
||||
"AUTO_TAGS": [
|
||||
"Environment:{{.env}}",
|
||||
"Component:{{.tag}}"
|
||||
"Environment:{{.env}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -219,7 +232,12 @@
|
|||
"width": 190,
|
||||
"height": 152
|
||||
},
|
||||
"tileFilter": {},
|
||||
"tileFilter": {
|
||||
"managementZone": {
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
},
|
||||
"filterConfig": {
|
||||
"type": "DATABASE",
|
||||
"customName": "Databases",
|
||||
|
|
@ -233,8 +251,7 @@
|
|||
"filtersPerEntityType": {
|
||||
"DATABASE": {
|
||||
"AUTO_TAGS": [
|
||||
"Environment:{{.env}}",
|
||||
"Component:{{.tag}}"
|
||||
"Environment:{{.env}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -251,7 +268,12 @@
|
|||
"width": 190,
|
||||
"height": 152
|
||||
},
|
||||
"tileFilter": {},
|
||||
"tileFilter": {
|
||||
"managementZone": {
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
},
|
||||
"filterConfig": {
|
||||
"type": "SERVICE",
|
||||
"customName": "Services",
|
||||
|
|
@ -265,8 +287,7 @@
|
|||
"filtersPerEntityType": {
|
||||
"SERVICE": {
|
||||
"AUTO_TAGS": [
|
||||
"Environment:{{.env}}",
|
||||
"Component:{{.tag}}"
|
||||
"Environment:{{.env}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -283,7 +304,12 @@
|
|||
"width": 190,
|
||||
"height": 152
|
||||
},
|
||||
"tileFilter": {},
|
||||
"tileFilter": {
|
||||
"managementZone": {
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
},
|
||||
"filterConfig": {
|
||||
"type": "HOST",
|
||||
"customName": "Hosts",
|
||||
|
|
@ -297,8 +323,7 @@
|
|||
"filtersPerEntityType": {
|
||||
"HOST": {
|
||||
"AUTO_TAGS": [
|
||||
"Environment:{{.env}}",
|
||||
"Component:{{.tag}}"
|
||||
"Environment:{{.env}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -109,6 +109,131 @@
|
|||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "CLOUD_APPLICATION"
|
||||
}
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "cm-spotify"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||
"SERVICE_TO_HOST_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "ise-connectedradio"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||
"SERVICE_TO_HOST_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "cm-config"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||
"SERVICE_TO_HOST_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "cm-gracenote"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||
"SERVICE_TO_HOST_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "ms-id",
|
||||
"value": "cm-ximalaya"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||
"SERVICE_TO_HOST_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
config:
|
||||
- CDnewComponentTag: default.json
|
||||
- CDAudioVideoServices: default.json
|
||||
|
||||
CDnewComponentTag:
|
||||
- name: CD_managementZone
|
||||
- tag: newComponentTag
|
||||
CDAudioVideoServices:
|
||||
- name: CD_AudioVideoServices
|
||||
- tag: AudioVideoServices
|
||||
|
|
|
|||
|
|
@ -1,102 +1,102 @@
|
|||
config:
|
||||
- CDnewComponentTag: msTeams.json
|
||||
- CDnewComponentTagITSM: itsm.json
|
||||
- CDAudioVideoServices: msTeams.json
|
||||
- CDAudioVideoServicesITSM: itsm.json
|
||||
|
||||
# Notification System for EMEA/NA/CN Prod msTeams
|
||||
CDnewComponentTag.EMEA-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServices.EMEA-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag.NA-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServices.NA-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag.CN-Prod:
|
||||
- name: CD_managementZone PROD
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServices.CN-Prod:
|
||||
- name: CD_AudioVideoServices PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
|
||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
||||
CDnewComponentTag.EMEA-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServices.EMEA-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag.NA-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServices.NA-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDnewComponentTag.CN-PreProd:
|
||||
- name: CD_managementZone INT
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServices.CN-PreProd:
|
||||
- name: CD_AudioVideoServices INT
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
||||
# Notification System for EMEA/NA/CN Prod ITSM
|
||||
CDnewComponentTagITSM.EMEA-Prod:
|
||||
- name: CD_managementZone ITSM PROD
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServicesITSM.EMEA-Prod:
|
||||
- name: CD_AudioVideoServices ITSM PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
CDnewComponentTagITSM.NA-Prod:
|
||||
- name: CD_managementZone ITSM PROD
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServicesITSM.NA-Prod:
|
||||
- name: CD_AudioVideoServices ITSM PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
||||
CDnewComponentTagITSM.CN-Prod:
|
||||
- name: CD_managementZone ITSM PROD
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServicesITSM.CN-Prod:
|
||||
- name: CD_AudioVideoServices ITSM PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
CDnewComponentTagITSM.EMEA-PreProd:
|
||||
- name: CD_managementZone ITSM INT
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServicesITSM.EMEA-PreProd:
|
||||
- name: CD_AudioVideoServices ITSM INT
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
CDnewComponentTagITSM.NA-PreProd:
|
||||
- name: CD_managementZone ITSM INT
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServicesITSM.NA-PreProd:
|
||||
- name: CD_AudioVideoServices ITSM INT
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
||||
CDnewComponentTagITSM.CN-PreProd:
|
||||
- name: CD_managementZone ITSM INT
|
||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
||||
CDAudioVideoServicesITSM.CN-PreProd:
|
||||
- name: CD_AudioVideoServices ITSM INT
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
config:
|
||||
- newComponentTag: default.json
|
||||
- AudioVideoServices: default.json
|
||||
|
||||
newComponentTag:
|
||||
- name: CD_managementZone - <synthetic-name>
|
||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
||||
AudioVideoServices:
|
||||
- name: CD_AudioVideoServices - <synthetic-name>
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name
|
||||
- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- endpoint: <url>
|
||||
- location: <location>
|
||||
- skipDeployment: "true"
|
||||
Loading…
Reference in New Issue