From 0c886273551e98147e7fd666defdea753c841328 Mon Sep 17 00:00:00 2001 From: Fembacher Benjamin Date: Thu, 14 Oct 2021 09:52:34 +0200 Subject: [PATCH] OPMAAS-690 - Updated Files - Rerun ./onboard.sh --- .../alerting-profile/alerting-profile.yaml | 50 +++--- .../conditional-naming-processgroup.yaml | 6 +- .../conditional-naming-service.yaml | 6 +- .../dashboard/dashboard.yaml | 168 +++++++++--------- .../management-zone/default.json | 128 ++++++------- .../management-zone/management-zone.yaml | 8 +- .../notification/notification.yaml | 88 ++++----- .../synthetic-monitor/synthetic-monitor.yaml | 10 +- 8 files changed, 232 insertions(+), 232 deletions(-) diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/alerting-profile/alerting-profile.yaml index 02d9748a..43c3d204 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/alerting-profile/alerting-profile.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/alerting-profile/alerting-profile.yaml @@ -1,43 +1,43 @@ config: -- CDnewComponentTag: default.json +- CDCD_CustomerCentricInformationServices: 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 +CDCD_CustomerCentricInformationServices.EMEA-Prod: +- name: CD_CustomerCentricInformationServices PROD +- tag: CD_CustomerCentricInformationServices +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - env: PROD - skipDeployment: "false" -CDnewComponentTag.NA-Prod: -- name: CD_managementZone PROD -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.NA-Prod: +- name: CD_CustomerCentricInformationServices PROD +- tag: CD_CustomerCentricInformationServices +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - env: PROD - skipDeployment: "false" -CDnewComponentTag.CN-Prod: -- name: CD_managementZone PROD -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.CN-Prod: +- name: CD_CustomerCentricInformationServices PROD +- tag: CD_CustomerCentricInformationServices +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.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 +CDCD_CustomerCentricInformationServices.EMEA-PreProd: +- name: CD_CustomerCentricInformationServices INT +- tag: CD_CustomerCentricInformationServices +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - env: INT - skipDeployment: "false" -CDnewComponentTag.NA-PreProd: -- name: CD_managementZone INT -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.NA-PreProd: +- name: CD_CustomerCentricInformationServices INT +- tag: CD_CustomerCentricInformationServices +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - env: INT - skipDeployment: "false" -CDnewComponentTag.CN-PreProd: -- name: CD_managementZone INT -- tag: newComponentTag -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.CN-PreProd: +- name: CD_CustomerCentricInformationServices INT +- tag: CD_CustomerCentricInformationServices +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - env: INT - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml index be5821ec..5c4f65b0 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-processgroup/conditional-naming-processgroup.yaml @@ -1,8 +1,8 @@ config: -- CDnewComponentTag: template.json +- CDCD_CustomerCentricInformationServices: template.json -CDnewComponentTag: +CDCD_CustomerCentricInformationServices: - name: MyProcessNamingRule - nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}" -- tag: newComponentTag +- tag: CD_CustomerCentricInformationServices - skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-service/conditional-naming-service.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-service/conditional-naming-service.yaml index be5821ec..5c4f65b0 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-service/conditional-naming-service.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/conditional-naming-service/conditional-naming-service.yaml @@ -1,8 +1,8 @@ config: -- CDnewComponentTag: template.json +- CDCD_CustomerCentricInformationServices: template.json -CDnewComponentTag: +CDCD_CustomerCentricInformationServices: - name: MyProcessNamingRule - nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}" -- tag: newComponentTag +- tag: CD_CustomerCentricInformationServices - skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/dashboard/dashboard.yaml index 1b75b656..1e450184 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/dashboard/dashboard.yaml @@ -1,125 +1,125 @@ config: -- CDnewComponentTag-PROD: default.json -- CDnewComponentTag-E2E: default.json -- CDnewComponentTag-INT: default.json -- CDnewComponentTag-TEST: default.json +- CDCD_CustomerCentricInformationServices-PROD: default.json +- CDCD_CustomerCentricInformationServices-E2E: default.json +- CDCD_CustomerCentricInformationServices-INT: default.json +- CDCD_CustomerCentricInformationServices-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 +CDCD_CustomerCentricInformationServices-PROD: +- name: CD_CustomerCentricInformationServices PROD +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-PROD.EMEA-Prod: +- name: CD_CustomerCentricInformationServices PROD +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-PROD.NA-Prod: +- name: CD_CustomerCentricInformationServices PROD +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-PROD.CN-Prod: +- name: CD_CustomerCentricInformationServices PROD +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-E2E: +- name: CD_CustomerCentricInformationServices E2E +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-E2E.EMEA-Prod: +- name: CD_CustomerCentricInformationServices E2E +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-E2E.NA-Prod: +- name: CD_CustomerCentricInformationServices E2E +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-E2E.CN-Prod: +- name: CD_CustomerCentricInformationServices E2E +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-INT: +- name: CD_CustomerCentricInformationServices INT +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-INT.EMEA-PreProd: +- name: CD_CustomerCentricInformationServices INT +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-INT.NA-PreProd: +- name: CD_CustomerCentricInformationServices INT +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-INT.CN-PreProd: +- name: CD_CustomerCentricInformationServices INT +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-TEST: +- name: CD_CustomerCentricInformationServices TEST +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-TEST.EMEA-PreProd: +- name: CD_CustomerCentricInformationServices TEST +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-TEST.NA-PreProd: +- name: CD_CustomerCentricInformationServices TEST +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - 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 +CDCD_CustomerCentricInformationServices-TEST.CN-PreProd: +- name: CD_CustomerCentricInformationServices TEST +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id +- tag: CD_CustomerCentricInformationServices - env: TEST - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/default.json b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/default.json index f56130ad..0e1d49bc 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/default.json +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/default.json @@ -113,19 +113,19 @@ { "conditions": [ { - "comparisonInfo": { - "negate": false, - "operator": "EQUALS", - "type": "TAG", - "value": { - "context": "CONTEXTLESS", - "key": "ms-id", - "value": "geolocator" - } - }, - "key": { - "attribute": "SERVICE_TAGS" - } + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "ms-id", + "value": "geolocator" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } } ], "enabled": true, @@ -159,56 +159,56 @@ "SERVICE_TO_HOST_LIKE" ], "type": "SERVICE" - }, - { - "conditions": [ - { - "comparisonInfo": { - "negate": false, - "operator": "EQUALS", - "type": "TAG", - "value": { - "context": "CONTEXTLESS", - "key": "ms-id", - "value": "ccis-download" - } - }, - "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": "digital-keyring" - } - }, - "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": "ccis-download" + } + }, + "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": "digital-keyring" + } + }, + "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_CustomerCentricInformationServices/management-zone/management-zone.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/management-zone.yaml index 635e9e71..5cda1e23 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/management-zone.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/management-zone/management-zone.yaml @@ -1,6 +1,6 @@ config: -- CDnewComponentTag: default.json +- CDCD_CustomerCentricInformationServices: default.json -CDnewComponentTag: -- name: CD_managementZone -- tag: newComponentTag +CDCD_CustomerCentricInformationServices: +- name: CD_CustomerCentricInformationServices +- tag: CD_CustomerCentricInformationServices diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/notification/notification.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/notification/notification.yaml index 02544a84..2c93330f 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/notification/notification.yaml @@ -1,102 +1,102 @@ config: -- CDnewComponentTag: msTeams.json -- CDnewComponentTagITSM: itsm.json +- CDCD_CustomerCentricInformationServices: msTeams.json +- CDCD_CustomerCentricInformationServicesITSM: itsm.json # Notification System for EMEA/NA/CN Prod msTeams -CDnewComponentTag.EMEA-Prod: -- name: CD_managementZone PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.EMEA-Prod: +- name: CD_CustomerCentricInformationServices PROD +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.NA-Prod: -- name: CD_managementZone PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.NA-Prod: +- name: CD_CustomerCentricInformationServices PROD +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.CN-Prod: -- name: CD_managementZone PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.CN-Prod: +- name: CD_CustomerCentricInformationServices PROD +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.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 +CDCD_CustomerCentricInformationServices.EMEA-PreProd: +- name: CD_CustomerCentricInformationServices INT +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.NA-PreProd: -- name: CD_managementZone INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.NA-PreProd: +- name: CD_CustomerCentricInformationServices INT +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://empty - skipDeployment: "true" -CDnewComponentTag.CN-PreProd: -- name: CD_managementZone INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServices.CN-PreProd: +- name: CD_CustomerCentricInformationServices INT +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.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 +CDCD_CustomerCentricInformationServicesITSM.EMEA-Prod: +- name: CD_CustomerCentricInformationServices ITSM PROD +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.NA-Prod: -- name: CD_managementZone ITSM PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServicesITSM.NA-Prod: +- name: CD_CustomerCentricInformationServices ITSM PROD +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.CN-Prod: -- name: CD_managementZone ITSM PROD -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServicesITSM.CN-Prod: +- name: CD_CustomerCentricInformationServices ITSM PROD +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.EMEA-PreProd: -- name: CD_managementZone ITSM INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServicesITSM.EMEA-PreProd: +- name: CD_CustomerCentricInformationServices ITSM INT +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.NA-PreProd: -- name: CD_managementZone ITSM INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServicesITSM.NA-PreProd: +- name: CD_CustomerCentricInformationServices ITSM INT +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" -CDnewComponentTagITSM.CN-PreProd: -- name: CD_managementZone ITSM INT -- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id +CDCD_CustomerCentricInformationServicesITSM.CN-PreProd: +- name: CD_CustomerCentricInformationServices ITSM INT +- alertingProfile: CD_CustomerCentricInformationServices/alerting-profile/CDCD_CustomerCentricInformationServices.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 - contractid: "10APP11906401" - appdid: "TEST123" -- mzName: CD_managementZone/management-zone/CDnewComponentTag.id +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - DTEnvironment: https://xxu26128.live.dynatrace.com - skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/synthetic-monitor/synthetic-monitor.yaml index 0ffabf57..20e052e7 100644 --- a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/synthetic-monitor/synthetic-monitor.yaml +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/synthetic-monitor/synthetic-monitor.yaml @@ -1,10 +1,10 @@ config: -- newComponentTag: default.json +- CD_CustomerCentricInformationServices: default.json -newComponentTag: -- name: CD_managementZone - -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id +CD_CustomerCentricInformationServices: +- name: CD_CustomerCentricInformationServices - +- mzName: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.name +- mzId: CD_CustomerCentricInformationServices/management-zone/CDCD_CustomerCentricInformationServices.id - endpoint: - location: - skipDeployment: "true" \ No newline at end of file