onboard projects:
- .\onboard.sh CD_ASBC-PKI-OCLIScert2vin OCLISc2v - .\onboard.sh CD_ASBC-PKI-OCLISocsp OCLISocsp - .\onboard.sh CD_ASBC-PKI-DFP DFP,DFPH - .\onboard.sh CD_ASBC-PKI-P2X P2X - .\onboard.sh CD_ASBC-PKI-VCSM VCS - .\onboard.sh CD_ASBC-TVP TVP - .\onboard.sh CD_ASBC-RSU ASBC-RSU - .\onboard.sh CD_ASBC-STM STMCICD_NEW
parent
68f9e5bb6a
commit
c6bf24839d
|
|
@ -0,0 +1,37 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
|
||||||
|
#Prod alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -12,11 +12,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -31,11 +26,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -50,11 +40,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -69,11 +54,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -88,11 +68,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- CDasbc-pki-vcsm: template.json
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
CDasbc-pki-vcsm:
|
CDnewComponentTag:
|
||||||
- name: MyProcessNamingRule
|
- name: MyProcessNamingRule
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
- tag: asbc-pki-vcsm
|
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "true"
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- CDasbc-pki-vcsm: template.json
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
CDasbc-pki-vcsm:
|
CDnewComponentTag:
|
||||||
- name: MyProcessNamingRule
|
- name: MyProcessNamingRule
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
- tag: asbc-pki-vcsm
|
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,109 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag-PROD: default.json
|
||||||
|
- CDnewComponentTag-E2E: default.json
|
||||||
|
- CDnewComponentTag-INT: default.json
|
||||||
|
- CDnewComponentTag-TEST: default.json
|
||||||
|
|
||||||
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-PROD:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-PROD.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#E2E dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-E2E:
|
||||||
|
- name: CD_ASBC-PKI-DFP E2E
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-E2E.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP E2E
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP E2E
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP E2E
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-INT:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-INT.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#TEST dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-TEST:
|
||||||
|
- name: CD_ASBC-PKI-DFP TEST
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-TEST.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP TEST
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP TEST
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP TEST
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"timeframe": "-24h to now"
|
"timeframe": "-24h to now"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"{{.tag}}"
|
"{{.mzName}}"
|
||||||
],
|
],
|
||||||
"preset": true
|
"preset": true
|
||||||
},
|
},
|
||||||
|
|
@ -28,7 +28,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
||||||
|
|
@ -72,8 +77,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -106,7 +110,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 38
|
"height": 38
|
||||||
},
|
},
|
||||||
"tileFilter": {}
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Markdown",
|
"name": "Markdown",
|
||||||
|
|
@ -131,7 +140,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
"customName": "Response time, Request Count and Number of Errors",
|
||||||
|
|
@ -189,8 +203,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -219,7 +232,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "DATABASE",
|
"type": "DATABASE",
|
||||||
"customName": "Databases",
|
"customName": "Databases",
|
||||||
|
|
@ -233,8 +251,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"DATABASE": {
|
"DATABASE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -251,7 +268,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "SERVICE",
|
"type": "SERVICE",
|
||||||
"customName": "Services",
|
"customName": "Services",
|
||||||
|
|
@ -265,8 +287,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -283,7 +304,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "HOST",
|
"type": "HOST",
|
||||||
"customName": "Hosts",
|
"customName": "Hosts",
|
||||||
|
|
@ -297,8 +323,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"HOST": {
|
"HOST": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"dimensionalRules": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"entitySelectorBasedRules": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rules": []
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-DFP
|
||||||
|
- compassIDs: \"compass-id:DFP\",\"compass-id:DFPH\"
|
||||||
|
|
@ -0,0 +1,102 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: msTeams.json
|
||||||
|
- CDnewComponentTagITSM: itsm.json
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod msTeams
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN PreProd msTeams
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod ITSM
|
||||||
|
CDnewComponentTagITSM.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-DFP ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-DFP ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-DFP/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
config:
|
||||||
|
- newComponentTag: default.json
|
||||||
|
|
||||||
|
newComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-DFP - <synthetic-name>
|
||||||
|
- mzName: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-DFP/management-zone/CDnewComponentTag.id
|
||||||
|
- endpoint: <url>
|
||||||
|
- location: <location>
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
|
||||||
|
#Prod alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -12,11 +12,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -31,11 +26,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -50,11 +40,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -69,11 +54,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -88,11 +68,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- CDasbc-pki-oclisc2v: template.json
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
CDasbc-pki-oclisc2v:
|
CDnewComponentTag:
|
||||||
- name: MyProcessNamingRule
|
- name: MyProcessNamingRule
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
- tag: asbc-pki-oclisc2v
|
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "true"
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- CDasbc-pki-oclisc2v: template.json
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
CDasbc-pki-oclisc2v:
|
CDnewComponentTag:
|
||||||
- name: MyProcessNamingRule
|
- name: MyProcessNamingRule
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
- tag: asbc-pki-oclisc2v
|
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,109 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag-PROD: default.json
|
||||||
|
- CDnewComponentTag-E2E: default.json
|
||||||
|
- CDnewComponentTag-INT: default.json
|
||||||
|
- CDnewComponentTag-TEST: default.json
|
||||||
|
|
||||||
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-PROD:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-PROD.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#E2E dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-E2E:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-E2E.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-INT:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-INT.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#TEST dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-TEST:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-TEST.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -13,8 +13,9 @@
|
||||||
"timeframe": "-24h to now"
|
"timeframe": "-24h to now"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"{{.tag}}"
|
"{{.mzName}}"
|
||||||
]
|
],
|
||||||
|
"preset": true
|
||||||
},
|
},
|
||||||
"tiles": [
|
"tiles": [
|
||||||
{
|
{
|
||||||
|
|
@ -27,7 +28,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
||||||
|
|
@ -71,8 +77,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -105,7 +110,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 38
|
"height": 38
|
||||||
},
|
},
|
||||||
"tileFilter": {}
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Markdown",
|
"name": "Markdown",
|
||||||
|
|
@ -130,7 +140,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
"customName": "Response time, Request Count and Number of Errors",
|
||||||
|
|
@ -188,8 +203,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -218,7 +232,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "DATABASE",
|
"type": "DATABASE",
|
||||||
"customName": "Databases",
|
"customName": "Databases",
|
||||||
|
|
@ -232,8 +251,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"DATABASE": {
|
"DATABASE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -250,7 +268,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "SERVICE",
|
"type": "SERVICE",
|
||||||
"customName": "Services",
|
"customName": "Services",
|
||||||
|
|
@ -264,8 +287,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -282,7 +304,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "HOST",
|
"type": "HOST",
|
||||||
"customName": "Hosts",
|
"customName": "Hosts",
|
||||||
|
|
@ -296,8 +323,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"HOST": {
|
"HOST": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"dimensionalRules": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"entitySelectorBasedRules": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rules": []
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin
|
||||||
|
- compassIDs: \"compass-id:OCLISc2v\"
|
||||||
|
|
@ -0,0 +1,102 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: msTeams.json
|
||||||
|
- CDnewComponentTagITSM: itsm.json
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod msTeams
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN PreProd msTeams
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod ITSM
|
||||||
|
CDnewComponentTagITSM.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLIScert2vin/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
config:
|
||||||
|
- newComponentTag: default.json
|
||||||
|
|
||||||
|
newComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-OCLIScert2vin - <synthetic-name>
|
||||||
|
- mzName: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLIScert2vin/management-zone/CDnewComponentTag.id
|
||||||
|
- endpoint: <url>
|
||||||
|
- location: <location>
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
|
||||||
|
#Prod alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -12,11 +12,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -31,11 +26,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -50,11 +40,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -69,11 +54,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -88,11 +68,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: MyProcessNamingRule
|
||||||
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: MyProcessNamingRule
|
||||||
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,109 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag-PROD: default.json
|
||||||
|
- CDnewComponentTag-E2E: default.json
|
||||||
|
- CDnewComponentTag-INT: default.json
|
||||||
|
- CDnewComponentTag-TEST: default.json
|
||||||
|
|
||||||
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-PROD:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-PROD.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#E2E dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-E2E:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-E2E.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp E2E
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-INT:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-INT.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#TEST dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-TEST:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-TEST.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp TEST
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -13,8 +13,9 @@
|
||||||
"timeframe": "-24h to now"
|
"timeframe": "-24h to now"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"{{.tag}}"
|
"{{.mzName}}"
|
||||||
]
|
],
|
||||||
|
"preset": true
|
||||||
},
|
},
|
||||||
"tiles": [
|
"tiles": [
|
||||||
{
|
{
|
||||||
|
|
@ -27,7 +28,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
||||||
|
|
@ -71,8 +77,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -105,7 +110,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 38
|
"height": 38
|
||||||
},
|
},
|
||||||
"tileFilter": {}
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Markdown",
|
"name": "Markdown",
|
||||||
|
|
@ -130,7 +140,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
"customName": "Response time, Request Count and Number of Errors",
|
||||||
|
|
@ -188,8 +203,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -218,7 +232,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "DATABASE",
|
"type": "DATABASE",
|
||||||
"customName": "Databases",
|
"customName": "Databases",
|
||||||
|
|
@ -232,8 +251,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"DATABASE": {
|
"DATABASE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -250,7 +268,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "SERVICE",
|
"type": "SERVICE",
|
||||||
"customName": "Services",
|
"customName": "Services",
|
||||||
|
|
@ -264,8 +287,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -282,7 +304,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "HOST",
|
"type": "HOST",
|
||||||
"customName": "Hosts",
|
"customName": "Hosts",
|
||||||
|
|
@ -296,8 +323,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"HOST": {
|
"HOST": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"dimensionalRules": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"entitySelectorBasedRules": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rules": []
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp
|
||||||
|
- compassIDs: \"compass-id:OCLISocsp\"
|
||||||
|
|
@ -0,0 +1,102 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: msTeams.json
|
||||||
|
- CDnewComponentTagITSM: itsm.json
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod msTeams
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN PreProd msTeams
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod ITSM
|
||||||
|
CDnewComponentTagITSM.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp ITSM PROD
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDnewComponentTagITSM.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp ITSM INT
|
||||||
|
- alertingProfile: CD_ASBC-PKI-OCLISocsp/alerting-profile/CDnewComponentTag.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
config:
|
||||||
|
- newComponentTag: default.json
|
||||||
|
|
||||||
|
newComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-OCLISocsp - <synthetic-name>
|
||||||
|
- mzName: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-OCLISocsp/management-zone/CDnewComponentTag.id
|
||||||
|
- endpoint: <url>
|
||||||
|
- location: <location>
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
|
||||||
|
#Prod alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
CDnewComponentTag.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -12,11 +12,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -31,11 +26,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -50,11 +40,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -69,11 +54,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -88,11 +68,6 @@
|
||||||
"tagFilters": [
|
"tagFilters": [
|
||||||
{
|
{
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
"key": "Environment",
|
||||||
"value": "{{.env}}"
|
"value": "{{.env}}"
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### How to configure custom metrics?
|
||||||
|
|
||||||
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### How to configure process groups?
|
||||||
|
|
||||||
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: MyProcessNamingRule
|
||||||
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"displayName": "{{.name}}",
|
||||||
|
"enabled": true,
|
||||||
|
"metadata": {
|
||||||
|
"clusterVersion": "1.214.107.20210407-223952",
|
||||||
|
"configurationVersions": [
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"nameFormat": "{{.nameFormat}}",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"comparisonInfo": {
|
||||||
|
"negate": false,
|
||||||
|
"operator": "EQUALS",
|
||||||
|
"type": "TAG",
|
||||||
|
"value": {
|
||||||
|
"context": "CONTEXTLESS",
|
||||||
|
"key": "Component",
|
||||||
|
"value": "{{.tag}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"attribute": "PROCESS_GROUP_TAGS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "PROCESS_GROUP"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### How to configure service naming
|
||||||
|
|
||||||
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: template.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: MyProcessNamingRule
|
||||||
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"displayName": "{{.name}}",
|
||||||
|
"enabled": true,
|
||||||
|
"metadata": {
|
||||||
|
"clusterVersion": "1.214.107.20210407-223952",
|
||||||
|
"configurationVersions": [
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"nameFormat": "{{.nameFormat}}",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"comparisonInfo": {
|
||||||
|
"negate": false,
|
||||||
|
"operator": "EQUALS",
|
||||||
|
"type": "TAG",
|
||||||
|
"value": {
|
||||||
|
"context": "CONTEXTLESS",
|
||||||
|
"key": "Component",
|
||||||
|
"value": "{{.tag}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"attribute": "SERVICE_TAGS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "SERVICE"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### How to configure custom services?
|
||||||
|
|
||||||
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Custom+Services) page to configure your custom services.
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
config:
|
||||||
|
- customService1: template-1-1.json
|
||||||
|
|
||||||
|
customService1:
|
||||||
|
- name: myJOYNRService
|
||||||
|
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||||
|
- methodName: exampleJoynrMethod
|
||||||
|
- returnType: void
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"processGroups": [],
|
||||||
|
"queueEntryPoint": false,
|
||||||
|
"queueEntryPointType": null,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": [],
|
||||||
|
"methodName": "{{.methodName}}",
|
||||||
|
"returnType": "{{.returnType}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,109 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag-PROD: default.json
|
||||||
|
- CDnewComponentTag-E2E: default.json
|
||||||
|
- CDnewComponentTag-INT: default.json
|
||||||
|
- CDnewComponentTag-TEST: default.json
|
||||||
|
|
||||||
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-PROD:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-PROD.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-PROD.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X PROD
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#E2E dashboards for EMEA/NA/CN Prod
|
||||||
|
CDnewComponentTag-E2E:
|
||||||
|
- name: CD_ASBC-PKI-P2X E2E
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-E2E.EMEA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X E2E
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.NA-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X E2E
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-E2E.CN-Prod:
|
||||||
|
- name: CD_ASBC-PKI-P2X E2E
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-INT:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-INT.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-INT.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X INT
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#TEST dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDnewComponentTag-TEST:
|
||||||
|
- name: CD_ASBC-PKI-P2X TEST
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDnewComponentTag-TEST.EMEA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X TEST
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.NA-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X TEST
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDnewComponentTag-TEST.CN-PreProd:
|
||||||
|
- name: CD_ASBC-PKI-P2X TEST
|
||||||
|
- mzName: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.name
|
||||||
|
- mzId: CD_ASBC-PKI-P2X/management-zone/CDnewComponentTag.id
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -13,8 +13,9 @@
|
||||||
"timeframe": "-24h to now"
|
"timeframe": "-24h to now"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"{{.tag}}"
|
"{{.mzName}}"
|
||||||
]
|
],
|
||||||
|
"preset": true
|
||||||
},
|
},
|
||||||
"tiles": [
|
"tiles": [
|
||||||
{
|
{
|
||||||
|
|
@ -27,7 +28,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
||||||
|
|
@ -71,8 +77,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -105,7 +110,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 38
|
"height": 38
|
||||||
},
|
},
|
||||||
"tileFilter": {}
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Markdown",
|
"name": "Markdown",
|
||||||
|
|
@ -130,7 +140,12 @@
|
||||||
"width": 1064,
|
"width": 1064,
|
||||||
"height": 304
|
"height": 304
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "MIXED",
|
"type": "MIXED",
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
"customName": "Response time, Request Count and Number of Errors",
|
||||||
|
|
@ -188,8 +203,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -218,7 +232,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "DATABASE",
|
"type": "DATABASE",
|
||||||
"customName": "Databases",
|
"customName": "Databases",
|
||||||
|
|
@ -232,8 +251,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"DATABASE": {
|
"DATABASE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -250,7 +268,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "SERVICE",
|
"type": "SERVICE",
|
||||||
"customName": "Services",
|
"customName": "Services",
|
||||||
|
|
@ -264,8 +287,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"SERVICE": {
|
"SERVICE": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -282,7 +304,12 @@
|
||||||
"width": 190,
|
"width": 190,
|
||||||
"height": 152
|
"height": 152
|
||||||
},
|
},
|
||||||
"tileFilter": {},
|
"tileFilter": {
|
||||||
|
"managementZone": {
|
||||||
|
"id": "{{.mzId}}",
|
||||||
|
"name": "{{.mzName}}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"filterConfig": {
|
"filterConfig": {
|
||||||
"type": "HOST",
|
"type": "HOST",
|
||||||
"customName": "Hosts",
|
"customName": "Hosts",
|
||||||
|
|
@ -296,8 +323,7 @@
|
||||||
"filtersPerEntityType": {
|
"filtersPerEntityType": {
|
||||||
"HOST": {
|
"HOST": {
|
||||||
"AUTO_TAGS": [
|
"AUTO_TAGS": [
|
||||||
"Environment:{{.env}}",
|
"Environment:{{.env}}"
|
||||||
"Component:{{.tag}}"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"dimensionalRules": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"entitySelectorBasedRules": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rules": []
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
config:
|
||||||
|
- CDnewComponentTag: default.json
|
||||||
|
|
||||||
|
CDnewComponentTag:
|
||||||
|
- name: CD_ASBC-PKI-P2X
|
||||||
|
- compassIDs: \"compass-id:P2X\"
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### How to configure notification systems?
|
||||||
|
|
||||||
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"active": true,
|
||||||
|
"alertingProfile": "{{.alertingProfile}}",
|
||||||
|
"bccReceivers": [],
|
||||||
|
"body": "{ProblemDetailsHTML}",
|
||||||
|
"ccReceivers": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"receivers": [
|
||||||
|
"{{.receivers}}"
|
||||||
|
],
|
||||||
|
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||||
|
"type": "EMAIL"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"acceptAnyCertificate": false,
|
||||||
|
"active": true,
|
||||||
|
"alertingProfile": "{{.alertingProfile}}",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"name": "Authorization",
|
||||||
|
"value": "{{.Env.SecretAuthHeader}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "x-apikey",
|
||||||
|
"value": "{{.Env.SecretXAPIKey}}"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"notifyEventMergesEnabled": false,
|
||||||
|
"payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]",
|
||||||
|
"type": "WEBHOOK",
|
||||||
|
"url": "{{.webhook}}"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"acceptAnyCertificate": false,
|
||||||
|
"active": true,
|
||||||
|
"alertingProfile": "{{.alertingProfile}}",
|
||||||
|
"headers": [],
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"notifyEventMergesEnabled": false,
|
||||||
|
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||||
|
"type": "WEBHOOK",
|
||||||
|
"url": "{{.webhook}}"
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue