init new mgmtzone
parent
762e0e9293
commit
6afd30f84b
|
|
@ -1,43 +1,37 @@
|
|||
config:
|
||||
- CDdpp: default.json
|
||||
- CDnewComponentTag: default.json
|
||||
|
||||
|
||||
#Prod alerting profiles for EMEA/NA/CN
|
||||
CDdpp.EMEA-Prod:
|
||||
CDnewComponentTag.EMEA-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- tag: dpp
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDdpp.NA-Prod:
|
||||
CDnewComponentTag.NA-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- tag: dpp
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDdpp.CN-Prod:
|
||||
CDnewComponentTag.CN-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- tag: dpp
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT alerting profiles for EMEA/NA/CN
|
||||
CDdpp.EMEA-PreProd:
|
||||
CDnewComponentTag.EMEA-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- tag: dpp
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDdpp.NA-PreProd:
|
||||
CDnewComponentTag.NA-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- tag: dpp
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDdpp.CN-PreProd:
|
||||
CDnewComponentTag.CN-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- tag: dpp
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -10,11 +10,6 @@
|
|||
"tagFilter": {
|
||||
"includeMode": "INCLUDE_ALL",
|
||||
"tagFilters": [
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Environment",
|
||||
|
|
@ -29,11 +24,6 @@
|
|||
"tagFilter": {
|
||||
"includeMode": "INCLUDE_ALL",
|
||||
"tagFilters": [
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Environment",
|
||||
|
|
@ -48,11 +38,6 @@
|
|||
"tagFilter": {
|
||||
"includeMode": "INCLUDE_ALL",
|
||||
"tagFilters": [
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Environment",
|
||||
|
|
@ -67,11 +52,6 @@
|
|||
"tagFilter": {
|
||||
"includeMode": "INCLUDE_ALL",
|
||||
"tagFilters": [
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Environment",
|
||||
|
|
@ -86,11 +66,6 @@
|
|||
"tagFilter": {
|
||||
"includeMode": "INCLUDE_ALL",
|
||||
"tagFilters": [
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
{
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Environment",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
config:
|
||||
- CDdpp: template.json
|
||||
- CDnewComponentTag: template.json
|
||||
|
||||
CDdpp:
|
||||
CDnewComponentTag:
|
||||
- name: MyProcessNamingRule
|
||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||
- tag: dpp
|
||||
- skipDeployment: "true"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
config:
|
||||
- CDdpp: template.json
|
||||
- CDnewComponentTag: template.json
|
||||
|
||||
CDdpp:
|
||||
CDnewComponentTag:
|
||||
- name: MyProcessNamingRule
|
||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||
- tag: dpp
|
||||
- skipDeployment: "true"
|
||||
|
|
|
|||
|
|
@ -1,125 +1,109 @@
|
|||
config:
|
||||
- CDdpp-PROD: default.json
|
||||
- CDdpp-E2E: default.json
|
||||
- CDdpp-INT: default.json
|
||||
- CDdpp-TEST: default.json
|
||||
- CDnewComponentTag-PROD: default.json
|
||||
- CDnewComponentTag-E2E: default.json
|
||||
- CDnewComponentTag-INT: default.json
|
||||
- CDnewComponentTag-TEST: default.json
|
||||
|
||||
#PROD dashboards for EMEA/NA/CN Prod
|
||||
CDdpp-PROD:
|
||||
CDnewComponentTag-PROD:
|
||||
- name: CD_dpp PROD
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "true"
|
||||
CDdpp-PROD.EMEA-Prod:
|
||||
CDnewComponentTag-PROD.EMEA-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDdpp-PROD.NA-Prod:
|
||||
CDnewComponentTag-PROD.NA-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
CDdpp-PROD.CN-Prod:
|
||||
CDnewComponentTag-PROD.CN-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: PROD
|
||||
- skipDeployment: "false"
|
||||
|
||||
#E2E dashboards for EMEA/NA/CN Prod
|
||||
CDdpp-E2E:
|
||||
CDnewComponentTag-E2E:
|
||||
- name: CD_dpp E2E
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: E2E
|
||||
- skipDeployment: "true"
|
||||
CDdpp-E2E.EMEA-Prod:
|
||||
CDnewComponentTag-E2E.EMEA-Prod:
|
||||
- name: CD_dpp E2E
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: E2E
|
||||
- skipDeployment: "false"
|
||||
CDdpp-E2E.NA-Prod:
|
||||
CDnewComponentTag-E2E.NA-Prod:
|
||||
- name: CD_dpp E2E
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: E2E
|
||||
- skipDeployment: "false"
|
||||
CDdpp-E2E.CN-Prod:
|
||||
CDnewComponentTag-E2E.CN-Prod:
|
||||
- name: CD_dpp E2E
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: E2E
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT dashboards for EMEA/NA/CN PreProd
|
||||
CDdpp-INT:
|
||||
CDnewComponentTag-INT:
|
||||
- name: CD_dpp INT
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "true"
|
||||
CDdpp-INT.EMEA-PreProd:
|
||||
CDnewComponentTag-INT.EMEA-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDdpp-INT.NA-PreProd:
|
||||
CDnewComponentTag-INT.NA-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
CDdpp-INT.CN-PreProd:
|
||||
CDnewComponentTag-INT.CN-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: INT
|
||||
- skipDeployment: "false"
|
||||
|
||||
#TEST dashboards for EMEA/NA/CN PreProd
|
||||
CDdpp-TEST:
|
||||
CDnewComponentTag-TEST:
|
||||
- name: CD_dpp TEST
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: TEST
|
||||
- skipDeployment: "true"
|
||||
CDdpp-TEST.EMEA-PreProd:
|
||||
CDnewComponentTag-TEST.EMEA-PreProd:
|
||||
- name: CD_dpp TEST
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: TEST
|
||||
- skipDeployment: "false"
|
||||
CDdpp-TEST.NA-PreProd:
|
||||
CDnewComponentTag-TEST.NA-PreProd:
|
||||
- name: CD_dpp TEST
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: TEST
|
||||
- skipDeployment: "false"
|
||||
CDdpp-TEST.CN-PreProd:
|
||||
CDnewComponentTag-TEST.CN-PreProd:
|
||||
- name: CD_dpp TEST
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- tag: dpp
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- env: TEST
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
"timeframe": "-24h to now"
|
||||
},
|
||||
"tags": [
|
||||
"{{.tag}}"
|
||||
"{{.mzName}}"
|
||||
],
|
||||
"preset": true
|
||||
},
|
||||
|
|
@ -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}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,114 +1,23 @@
|
|||
{
|
||||
"dimensionalRules": [],
|
||||
"name": "{{.name}}",
|
||||
"rules": [
|
||||
{
|
||||
"conditions": [
|
||||
"entitySelectorBasedRules": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||
"SERVICE_TO_HOST_LIKE"
|
||||
],
|
||||
"type": "SERVICE"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
"enabled": true,
|
||||
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
||||
},
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [
|
||||
"PROCESS_GROUP_TO_HOST"
|
||||
],
|
||||
"type": "PROCESS_GROUP"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
"enabled": true,
|
||||
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
||||
},
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "HOST_TAGS"
|
||||
}
|
||||
}
|
||||
"enabled": true,
|
||||
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"type": "HOST"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"caseSensitive": true,
|
||||
"negate": false,
|
||||
"operator": "CONTAINS",
|
||||
"type": "STRING",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
"key": {
|
||||
"attribute": "CLOUD_APPLICATION_NAMESPACE_NAME"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "CLOUD_APPLICATION_NAMESPACE"
|
||||
},
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"caseSensitive": true,
|
||||
"negate": false,
|
||||
"operator": "CONTAINS",
|
||||
"type": "STRING",
|
||||
"value": "{{.tag}}"
|
||||
},
|
||||
"key": {
|
||||
"attribute": "CLOUD_APPLICATION_NAME"
|
||||
}
|
||||
}
|
||||
],
|
||||
"enabled": true,
|
||||
"propagationTypes": [],
|
||||
"type": "CLOUD_APPLICATION"
|
||||
}
|
||||
]
|
||||
"rules": []
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
config:
|
||||
- CDdpp: default.json
|
||||
- CDnewComponentTag: default.json
|
||||
|
||||
CDdpp:
|
||||
CDnewComponentTag:
|
||||
- name: CD_dpp
|
||||
- tag: dpp
|
||||
- compassIDs: \"compass-id:DPP\"
|
||||
|
|
|
|||
|
|
@ -1,102 +1,102 @@
|
|||
config:
|
||||
- CDdpp: msTeams.json
|
||||
- CDdppITSM: itsm.json
|
||||
- CDnewComponentTag: msTeams.json
|
||||
- CDnewComponentTagITSM: itsm.json
|
||||
|
||||
# Notification System for EMEA/NA/CN Prod msTeams
|
||||
CDdpp.EMEA-Prod:
|
||||
CDnewComponentTag.EMEA-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDdpp.NA-Prod:
|
||||
CDnewComponentTag.NA-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDdpp.CN-Prod:
|
||||
CDnewComponentTag.CN-Prod:
|
||||
- name: CD_dpp PROD
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
|
||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
||||
CDdpp.EMEA-PreProd:
|
||||
CDnewComponentTag.EMEA-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDdpp.NA-PreProd:
|
||||
CDnewComponentTag.NA-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
CDdpp.CN-PreProd:
|
||||
CDnewComponentTag.CN-PreProd:
|
||||
- name: CD_dpp INT
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
||||
# Notification System for EMEA/NA/CN Prod ITSM
|
||||
CDdppITSM.EMEA-Prod:
|
||||
CDnewComponentTagITSM.EMEA-Prod:
|
||||
- name: CD_dpp ITSM PROD
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
CDdppITSM.NA-Prod:
|
||||
CDnewComponentTagITSM.NA-Prod:
|
||||
- name: CD_dpp ITSM PROD
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
||||
CDdppITSM.CN-Prod:
|
||||
CDnewComponentTagITSM.CN-Prod:
|
||||
- name: CD_dpp ITSM PROD
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
CDdppITSM.EMEA-PreProd:
|
||||
CDnewComponentTagITSM.EMEA-PreProd:
|
||||
- name: CD_dpp ITSM INT
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
CDdppITSM.NA-PreProd:
|
||||
CDnewComponentTagITSM.NA-PreProd:
|
||||
- name: CD_dpp ITSM INT
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
||||
CDdppITSM.CN-PreProd:
|
||||
CDnewComponentTagITSM.CN-PreProd:
|
||||
- name: CD_dpp ITSM INT
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDdpp.id
|
||||
- alertingProfile: CD_dpp/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- mzName: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
config:
|
||||
- dpp: default.json
|
||||
- newComponentTag: default.json
|
||||
|
||||
dpp:
|
||||
newComponentTag:
|
||||
- name: CD_dpp - <synthetic-name>
|
||||
- mzName: CD_dpp/management-zone/CDdpp.name
|
||||
- mzId: CD_dpp/management-zone/CDdpp.id
|
||||
- mzName: CD_dpp/management-zone/CDnewComponentTag.name
|
||||
- mzId: CD_dpp/management-zone/CDnewComponentTag.id
|
||||
- endpoint: <url>
|
||||
- location: <location>
|
||||
- skipDeployment: "true"
|
||||
Loading…
Reference in New Issue