From a02b57aff947dd0cfeeb79fb5d925c453514d443 Mon Sep 17 00:00:00 2001 From: ermisw Date: Fri, 1 Oct 2021 16:01:45 +0200 Subject: [PATCH] initial onboarding, Dashboard und management zone fix --- .../alerting-profile/alerting-profile.yaml | 50 +++--- .../conditional-naming-processgroup.yaml | 6 +- .../conditional-naming-service.yaml | 6 +- .../dashboard/dashboard.yaml | 168 +++++++++--------- .../dashboard/default.json | 57 ++++-- .../management-zone/default.json | 129 +++++++++++++- .../management-zone/management-zone.yaml | 8 +- .../notification/notification.yaml | 88 ++++----- .../synthetic-monitor/synthetic-monitor.yaml | 10 +- 9 files changed, 336 insertions(+), 186 deletions(-) diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml index 02d9748a..137d192c 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml @@ -1,43 +1,43 @@ config: -- CDnewComponentTag: default.json +- CDAudioVideoServices: default.json #Prod alerting profiles for EMEA/NA/CN -CDnewComponentTag.EMEA-Prod: -- name: CD_managementZone PROD -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDAudioVideoServices.EMEA-Prod: +- name: CD_AudioVideoServices PROD +- tag: AudioVideoServices +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: PROD - skipDeployment: "false" -CDnewComponentTag.NA-Prod: -- name: CD_managementZone PROD -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDAudioVideoServices.NA-Prod: +- name: CD_AudioVideoServices PROD +- tag: AudioVideoServices +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: PROD - skipDeployment: "false" -CDnewComponentTag.CN-Prod: -- name: CD_managementZone PROD -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDAudioVideoServices.CN-Prod: +- name: CD_AudioVideoServices PROD +- tag: AudioVideoServices +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: PROD - skipDeployment: "false" #INT alerting profiles for EMEA/NA/CN -CDnewComponentTag.EMEA-PreProd: -- name: CD_managementZone INT -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDAudioVideoServices.EMEA-PreProd: +- name: CD_AudioVideoServices INT +- tag: AudioVideoServices +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: INT - skipDeployment: "false" -CDnewComponentTag.NA-PreProd: -- name: CD_managementZone INT -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDAudioVideoServices.NA-PreProd: +- name: CD_AudioVideoServices INT +- tag: AudioVideoServices +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: INT - skipDeployment: "false" -CDnewComponentTag.CN-PreProd: -- name: CD_managementZone INT -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDAudioVideoServices.CN-PreProd: +- name: CD_AudioVideoServices INT +- tag: AudioVideoServices +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: INT - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml index be5821ec..71c7b34a 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml @@ -1,8 +1,8 @@ config: -- CDnewComponentTag: template.json +- CDAudioVideoServices: template.json -CDnewComponentTag: +CDAudioVideoServices: - name: MyProcessNamingRule - nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}" -- tag: newComponentTag +- tag: AudioVideoServices - skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-service/conditional-naming-service.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-service/conditional-naming-service.yaml index be5821ec..71c7b34a 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-service/conditional-naming-service.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/conditional-naming-service/conditional-naming-service.yaml @@ -1,8 +1,8 @@ config: -- CDnewComponentTag: template.json +- CDAudioVideoServices: template.json -CDnewComponentTag: +CDAudioVideoServices: - name: MyProcessNamingRule - nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}" -- tag: newComponentTag +- tag: AudioVideoServices - skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/dashboard.yaml index 1b75b656..eece26f5 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/dashboard.yaml @@ -1,125 +1,125 @@ config: -- CDnewComponentTag-PROD: default.json -- CDnewComponentTag-E2E: default.json -- CDnewComponentTag-INT: default.json -- CDnewComponentTag-TEST: default.json +- CDAudioVideoServices-PROD: default.json +- CDAudioVideoServices-E2E: default.json +- CDAudioVideoServices-INT: default.json +- CDAudioVideoServices-TEST: default.json #PROD dashboards for EMEA/NA/CN Prod -CDnewComponentTag-PROD: -- name: CD_managementZone PROD -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-PROD: +- name: CD_AudioVideoServices PROD +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: PROD - skipDeployment: "true" -CDnewComponentTag-PROD.EMEA-Prod: -- name: CD_managementZone PROD -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-PROD.EMEA-Prod: +- name: CD_AudioVideoServices PROD +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: PROD - skipDeployment: "false" -CDnewComponentTag-PROD.NA-Prod: -- name: CD_managementZone PROD -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-PROD.NA-Prod: +- name: CD_AudioVideoServices PROD +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: PROD - skipDeployment: "false" -CDnewComponentTag-PROD.CN-Prod: -- name: CD_managementZone PROD -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-PROD.CN-Prod: +- name: CD_AudioVideoServices PROD +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: PROD - skipDeployment: "false" #E2E dashboards for EMEA/NA/CN Prod -CDnewComponentTag-E2E: -- name: CD_managementZone E2E -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-E2E: +- name: CD_AudioVideoServices E2E +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: E2E - skipDeployment: "true" -CDnewComponentTag-E2E.EMEA-Prod: -- name: CD_managementZone E2E -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-E2E.EMEA-Prod: +- name: CD_AudioVideoServices E2E +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: E2E - skipDeployment: "false" -CDnewComponentTag-E2E.NA-Prod: -- name: CD_managementZone E2E -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-E2E.NA-Prod: +- name: CD_AudioVideoServices E2E +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: E2E - skipDeployment: "false" -CDnewComponentTag-E2E.CN-Prod: -- name: CD_managementZone E2E -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-E2E.CN-Prod: +- name: CD_AudioVideoServices E2E +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: E2E - skipDeployment: "false" #INT dashboards for EMEA/NA/CN PreProd -CDnewComponentTag-INT: -- name: CD_managementZone INT -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-INT: +- name: CD_AudioVideoServices INT +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: INT - skipDeployment: "true" -CDnewComponentTag-INT.EMEA-PreProd: -- name: CD_managementZone INT -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-INT.EMEA-PreProd: +- name: CD_AudioVideoServices INT +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: INT - skipDeployment: "false" -CDnewComponentTag-INT.NA-PreProd: -- name: CD_managementZone INT -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-INT.NA-PreProd: +- name: CD_AudioVideoServices INT +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: INT - skipDeployment: "false" -CDnewComponentTag-INT.CN-PreProd: -- name: CD_managementZone INT -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-INT.CN-PreProd: +- name: CD_AudioVideoServices INT +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: INT - skipDeployment: "false" #TEST dashboards for EMEA/NA/CN PreProd -CDnewComponentTag-TEST: -- name: CD_managementZone TEST -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-TEST: +- name: CD_AudioVideoServices TEST +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: TEST - skipDeployment: "true" -CDnewComponentTag-TEST.EMEA-PreProd: -- name: CD_managementZone TEST -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-TEST.EMEA-PreProd: +- name: CD_AudioVideoServices TEST +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: TEST - skipDeployment: "false" -CDnewComponentTag-TEST.NA-PreProd: -- name: CD_managementZone TEST -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-TEST.NA-PreProd: +- name: CD_AudioVideoServices TEST +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: TEST - skipDeployment: "false" -CDnewComponentTag-TEST.CN-PreProd: -- name: CD_managementZone TEST -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- tag: newComponentTag +CDAudioVideoServices-TEST.CN-PreProd: +- name: CD_AudioVideoServices TEST +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id +- tag: AudioVideoServices - env: TEST - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/default.json b/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/default.json index ef07d18c..67bc1212 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/default.json +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/dashboard/default.json @@ -28,7 +28,12 @@ "width": 1064, "height": 304 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "MIXED", "customName": "Failure rate (HTTP 4xx/5xx errors)", @@ -72,8 +77,7 @@ "filtersPerEntityType": { "SERVICE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -106,7 +110,12 @@ "width": 1064, "height": 38 }, - "tileFilter": {} + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + } }, { "name": "Markdown", @@ -131,7 +140,12 @@ "width": 1064, "height": 304 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "MIXED", "customName": "Response time, Request Count and Number of Errors", @@ -189,8 +203,7 @@ "filtersPerEntityType": { "SERVICE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -219,7 +232,12 @@ "width": 190, "height": 152 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "DATABASE", "customName": "Databases", @@ -233,8 +251,7 @@ "filtersPerEntityType": { "DATABASE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -251,7 +268,12 @@ "width": 190, "height": 152 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "SERVICE", "customName": "Services", @@ -265,8 +287,7 @@ "filtersPerEntityType": { "SERVICE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -283,7 +304,12 @@ "width": 190, "height": 152 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "HOST", "customName": "Hosts", @@ -297,8 +323,7 @@ "filtersPerEntityType": { "HOST": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/default.json b/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/default.json index bffa0c3b..61d6ff76 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/default.json +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/default.json @@ -109,6 +109,131 @@ "enabled": true, "propagationTypes": [], "type": "CLOUD_APPLICATION" - } + }, + { + "conditions": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "ms-id", + "value": "cm-spotify" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } + } + ], + "enabled": true, + "propagationTypes": [ + "SERVICE_TO_PROCESS_GROUP_LIKE", + "SERVICE_TO_HOST_LIKE" + ], + "type": "SERVICE" + }, + { + "conditions": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "ms-id", + "value": "ise-connectedradio" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } + } + ], + "enabled": true, + "propagationTypes": [ + "SERVICE_TO_PROCESS_GROUP_LIKE", + "SERVICE_TO_HOST_LIKE" + ], + "type": "SERVICE" + }, + { + "conditions": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "ms-id", + "value": "cm-config" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } + } + ], + "enabled": true, + "propagationTypes": [ + "SERVICE_TO_PROCESS_GROUP_LIKE", + "SERVICE_TO_HOST_LIKE" + ], + "type": "SERVICE" + }, + { + "conditions": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "ms-id", + "value": "cm-gracenote" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } + } + ], + "enabled": true, + "propagationTypes": [ + "SERVICE_TO_PROCESS_GROUP_LIKE", + "SERVICE_TO_HOST_LIKE" + ], + "type": "SERVICE" + }, + { + "conditions": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "ms-id", + "value": "cm-ximalaya" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } + } + ], + "enabled": true, + "propagationTypes": [ + "SERVICE_TO_PROCESS_GROUP_LIKE", + "SERVICE_TO_HOST_LIKE" + ], + "type": "SERVICE" + } ] -} \ No newline at end of file +} diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/management-zone.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/management-zone.yaml index 635e9e71..a8372d89 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/management-zone.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/management-zone/management-zone.yaml @@ -1,6 +1,6 @@ config: -- CDnewComponentTag: default.json +- CDAudioVideoServices: default.json -CDnewComponentTag: -- name: CD_managementZone -- tag: newComponentTag +CDAudioVideoServices: +- name: CD_AudioVideoServices +- tag: AudioVideoServices diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/notification/notification.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/notification/notification.yaml index 02544a84..ad47eb99 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/notification/notification.yaml @@ -1,102 +1,102 @@ config: -- CDnewComponentTag: msTeams.json -- CDnewComponentTagITSM: itsm.json +- CDAudioVideoServices: msTeams.json +- CDAudioVideoServicesITSM: itsm.json # Notification System for EMEA/NA/CN Prod msTeams -CDnewComponentTag.EMEA-Prod: -- name: CD_managementZone PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServices.EMEA-Prod: +- name: CD_AudioVideoServices PROD +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.NA-Prod: -- name: CD_managementZone PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServices.NA-Prod: +- name: CD_AudioVideoServices PROD +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.CN-Prod: -- name: CD_managementZone PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServices.CN-Prod: +- name: CD_AudioVideoServices PROD +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://empty - skipDeployment: "true" # Notification System for EMEA/NA/CN PreProd msTeams -CDnewComponentTag.EMEA-PreProd: -- name: CD_managementZone INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServices.EMEA-PreProd: +- name: CD_AudioVideoServices INT +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.NA-PreProd: -- name: CD_managementZone INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServices.NA-PreProd: +- name: CD_AudioVideoServices INT +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.CN-PreProd: -- name: CD_managementZone INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServices.CN-PreProd: +- name: CD_AudioVideoServices INT +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://empty - skipDeployment: "true" # Notification System for EMEA/NA/CN Prod ITSM -CDnewComponentTagITSM.EMEA-Prod: -- name: CD_managementZone ITSM PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServicesITSM.EMEA-Prod: +- name: CD_AudioVideoServices ITSM PROD +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.NA-Prod: -- name: CD_managementZone ITSM PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServicesITSM.NA-Prod: +- name: CD_AudioVideoServices ITSM PROD +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.CN-Prod: -- name: CD_managementZone ITSM PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServicesITSM.CN-Prod: +- name: CD_AudioVideoServices ITSM PROD +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.EMEA-PreProd: -- name: CD_managementZone ITSM INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServicesITSM.EMEA-PreProd: +- name: CD_AudioVideoServices ITSM INT +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.NA-PreProd: -- name: CD_managementZone ITSM INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServicesITSM.NA-PreProd: +- name: CD_AudioVideoServices ITSM INT +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.CN-PreProd: -- name: CD_managementZone ITSM INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDAudioVideoServicesITSM.CN-PreProd: +- name: CD_AudioVideoServices ITSM INT +- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/synthetic-monitor/synthetic-monitor.yaml index 0ffabf57..fa1bf163 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/synthetic-monitor/synthetic-monitor.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/synthetic-monitor/synthetic-monitor.yaml @@ -1,10 +1,10 @@ config: -- newComponentTag: default.json +- AudioVideoServices: default.json -newComponentTag: -- name: CD_managementZone - -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +AudioVideoServices: +- name: CD_AudioVideoServices - +- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.name +- mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - endpoint: - location: - skipDeployment: "true" \ No newline at end of file