onboarding

CD_tol-prod
ermisw 2021-07-13 18:21:30 +02:00
parent 2c6f8fc108
commit 480f0cc997
26 changed files with 1075 additions and 0 deletions

View File

@ -0,0 +1,43 @@
config:
- CDesa: default.json
#Prod alerting profiles for EMEA/NA/CN
CDesa.EMEA-Prod:
- name: CD_esa PROD
- tag: esa
- mzId: CD_esa/management-zone/CDesa.id
- env: PROD
- skipDeployment: "false"
CDesa.NA-Prod:
- name: CD_esa PROD
- tag: esa
- mzId: CD_esa/management-zone/CDesa.id
- env: PROD
- skipDeployment: "false"
CDesa.CN-Prod:
- name: CD_esa PROD
- tag: esa
- mzId: CD_esa/management-zone/CDesa.id
- env: PROD
- skipDeployment: "false"
#INT alerting profiles for EMEA/NA/CN
CDesa.EMEA-PreProd:
- name: CD_esa INT
- tag: esa
- mzId: CD_esa/management-zone/CDesa.id
- env: INT
- skipDeployment: "false"
CDesa.NA-PreProd:
- name: CD_esa INT
- tag: esa
- mzId: CD_esa/management-zone/CDesa.id
- env: INT
- skipDeployment: "false"
CDesa.CN-PreProd:
- name: CD_esa INT
- tag: esa
- mzId: CD_esa/management-zone/CDesa.id
- env: INT
- skipDeployment: "false"

View File

@ -0,0 +1,103 @@
{
"displayName": "{{.name}}",
"eventTypeFilters": [],
"managementZoneId": "{{.mzId}}",
"mzId": "{{.mzId}}",
"rules": [
{
"delayInMinutes": 0,
"severityLevel": "AVAILABILITY",
"tagFilter": {
"includeMode": "INCLUDE_ALL",
"tagFilters": [
{
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
},
{
"context": "CONTEXTLESS",
"key": "Environment",
"value": "{{.env}}"
}
]
}
},
{
"delayInMinutes": 10,
"severityLevel": "ERROR",
"tagFilter": {
"includeMode": "INCLUDE_ALL",
"tagFilters": [
{
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
},
{
"context": "CONTEXTLESS",
"key": "Environment",
"value": "{{.env}}"
}
]
}
},
{
"delayInMinutes": 30,
"severityLevel": "PERFORMANCE",
"tagFilter": {
"includeMode": "INCLUDE_ALL",
"tagFilters": [
{
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
},
{
"context": "CONTEXTLESS",
"key": "Environment",
"value": "{{.env}}"
}
]
}
},
{
"delayInMinutes": 30,
"severityLevel": "RESOURCE_CONTENTION",
"tagFilter": {
"includeMode": "INCLUDE_ALL",
"tagFilters": [
{
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
},
{
"context": "CONTEXTLESS",
"key": "Environment",
"value": "{{.env}}"
}
]
}
},
{
"delayInMinutes": 10,
"severityLevel": "CUSTOM_ALERT",
"tagFilter": {
"includeMode": "INCLUDE_ALL",
"tagFilters": [
{
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
},
{
"context": "CONTEXTLESS",
"key": "Environment",
"value": "{{.env}}"
}
]
}
}
]
}

View File

@ -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.

View File

@ -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.

View File

@ -0,0 +1,8 @@
config:
- CDesa: template.json
CDesa:
- name: MyProcessNamingRule
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
- tag: esa
- skipDeployment: "true"

View File

@ -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"
}

View File

@ -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.

View File

@ -0,0 +1,8 @@
config:
- CDesa: template.json
CDesa:
- name: MyProcessNamingRule
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
- tag: esa
- skipDeployment: "true"

View File

@ -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"
}

View File

@ -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.

View File

@ -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"

View File

@ -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}}"
}
]
}
]
}

View File

@ -0,0 +1,4 @@
### How to configure dashboards?
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.

View File

@ -0,0 +1,125 @@
config:
- CDesa-PROD: default.json
- CDesa-E2E: default.json
- CDesa-INT: default.json
- CDesa-TEST: default.json
#PROD dashboards for EMEA/NA/CN Prod
CDesa-PROD:
- name: CD_esa PROD
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: PROD
- skipDeployment: "true"
CDesa-PROD.EMEA-Prod:
- name: CD_esa PROD
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: PROD
- skipDeployment: "false"
CDesa-PROD.NA-Prod:
- name: CD_esa PROD
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: PROD
- skipDeployment: "false"
CDesa-PROD.CN-Prod:
- name: CD_esa PROD
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: PROD
- skipDeployment: "false"
#E2E dashboards for EMEA/NA/CN Prod
CDesa-E2E:
- name: CD_esa E2E
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: E2E
- skipDeployment: "true"
CDesa-E2E.EMEA-Prod:
- name: CD_esa E2E
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: E2E
- skipDeployment: "false"
CDesa-E2E.NA-Prod:
- name: CD_esa E2E
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: E2E
- skipDeployment: "false"
CDesa-E2E.CN-Prod:
- name: CD_esa E2E
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: E2E
- skipDeployment: "false"
#INT dashboards for EMEA/NA/CN PreProd
CDesa-INT:
- name: CD_esa INT
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: INT
- skipDeployment: "true"
CDesa-INT.EMEA-PreProd:
- name: CD_esa INT
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: INT
- skipDeployment: "false"
CDesa-INT.NA-PreProd:
- name: CD_esa INT
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: INT
- skipDeployment: "false"
CDesa-INT.CN-PreProd:
- name: CD_esa INT
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: INT
- skipDeployment: "false"
#TEST dashboards for EMEA/NA/CN PreProd
CDesa-TEST:
- name: CD_esa TEST
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: TEST
- skipDeployment: "true"
CDesa-TEST.EMEA-PreProd:
- name: CD_esa TEST
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: TEST
- skipDeployment: "false"
CDesa-TEST.NA-PreProd:
- name: CD_esa TEST
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: TEST
- skipDeployment: "false"
CDesa-TEST.CN-PreProd:
- name: CD_esa TEST
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- tag: esa
- env: TEST
- skipDeployment: "false"

View File

@ -0,0 +1,308 @@
{
"metadata": {
"configurationVersions": [
3
],
"clusterVersion": "1.214.107.20210407-223952"
},
"dashboardMetadata": {
"name": "{{.name}}",
"shared": true,
"owner": "Ignacio.Goldman@partner.bmwgroup.com",
"dashboardFilter": {
"timeframe": "-24h to now"
},
"tags": [
"{{.tag}}"
]
},
"tiles": [
{
"name": "Custom chart",
"tileType": "CUSTOM_CHARTING",
"configured": true,
"bounds": {
"top": 228,
"left": 38,
"width": 1064,
"height": 304
},
"tileFilter": {},
"filterConfig": {
"type": "MIXED",
"customName": "Failure rate (HTTP 4xx/5xx errors)",
"defaultName": "Custom chart",
"chartConfig": {
"legendShown": true,
"type": "TIMESERIES",
"series": [
{
"metric": "builtin:service.errors.fourxx.rate",
"aggregation": "AVG",
"type": "BAR",
"entityType": "SERVICE",
"dimensions": [],
"sortAscending": false,
"sortColumn": false,
"aggregationRate": "TOTAL"
},
{
"metric": "builtin:service.errors.fivexx.rate",
"aggregation": "AVG",
"type": "BAR",
"entityType": "SERVICE",
"dimensions": [],
"sortAscending": false,
"sortColumn": true,
"aggregationRate": "TOTAL"
}
],
"resultMetadata": {
"nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE": {
"lastModified": 1617956393463,
"customColor": "#ff0000"
},
"nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE": {
"lastModified": 1617956441725,
"customColor": "#fff29a"
}
}
},
"filtersPerEntityType": {
"SERVICE": {
"AUTO_TAGS": [
"Environment:{{.env}}",
"Component:{{.tag}}"
]
}
}
}
},
{
"name": "Problems",
"tileType": "OPEN_PROBLEMS",
"configured": true,
"bounds": {
"top": 38,
"left": 950,
"width": 152,
"height": 152
},
"tileFilter": {
"managementZone": {
"id": "{{.mzId}}",
"name": "{{.mzName}}"
}
}
},
{
"name": "Overall Health",
"tileType": "HEADER",
"configured": true,
"bounds": {
"top": 0,
"left": 38,
"width": 1064,
"height": 38
},
"tileFilter": {}
},
{
"name": "Markdown",
"tileType": "MARKDOWN",
"configured": true,
"bounds": {
"top": 532,
"left": 38,
"width": 1064,
"height": 38
},
"tileFilter": {},
"markdown": "---\n"
},
{
"name": "Custom chart",
"tileType": "CUSTOM_CHARTING",
"configured": true,
"bounds": {
"top": 570,
"left": 38,
"width": 1064,
"height": 304
},
"tileFilter": {},
"filterConfig": {
"type": "MIXED",
"customName": "Response time, Request Count and Number of Errors",
"defaultName": "Custom chart",
"chartConfig": {
"legendShown": true,
"type": "TIMESERIES",
"series": [
{
"metric": "builtin:service.response.time",
"aggregation": "AVG",
"type": "LINE",
"entityType": "SERVICE",
"dimensions": [],
"sortAscending": false,
"sortColumn": false,
"aggregationRate": "TOTAL"
},
{
"metric": "builtin:service.requestCount.total",
"aggregation": "NONE",
"type": "BAR",
"entityType": "SERVICE",
"dimensions": [],
"sortAscending": false,
"sortColumn": false,
"aggregationRate": "TOTAL"
},
{
"metric": "builtin:service.errors.total.count",
"aggregation": "NONE",
"type": "BAR",
"entityType": "SERVICE",
"dimensions": [],
"sortAscending": false,
"sortColumn": true,
"aggregationRate": "TOTAL"
}
],
"resultMetadata": {
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
"lastModified": 1595275720776,
"customColor": "#008cdb"
},
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
"lastModified": 1595275955999,
"customColor": "#ef651f"
},
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
"lastModified": 1595275686773,
"customColor": "#b4e5f9"
}
}
},
"filtersPerEntityType": {
"SERVICE": {
"AUTO_TAGS": [
"Environment:{{.env}}",
"Component:{{.tag}}"
]
}
}
}
},
{
"name": "Markdown",
"tileType": "MARKDOWN",
"configured": true,
"bounds": {
"top": 190,
"left": 38,
"width": 1064,
"height": 38
},
"tileFilter": {},
"markdown": "---\n"
},
{
"name": "",
"tileType": "DATABASES_OVERVIEW",
"configured": true,
"bounds": {
"top": 38,
"left": 646,
"width": 190,
"height": 152
},
"tileFilter": {},
"filterConfig": {
"type": "DATABASE",
"customName": "Databases",
"defaultName": "Databases",
"chartConfig": {
"legendShown": true,
"type": "TIMESERIES",
"series": [],
"resultMetadata": {}
},
"filtersPerEntityType": {
"DATABASE": {
"AUTO_TAGS": [
"Environment:{{.env}}",
"Component:{{.tag}}"
]
}
}
},
"chartVisible": true
},
{
"name": "",
"tileType": "SERVICES",
"configured": true,
"bounds": {
"top": 38,
"left": 342,
"width": 190,
"height": 152
},
"tileFilter": {},
"filterConfig": {
"type": "SERVICE",
"customName": "Services",
"defaultName": "Services",
"chartConfig": {
"legendShown": true,
"type": "TIMESERIES",
"series": [],
"resultMetadata": {}
},
"filtersPerEntityType": {
"SERVICE": {
"AUTO_TAGS": [
"Environment:{{.env}}",
"Component:{{.tag}}"
]
}
}
},
"chartVisible": true
},
{
"name": "",
"tileType": "HOSTS",
"configured": true,
"bounds": {
"top": 38,
"left": 38,
"width": 190,
"height": 152
},
"tileFilter": {},
"filterConfig": {
"type": "HOST",
"customName": "Hosts",
"defaultName": "Hosts",
"chartConfig": {
"legendShown": true,
"type": "TIMESERIES",
"series": [],
"resultMetadata": {}
},
"filtersPerEntityType": {
"HOST": {
"AUTO_TAGS": [
"Environment:{{.env}}",
"Component:{{.tag}}"
]
}
}
},
"chartVisible": true
}
]
}

View File

@ -0,0 +1,4 @@
### How to configure management zones?
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.

View File

@ -0,0 +1,114 @@
{
"dimensionalRules": [],
"name": "{{.name}}",
"rules": [
{
"conditions": [
{
"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": [
{
"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": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "{{.tag}}"
}
},
"key": {
"attribute": "HOST_TAGS"
}
}
],
"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"
}
]
}

View File

@ -0,0 +1,6 @@
config:
- CDesa: default.json
CDesa:
- name: CD_esa
- tag: esa

View File

@ -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.

View File

@ -0,0 +1,13 @@
{
"active": true,
"alertingProfile": "{{.alertingProfile}}",
"bccReceivers": [],
"body": "{ProblemDetailsHTML}",
"ccReceivers": [],
"name": "{{.name}}",
"receivers": [
"{{.receivers}}"
],
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
"type": "EMAIL"
}

View File

@ -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}}"
}

View File

@ -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}}"
}

View File

@ -0,0 +1,102 @@
config:
- CDesa: msTeams.json
- CDesaITSM: itsm.json
# Notification System for EMEA/NA/CN Prod msTeams
CDesa.EMEA-Prod:
- name: CD_esa PROD
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://empty
- skipDeployment: "true"
CDesa.NA-Prod:
- name: CD_esa PROD
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://empty
- skipDeployment: "true"
CDesa.CN-Prod:
- name: CD_esa PROD
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://empty
- skipDeployment: "true"
# Notification System for EMEA/NA/CN PreProd msTeams
CDesa.EMEA-PreProd:
- name: CD_esa INT
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://empty
- skipDeployment: "true"
CDesa.NA-PreProd:
- name: CD_esa INT
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://empty
- skipDeployment: "true"
CDesa.CN-PreProd:
- name: CD_esa INT
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://empty
- skipDeployment: "true"
# Notification System for EMEA/NA/CN Prod ITSM
CDesaITSM.EMEA-Prod:
- name: CD_esa ITSM PROD
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
- contractid: "10APP11906401"
- appdid: "TEST123"
- mzName: CD_esa/management-zone/CDesa.id
- DTEnvironment: https://xxu26128.live.dynatrace.com
- skipDeployment: "true"
CDesaITSM.NA-Prod:
- name: CD_esa ITSM PROD
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
- contractid: "10APP11906401"
- appdid: "TEST123"
- mzName: CD_esa/management-zone/CDesa.id
- DTEnvironment: https://xxu26128.live.dynatrace.com
- skipDeployment: "true"
CDesaITSM.CN-Prod:
- name: CD_esa ITSM PROD
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
- contractid: "10APP11906401"
- appdid: "TEST123"
- mzName: CD_esa/management-zone/CDesa.id
- DTEnvironment: https://xxu26128.live.dynatrace.com
- skipDeployment: "true"
CDesaITSM.EMEA-PreProd:
- name: CD_esa ITSM INT
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
- contractid: "10APP11906401"
- appdid: "TEST123"
- mzName: CD_esa/management-zone/CDesa.id
- DTEnvironment: https://xxu26128.live.dynatrace.com
- skipDeployment: "true"
CDesaITSM.NA-PreProd:
- name: CD_esa ITSM INT
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
- contractid: "10APP11906401"
- appdid: "TEST123"
- mzName: CD_esa/management-zone/CDesa.id
- DTEnvironment: https://xxu26128.live.dynatrace.com
- skipDeployment: "true"
CDesaITSM.CN-PreProd:
- name: CD_esa ITSM INT
- alertingProfile: CD_esa/alerting-profile/CDesa.id
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
- contractid: "10APP11906401"
- appdid: "TEST123"
- mzName: CD_esa/management-zone/CDesa.id
- DTEnvironment: https://xxu26128.live.dynatrace.com
- skipDeployment: "true"

View File

@ -0,0 +1,4 @@
### How to configure synthetics?
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics.

View File

@ -0,0 +1,82 @@
{
"anomalyDetection": {
"loadingTimeThresholds": {
"enabled": false,
"thresholds": [
{
"type": "TOTAL",
"valueMs": 0
}
]
},
"outageHandling": {
"globalOutage": true,
"localOutage": false,
"localOutagePolicy": {
"affectedLocations": 1,
"consecutiveRuns": 3
}
}
},
"automaticallyAssignedApps": [],
"enabled": true,
"frequencyMin": 1,
"locations": [
"{{.location}}"
],
"managementZones": [
{
"id": "{{.mzId}}",
"name": "{{.mzName}}"
}
],
"manuallyAssignedApps": [],
"name": "{{.name}}",
"requests": [
{
"entityId": "HTTP_CHECK_STEP-0BA53EC80CD7EE5A",
"name": "{{.name}}",
"sequenceNumber": 1
}
],
"script": {
"requests": [
{
"configuration": {
"acceptAnyCertificate": true,
"followRedirects": true,
"requestHeaders": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "api_key",
"value": "355DE89C-7B72-4EA3-BDD8-157C79EB2C23"
}
]
},
"description": "{{.name}}",
"method": "GET",
"url": "{{.endpoint}}",
"validation": {
"rules": [
{
"passIfFound": true,
"type": "httpStatusesList",
"value": "200"
}
],
"rulesChaining": "or"
}
}
],
"version": "1.0"
},
"tags": [],
"type": "HTTP"
}

View File

@ -0,0 +1,10 @@
config:
- esa: default.json
esa:
- name: CD_esa - <synthetic-name>
- mzName: CD_esa/management-zone/CDesa.name
- mzId: CD_esa/management-zone/CDesa.id
- endpoint: <url>
- location: <location>
- skipDeployment: "true"