diff --git a/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index fd8fd8cd..00000000 --- a/BMW-Dynatrace-config/CD_APIGW/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- APIGW: default.json - -APIGW: -- name: CD_APIGW - -- mzName: CD_APIGW/management-zone/CDAPIGW.name -- mzId: CD_APIGW/management-zone/CDAPIGW.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d93af525..00000000 --- a/BMW-Dynatrace-config/CD_APIM/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- APIM: default.json - -APIM: -- name: CD_APIM - -- mzName: CD_APIM/management-zone/CDAPIM.name -- mzId: CD_APIM/management-zone/CDAPIM.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 7942abdd..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-HAL/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ASBC-HAL: default.json - -ASBC-HAL: -- name: CD_ASBC-HAL - -- mzName: CD_ASBC-HAL/management-zone/CDASBC-HAL.name -- mzId: CD_ASBC-HAL/management-zone/CDASBC-HAL.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 670b4acb..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-RSU/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ASBC-RSU: default.json - -ASBC-RSU: -- name: CD_ASBC-RSU - -- mzName: CD_ASBC-RSU/management-zone/CDASBC-RSU.name -- mzId: CD_ASBC-RSU/management-zone/CDASBC-RSU.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9b4e671f..00000000 --- a/BMW-Dynatrace-config/CD_ASBC-SMACC/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ASBC-SMACC: default.json - -ASBC-SMACC: -- name: CD_ASBC-SMACC - -- mzName: CD_ASBC-SMACC/management-zone/CDASBC-SMACC.name -- mzId: CD_ASBC-SMACC/management-zone/CDASBC-SMACC.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3be1b4ca..00000000 --- a/BMW-Dynatrace-config/CD_App-Repository/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- App-Repository: default.json - -App-Repository: -- name: CD_App-Repository - -- mzName: CD_App-Repository/management-zone/CDApp-Repository.name -- mzId: CD_App-Repository/management-zone/CDApp-Repository.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 73e8a8c5..00000000 --- a/BMW-Dynatrace-config/CD_BMWPoints/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- BMWPoints: default.json - -BMWPoints: -- name: CD_BMWPoints - -- mzName: CD_BMWPoints/management-zone/CDBMWPoints.name -- mzId: CD_BMWPoints/management-zone/CDBMWPoints.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index afb4382b..00000000 --- a/BMW-Dynatrace-config/CD_Billing_Buffet/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Billing_Buffet: default.json - -Billing_Buffet: -- name: CD_Billing_Buffet - -- mzName: CD_Billing_Buffet/management-zone/CDBilling_Buffet.name -- mzId: CD_Billing_Buffet/management-zone/CDBilling_Buffet.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 15218446..00000000 --- a/BMW-Dynatrace-config/CD_CCG/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- CCG: default.json - -CCG: -- name: CD_CCG - -- mzName: CD_CCG/management-zone/CDCCG.name -- mzId: CD_CCG/management-zone/CDCCG.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c01286b5..00000000 --- a/BMW-Dynatrace-config/CD_CSI/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- CSI: default.json - -CSI: -- name: CD_CSI - -- mzName: CD_CSI/management-zone/CDCSI.name -- mzId: CD_CSI/management-zone/CDCSI.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 14683b9c..00000000 --- a/BMW-Dynatrace-config/CD_Call-Handling-Backends/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Call-Handling-Backends: default.json - -Call-Handling-Backends: -- name: CD_Call-Handling-Backends - -- mzName: CD_Call-Handling-Backends/management-zone/CDCall-Handling-Backends.name -- mzId: CD_Call-Handling-Backends/management-zone/CDCall-Handling-Backends.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 15951c43..00000000 --- a/BMW-Dynatrace-config/CD_CallCenterClient/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- CallCenterClient: default.json - -CallCenterClient: -- name: CD_CallCenterClient - -- mzName: CD_CallCenterClient/management-zone/CDCallCenterClient.name -- mzId: CD_CallCenterClient/management-zone/CDCallCenterClient.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2b689beb..00000000 --- a/BMW-Dynatrace-config/CD_Connected-Backend-Services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Connected-Backend-Services: default.json - -Connected-Backend-Services: -- name: CD_Connected-Backend-Services - -- mzName: CD_Connected-Backend-Services/management-zone/CDConnected-Backend-Services.name -- mzId: CD_Connected-Backend-Services/management-zone/CDConnected-Backend-Services.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 94c4a4dc..00000000 --- a/BMW-Dynatrace-config/CD_Connected-User-Behaviour/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Connected-User-Behaviour: default.json - -Connected-User-Behaviour: -- name: CD_Connected-User-Behaviour - -- mzName: CD_Connected-User-Behaviour/management-zone/CDConnected-User-Behaviour.name -- mzId: CD_Connected-User-Behaviour/management-zone/CDConnected-User-Behaviour.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3b9a63fc..00000000 --- a/BMW-Dynatrace-config/CD_ConnectedDrive-Internet-Portal/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ConnectedDrive-Internet-Portal: default.json - -ConnectedDrive-Internet-Portal: -- name: CD_ConnectedDrive-Internet-Portal - -- mzName: CD_ConnectedDrive-Internet-Portal/management-zone/CDConnectedDrive-Internet-Portal.name -- mzId: CD_ConnectedDrive-Internet-Portal/management-zone/CDConnectedDrive-Internet-Portal.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b31900c1..00000000 --- a/BMW-Dynatrace-config/CD_ContentProvider/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ContentProvider: default.json - -ContentProvider: -- name: CD_ContentProvider - -- mzName: CD_ContentProvider/management-zone/CDContentProvider.name -- mzId: CD_ContentProvider/management-zone/CDContentProvider.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ff702bfa..00000000 --- a/BMW-Dynatrace-config/CD_DPP_DPM/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- DPP_DPM: default.json - -DPP_DPM: -- name: CD_DPP_DPM - -- mzName: CD_DPP_DPM/management-zone/CDDPP_DPM.name -- mzId: CD_DPP_DPM/management-zone/CDDPP_DPM.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9a9a459d..00000000 --- a/BMW-Dynatrace-config/CD_Infotainment-In-Car-Experience-Services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Infotainment: default.json - -Infotainment: -- name: CD_Infotainment-In-Car-Experience-Services - -- mzName: CD_Infotainment-In-Car-Experience-Services/management-zone/CDInfotainment.name -- mzId: CD_Infotainment-In-Car-Experience-Services/management-zone/CDInfotainment.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index cfa02042..00000000 --- a/BMW-Dynatrace-config/CD_LSC-FSU/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- LSC-FSU: default.json - -LSC-FSU: -- name: CD_LSC-FSU - -- mzName: CD_LSC-FSU/management-zone/CDLSC-FSU.name -- mzId: CD_LSC-FSU/management-zone/CDLSC-FSU.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4601f016..00000000 --- a/BMW-Dynatrace-config/CD_LSC/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- LSC: default.json - -LSC: -- name: CD_LSC - -- mzName: CD_LSC/management-zone/CDLSC.name -- mzId: CD_LSC/management-zone/CDLSC.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index bac056de..00000000 --- a/BMW-Dynatrace-config/CD_Location-Services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Location-Services: default.json - -Location-Services: -- name: CD_Location-Services - -- mzName: CD_Location-Services/management-zone/CDLocation-Services.name -- mzId: CD_Location-Services/management-zone/CDLocation-Services.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b0e4d6c1..00000000 --- a/BMW-Dynatrace-config/CD_Messaging-Services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Messaging-Services: default.json - -Messaging-Services: -- name: CD_Messaging-Services - -- mzName: CD_Messaging-Services/management-zone/CDMessaging-Services.name -- mzId: CD_Messaging-Services/management-zone/CDMessaging-Services.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index bb2f343b..00000000 --- a/BMW-Dynatrace-config/CD_Mobile_2/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Mobile_2: default.json - -Mobile_2: -- name: CD_Mobile_2 - -- mzName: CD_Mobile_2/management-zone/CDMobile_2.name -- mzId: CD_Mobile_2/management-zone/CDMobile_2.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a3210336..00000000 --- a/BMW-Dynatrace-config/CD_Navigation-Information-Services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Navigation-Information-Services: default.json - -Navigation-Information-Services: -- name: CD_Navigation-Information-Services - -- mzName: CD_Navigation-Information-Services/management-zone/CDNavigation-Information-Services.name -- mzId: CD_Navigation-Information-Services/management-zone/CDNavigation-Information-Services.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index db8fc976..00000000 --- a/BMW-Dynatrace-config/CD_PISA/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- PISA: default.json - -PISA: -- name: CD_PISA - -- mzName: CD_PISA/management-zone/CDPISA.name -- mzId: CD_PISA/management-zone/CDPISA.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4791c2e2..00000000 --- a/BMW-Dynatrace-config/CD_Perseus/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Perseus: default.json - -Perseus: -- name: CD_Perseus - -- mzName: CD_Perseus/management-zone/CDPerseus.name -- mzId: CD_Perseus/management-zone/CDPerseus.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3b5742dc..00000000 --- a/BMW-Dynatrace-config/CD_RemoteServices/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- RemoteServices: default.json - -RemoteServices: -- name: CD_RemoteServices - -- mzName: CD_RemoteServices/management-zone/CDRemoteServices.name -- mzId: CD_RemoteServices/management-zone/CDRemoteServices.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/SMACC-BE-Availability.json b/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/SMACC-BE-Availability.json deleted file mode 100644 index 820dc198..00000000 --- a/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/SMACC-BE-Availability.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "anomalyDetection": { - "loadingTimeThresholds": { - "enabled": false, - "thresholds": [ - { - "type": "TOTAL", - "valueMs": 0 - } - ] - }, - "outageHandling": { - "globalOutage": true, - "localOutage": false, - "localOutagePolicy": { - "affectedLocations": 1, - "consecutiveRuns": 3 - } - } - }, - "automaticallyAssignedApps": [], - "createdFrom": "API", - "enabled": false, - "entityId": "HTTP_CHECK-F16F06E861594CA7", - "frequencyMin": 10, - "locations": [ - "SYNTHETIC_LOCATION-179C78AF3D136082" - ], - "managementZones": [], - "manuallyAssignedApps": [], - "name": "{{.name}}", - "requests": [ - { - "entityId": "HTTP_CHECK_STEP-481392B02CA2050C", - "name": "/smc2-bl/status/v1/ping", - "sequenceNumber": 1 - } - ], - "script": { - "requests": [ - { - "configuration": { - "acceptAnyCertificate": true, - "followRedirects": true - }, - "description": "/smc2-bl/status/v1/ping", - "method": "GET", - "url": "https://smc2-bl-smc2-bl-prod.cnap-00-cc-prod.bmwgroup.net/smc2-bl/status/v1/ping", - "validation": { - "rules": [ - { - "passIfFound": false, - "type": "httpStatusesList", - "value": "\u003e=400" - } - ], - "rulesChaining": "or" - } - } - ], - "version": "1.0" - }, - "tags": [], - "type": "HTTP" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/SMACC-KTS-Availability.json b/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/SMACC-KTS-Availability.json deleted file mode 100644 index 585ecace..00000000 --- a/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/SMACC-KTS-Availability.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "anomalyDetection": { - "loadingTimeThresholds": { - "enabled": false, - "thresholds": [ - { - "type": "TOTAL", - "valueMs": 0 - } - ] - }, - "outageHandling": { - "globalOutage": true, - "localOutage": false, - "localOutagePolicy": { - "affectedLocations": 1, - "consecutiveRuns": 3 - } - } - }, - "automaticallyAssignedApps": [], - "createdFrom": "API", - "enabled": false, - "entityId": "HTTP_CHECK-213CF2D8CABD566E", - "frequencyMin": 10, - "locations": [ - "SYNTHETIC_LOCATION-179C78AF3D136082" - ], - "managementZones": [], - "manuallyAssignedApps": [], - "name": "{{.name}}", - "requests": [ - { - "entityId": "HTTP_CHECK_STEP-E5FD1FAEDA71B36D", - "name": "/smc2-key-trk/status/v1/ping", - "sequenceNumber": 1 - } - ], - "script": { - "requests": [ - { - "configuration": { - "acceptAnyCertificate": true, - "followRedirects": true - }, - "description": "/smc2-key-trk/status/v1/ping", - "method": "GET", - "url": "https://smc2-key-trk-smc2-key-trk-prod.cnap-00-cc-prod.bmwgroup.net/smc2-key-trk/status/v1/ping", - "validation": { - "rules": [ - { - "passIfFound": false, - "type": "httpStatusesList", - "value": "\u003e=400" - } - ], - "rulesChaining": "or" - } - } - ], - "version": "1.0" - }, - "tags": [], - "type": "HTTP" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9b841cbd..00000000 --- a/BMW-Dynatrace-config/CD_SMACC-BE/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,17 +0,0 @@ -config: -- SMACC-KTS-Availability: SMACC-KTS-Availability.json -- SMACC-BE-Availability: SMACC-BE-Availability.json - -SMACC-BE-Availability: -- name: SMACC-BE - Availability -- skipDeployment: "true" -SMACC-BE-Availability.EMEA-Prod: -- name: SMACC-BE - Availability -- skipDeployment: "false" - -SMACC-KTS-Availability: -- name: SMACC-KTS - Availability -- skipDeployment: "true" -SMACC-BE-Availability.EMEA-Prod: -- name: SMACC-BE - Availability -- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/SMSGWEMEAE2E.json b/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/SMSGWEMEAE2E.json deleted file mode 100644 index eee4e86d..00000000 --- a/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/SMSGWEMEAE2E.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "anomalyDetection": { - "loadingTimeThresholds": { - "enabled": false, - "thresholds": [ - { - "type": "TOTAL", - "valueMs": 0 - } - ] - }, - "outageHandling": { - "globalOutage": true, - "localOutage": false, - "localOutagePolicy": { - "affectedLocations": 1, - "consecutiveRuns": 3 - } - } - }, - "automaticallyAssignedApps": [], - "createdFrom": "GUI", - "enabled": true, - "entityId": "HTTP_CHECK-B04155D589D0E3D7", - "frequencyMin": 1, - "locations": [ - "SYNTHETIC_LOCATION-6A36EDD481FAEB5D" - ], - "managementZones": [ - { - "id": "-2133422980246552080", - "name": "CD_SMS-Gateway" - } - ], - "manuallyAssignedApps": [], - "name": "{{.name}}", - "requests": [ - { - "entityId": "HTTP_CHECK_STEP-842BA303DC038102", - "name": "SMS GW EMEA E2E", - "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": "SMS GW EMEA E2E", - "method": "POST", - "requestBody": "{\n \"sender\": \"CDE2EMonitoring\",\n \"msg\": \n [ \n {\"to\": \n [ \n {\n \"number\": 49151601XXXX\n \n }\n ],\n \"contentType\":\"text\",\n \"content\": \"Test SMS GW MONITORING\" \n \n }\n ]\n \n}", - "url": "https://smsgw-emea-e2e.bmwgroup.net/sms/v1/message", - "validation": { - "rules": [ - { - "passIfFound": true, - "type": "httpStatusesList", - "value": "400" - } - ], - "rulesChaining": "or" - } - } - ], - "version": "1.0" - }, - "tags": [], - "type": "HTTP" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/SMSGWEMEAPROD.json b/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/SMSGWEMEAPROD.json deleted file mode 100644 index 7e91d5ba..00000000 --- a/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/SMSGWEMEAPROD.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "anomalyDetection": { - "loadingTimeThresholds": { - "enabled": false, - "thresholds": [ - { - "type": "TOTAL", - "valueMs": 0 - } - ] - }, - "outageHandling": { - "globalOutage": true, - "localOutage": false, - "localOutagePolicy": { - "affectedLocations": 1, - "consecutiveRuns": 3 - } - } - }, - "automaticallyAssignedApps": [], - "createdFrom": "GUI", - "enabled": true, - "entityId": "HTTP_CHECK-3A93AE1CD9A029F7", - "frequencyMin": 1, - "locations": [ - "SYNTHETIC_LOCATION-6A36EDD481FAEB5D" - ], - "managementZones": [ - { - "id": "-2133422980246552080", - "name": "CD_SMS-Gateway" - } - ], - "manuallyAssignedApps": [], - "name": "{{.name}}", - "requests": [ - { - "entityId": "HTTP_CHECK_STEP-0BA53EC80CD7EE5A", - "name": "SMS GW EMEA PROD", - "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": "SMS GW EMEA PROD", - "method": "POST", - "requestBody": "{\n \"sender\": \"CDE2EMonitoring\",\n \"msg\": \n [ \n {\"to\": \n [ \n {\n \"number\": 49151601XXXX\n \n }\n ],\n \"contentType\":\"text\",\n \"content\": \"Test SMS GW MONITORING\" \n \n }\n ]\n \n}", - "url": "https://smsgw-emea-prod.bmwgroup.net/sms/v1/message", - "validation": { - "rules": [ - { - "passIfFound": true, - "type": "httpStatusesList", - "value": "400" - } - ], - "rulesChaining": "or" - } - } - ], - "version": "1.0" - }, - "tags": [], - "type": "HTTP" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e99a204c..00000000 --- a/BMW-Dynatrace-config/CD_SMS-Gateway/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,17 +0,0 @@ -config: -- SMSGWEMEAE2E: SMSGWEMEAE2E.json -- SMSGWEMEAPROD: SMSGWEMEAPROD.json - -SMSGWEMEAE2E: -- name: SMS GW EMEA E2E -- skipDeployment: "true" -SMSGWEMEAE2E.EMEA-Prod: -- name: SMS GW EMEA E2E -- skipDeployment: "false" - -SMSGWEMEAPROD: -- name: SMS GW EMEA PROD -- skipDeployment: "true" -SMSGWEMEAPROD.EMEA-Prod: -- name: SMS GW EMEA PROD -- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 599b9a8a..00000000 --- a/BMW-Dynatrace-config/CD_Service-Bus/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Service-Bus: default.json - -Service-Bus: -- name: CD_Service-Bus - -- mzName: CD_Service-Bus/management-zone/CDService-Bus.name -- mzId: CD_Service-Bus/management-zone/CDService-Bus.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 81da33ac..00000000 --- a/BMW-Dynatrace-config/CD_Service-Gateway/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Service-Gateway: default.json - -Service-Gateway: -- name: CD_Service-Gateway - -- mzName: CD_Service-Gateway/management-zone/CDService-Gateway.name -- mzId: CD_Service-Gateway/management-zone/CDService-Gateway.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index fc84c581..00000000 --- a/BMW-Dynatrace-config/CD_Speech/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Speech: default.json - -Speech: -- name: CD_Speech - -- mzName: CD_Speech/management-zone/CDSpeech.name -- mzId: CD_Speech/management-zone/CDSpeech.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 24c47f17..00000000 --- a/BMW-Dynatrace-config/CD_Voice-Services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- Voice-Services: default.json - -Voice-Services: -- name: CD_Voice-Services - -- mzName: CD_Voice-Services/management-zone/CDVoice-Services.name -- mzId: CD_Voice-Services/management-zone/CDVoice-Services.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e777f370..00000000 --- a/BMW-Dynatrace-config/CD_agent-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- agent-service: default.json - -agent-service: -- name: CD_agent-service - -- mzName: CD_agent-service/management-zone/CDagent-service.name -- mzId: CD_agent-service/management-zone/CDagent-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b98a0a93..00000000 --- a/BMW-Dynatrace-config/CD_aluis/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- aluis: default.json - -aluis: -- name: CD_aluis - -- mzName: CD_aluis/management-zone/CDaluis.name -- mzId: CD_aluis/management-zone/CDaluis.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 7173871b..00000000 --- a/BMW-Dynatrace-config/CD_am-casa/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-casa: default.json - -am-casa: -- name: CD_am-casa - -- mzName: CD_am-casa/management-zone/CDam-casa.name -- mzId: CD_am-casa/management-zone/CDam-casa.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ed197832..00000000 --- a/BMW-Dynatrace-config/CD_am-cesim/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-cesim: default.json - -am-cesim: -- name: CD_am-cesim - -- mzName: CD_am-cesim/management-zone/CDam-cesim.name -- mzId: CD_am-cesim/management-zone/CDam-cesim.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 1fd23dd9..00000000 --- a/BMW-Dynatrace-config/CD_am-cns/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-cns: default.json - -am-cns: -- name: CD_am-cns - -- mzName: CD_am-cns/management-zone/CDam-cns.name -- mzId: CD_am-cns/management-zone/CDam-cns.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 21821f0e..00000000 --- a/BMW-Dynatrace-config/CD_am-device/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-device: default.json - -am-device: -- name: CD_am-device - -- mzName: CD_am-device/management-zone/CDam-device.name -- mzId: CD_am-device/management-zone/CDam-device.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0b094613..00000000 --- a/BMW-Dynatrace-config/CD_am-ecs/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-ecs: default.json - -am-ecs: -- name: CD_am-ecs - -- mzName: CD_am-ecs/management-zone/CDam-ecs.name -- mzId: CD_am-ecs/management-zone/CDam-ecs.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c3a0e38d..00000000 --- a/BMW-Dynatrace-config/CD_am-egim/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-egim: default.json - -am-egim: -- name: CD_am-egim - -- mzName: CD_am-egim/management-zone/CDam-egim.name -- mzId: CD_am-egim/management-zone/CDam-egim.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index dbb6aea9..00000000 --- a/BMW-Dynatrace-config/CD_am-esim-ui/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-esim-ui: default.json - -am-esim-ui: -- name: CD_am-esim-ui - -- mzName: CD_am-esim-ui/management-zone/CDam-esim-ui.name -- mzId: CD_am-esim-ui/management-zone/CDam-esim-ui.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 757dbc22..00000000 --- a/BMW-Dynatrace-config/CD_am-lmcs/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-lmcs: default.json - -am-lmcs: -- name: CD_am-lmcs - -- mzName: CD_am-lmcs/management-zone/CDam-lmcs.name -- mzId: CD_am-lmcs/management-zone/CDam-lmcs.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 07851b9d..00000000 --- a/BMW-Dynatrace-config/CD_am-mno-manager/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-mno-manager: default.json - -am-mno-manager: -- name: CD_am-mno-manager - -- mzName: CD_am-mno-manager/management-zone/CDam-mno-manager.name -- mzId: CD_am-mno-manager/management-zone/CDam-mno-manager.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ed1676d8..00000000 --- a/BMW-Dynatrace-config/CD_am-proxy/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-proxy: default.json - -am-proxy: -- name: CD_am-proxy - -- mzName: CD_am-proxy/management-zone/CDam-proxy.name -- mzId: CD_am-proxy/management-zone/CDam-proxy.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 15b374bf..00000000 --- a/BMW-Dynatrace-config/CD_am-store/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-store: default.json - -am-store: -- name: CD_am-store - -- mzName: CD_am-store/management-zone/CDam-store.name -- mzId: CD_am-store/management-zone/CDam-store.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 181224af..00000000 --- a/BMW-Dynatrace-config/CD_am-svms/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-svms: default.json - -am-svms: -- name: CD_am-svms - -- mzName: CD_am-svms/management-zone/CDam-svms.name -- mzId: CD_am-svms/management-zone/CDam-svms.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ede65afd..00000000 --- a/BMW-Dynatrace-config/CD_am-ui/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-ui: default.json - -am-ui: -- name: CD_am-ui - -- mzName: CD_am-ui/management-zone/CDam-ui.name -- mzId: CD_am-ui/management-zone/CDam-ui.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3152a9a9..00000000 --- a/BMW-Dynatrace-config/CD_am-usage/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-usage: default.json - -am-usage: -- name: CD_am-usage - -- mzName: CD_am-usage/management-zone/CDam-usage.name -- mzId: CD_am-usage/management-zone/CDam-usage.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index cd25c519..00000000 --- a/BMW-Dynatrace-config/CD_am-vehicle-activation/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-vehicle-activation: default.json - -am-vehicle-activation: -- name: CD_am-vehicle-activation - -- mzName: CD_am-vehicle-activation/management-zone/CDam-vehicle-activation.name -- mzId: CD_am-vehicle-activation/management-zone/CDam-vehicle-activation.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6c570ced..00000000 --- a/BMW-Dynatrace-config/CD_am-vms/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- am-vms: default.json - -am-vms: -- name: CD_am-vms - -- mzName: CD_am-vms/management-zone/CDam-vms.name -- mzId: CD_am-vms/management-zone/CDam-vms.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c6554ebf..00000000 --- a/BMW-Dynatrace-config/CD_analytics-user-data-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- analytics-user-data-service: default.json - -analytics-user-data-service: -- name: CD_analytics-user-data-service - -- mzName: CD_analytics-user-data-service/management-zone/CDanalytics-user-data-service.name -- mzId: CD_analytics-user-data-service/management-zone/CDanalytics-user-data-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6458cf11..00000000 --- a/BMW-Dynatrace-config/CD_asbc-pki-oclisc2v/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- asbc-pki-oclisc2v: default.json - -asbc-pki-oclisc2v: -- name: CD_asbc-pki-oclisc2v - -- mzName: CD_asbc-pki-oclisc2v/management-zone/CDasbc-pki-oclisc2v.name -- mzId: CD_asbc-pki-oclisc2v/management-zone/CDasbc-pki-oclisc2v.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 965b2018..00000000 --- a/BMW-Dynatrace-config/CD_asbc-pki-oclisocsp/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- asbc-pki-oclisocsp: default.json - -asbc-pki-oclisocsp: -- name: CD_asbc-pki-oclisocsp - -- mzName: CD_asbc-pki-oclisocsp/management-zone/CDasbc-pki-oclisocsp.name -- mzId: CD_asbc-pki-oclisocsp/management-zone/CDasbc-pki-oclisocsp.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a02a4fe2..00000000 --- a/BMW-Dynatrace-config/CD_asbc-sfa-oh/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- asbc-sfa-oh: default.json - -asbc-sfa-oh: -- name: CD_asbc-sfa-oh - -- mzName: CD_asbc-sfa-oh/management-zone/CDasbc-sfa-oh.name -- mzId: CD_asbc-sfa-oh/management-zone/CDasbc-sfa-oh.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 61e67bc6..00000000 --- a/BMW-Dynatrace-config/CD_asbc-sts/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- asbc-sts: default.json - -asbc-sts: -- name: CD_asbc-sts - -- mzName: CD_asbc-sts/management-zone/CDasbc-sts.name -- mzId: CD_asbc-sts/management-zone/CDasbc-sts.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index daec90ea..00000000 --- a/BMW-Dynatrace-config/CD_asbctvp/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- asbctvp: default.json - -asbctvp: -- name: CD_asbctvp - -- mzName: CD_asbctvp/management-zone/CDasbctvp.name -- mzId: CD_asbctvp/management-zone/CDasbctvp.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 45f25267..00000000 --- a/BMW-Dynatrace-config/CD_avs-client-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- avs-client-service: default.json - -avs-client-service: -- name: CD_avs-client-service - -- mzName: CD_avs-client-service/management-zone/CDavs-client-service.name -- mzId: CD_avs-client-service/management-zone/CDavs-client-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5cce1f5c..00000000 --- a/BMW-Dynatrace-config/CD_avs-proxy-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- avs-proxy-composite-service: default.json - -avs-proxy-composite-service: -- name: CD_avs-proxy-composite-service - -- mzName: CD_avs-proxy-composite-service/management-zone/CDavs-proxy-composite-service.name -- mzId: CD_avs-proxy-composite-service/management-zone/CDavs-proxy-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c999da7f..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-be/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-com-be: default.json - -b2v-com-be: -- name: CD_b2v-com-be - -- mzName: CD_b2v-com-be/management-zone/CDb2v-com-be.name -- mzId: CD_b2v-com-be/management-zone/CDb2v-com-be.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5efe9a85..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-echo/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-com-echo: default.json - -b2v-com-echo: -- name: CD_b2v-com-echo - -- mzName: CD_b2v-com-echo/management-zone/CDb2v-com-echo.name -- mzId: CD_b2v-com-echo/management-zone/CDb2v-com-echo.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3f94dd56..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-fe/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-com-fe: default.json - -b2v-com-fe: -- name: CD_b2v-com-fe - -- mzName: CD_b2v-com-fe/management-zone/CDb2v-com-fe.name -- mzId: CD_b2v-com-fe/management-zone/CDb2v-com-fe.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 765abbae..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-gcdm-client/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-com-gcdm-client: default.json - -b2v-com-gcdm-client: -- name: CD_b2v-com-gcdm-client - -- mzName: CD_b2v-com-gcdm-client/management-zone/CDb2v-com-gcdm-client.name -- mzId: CD_b2v-com-gcdm-client/management-zone/CDb2v-com-gcdm-client.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index fa45bab7..00000000 --- a/BMW-Dynatrace-config/CD_b2v-com-hello/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-com-hello: default.json - -b2v-com-hello: -- name: CD_b2v-com-hello - -- mzName: CD_b2v-com-hello/management-zone/CDb2v-com-hello.name -- mzId: CD_b2v-com-hello/management-zone/CDb2v-com-hello.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8e972c6c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-nots/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-nots: default.json - -b2v-nots: -- name: CD_b2v-nots - -- mzName: CD_b2v-nots/management-zone/CDb2v-nots.name -- mzId: CD_b2v-nots/management-zone/CDb2v-nots.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 87fec292..00000000 --- a/BMW-Dynatrace-config/CD_b2v-sms-statistics/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- b2v-sms-statistics: default.json - -b2v-sms-statistics: -- name: CD_b2v-sms-statistics - -- mzName: CD_b2v-sms-statistics/management-zone/CDb2v-sms-statistics.name -- mzId: CD_b2v-sms-statistics/management-zone/CDb2v-sms-statistics.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 95acd4d4..00000000 --- a/BMW-Dynatrace-config/CD_bmw-points-push-notifications-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- bmw-points-push-notifications-service: default.json - -bmw-points-push-notifications-service: -- name: CD_bmw-points-push-notifications-service - -- mzName: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.name -- mzId: CD_bmw-points-push-notifications-service/management-zone/CDbmw-points-push-notifications-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b3135dd0..00000000 --- a/BMW-Dynatrace-config/CD_bsi-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- bsi-service: default.json - -bsi-service: -- name: CD_bsi-service - -- mzName: CD_bsi-service/management-zone/CDbsi-service.name -- mzId: CD_bsi-service/management-zone/CDbsi-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cac/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_cac/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_cac/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cac/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_cac/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_cac/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cac/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_cac/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4eeeeffc..00000000 --- a/BMW-Dynatrace-config/CD_cac/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- cac: default.json - -cac: -- name: CD_cac - -- mzName: CD_cac/management-zone/CDcac.name -- mzId: CD_cac/management-zone/CDcac.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8dff9bb4..00000000 --- a/BMW-Dynatrace-config/CD_casa-event-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- casa-event-processor: default.json - -casa-event-processor: -- name: CD_casa-event-processor - -- mzName: CD_casa-event-processor/management-zone/CDcasa-event-processor.name -- mzId: CD_casa-event-processor/management-zone/CDcasa-event-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2b017e85..00000000 --- a/BMW-Dynatrace-config/CD_cdc/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- cdc: default.json - -cdc: -- name: CD_cdc - -- mzName: CD_cdc/management-zone/CDcdc.name -- mzId: CD_cdc/management-zone/CDcdc.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ffc76c10..00000000 --- a/BMW-Dynatrace-config/CD_cdcicd-jenkins/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- cdcicd-jenkins: default.json - -cdcicd-jenkins: -- name: CD_cdcicd-jenkins - -- mzName: CD_cdcicd-jenkins/management-zone/CDcdcicd-jenkins.name -- mzId: CD_cdcicd-jenkins/management-zone/CDcdcicd-jenkins.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9ff2e2dc..00000000 --- a/BMW-Dynatrace-config/CD_chargenow-enabler-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- chargenow-enabler-service: default.json - -chargenow-enabler-service: -- name: CD_chargenow-enabler-service - -- mzName: CD_chargenow-enabler-service/management-zone/CDchargenow-enabler-service.name -- mzId: CD_chargenow-enabler-service/management-zone/CDchargenow-enabler-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 19861c16..00000000 --- a/BMW-Dynatrace-config/CD_charging-data-privacy-composite/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-data-privacy-composite: default.json - -charging-data-privacy-composite: -- name: CD_charging-data-privacy-composite - -- mzName: CD_charging-data-privacy-composite/management-zone/CDcharging-data-privacy-composite.name -- mzId: CD_charging-data-privacy-composite/management-zone/CDcharging-data-privacy-composite.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ea50b1bc..00000000 --- a/BMW-Dynatrace-config/CD_charging-data-privacy/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-data-privacy: default.json - -charging-data-privacy: -- name: CD_charging-data-privacy - -- mzName: CD_charging-data-privacy/management-zone/CDcharging-data-privacy.name -- mzId: CD_charging-data-privacy/management-zone/CDcharging-data-privacy.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8dbe47d5..00000000 --- a/BMW-Dynatrace-config/CD_charging-events-push-notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-events-push-notification-service: default.json - -charging-events-push-notification-service: -- name: CD_charging-events-push-notification-service - -- mzName: CD_charging-events-push-notification-service/management-zone/CDcharging-events-push-notification-service.name -- mzId: CD_charging-events-push-notification-service/management-zone/CDcharging-events-push-notification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0a2dd358..00000000 --- a/BMW-Dynatrace-config/CD_charging-events-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-events-service: default.json - -charging-events-service: -- name: CD_charging-events-service - -- mzName: CD_charging-events-service/management-zone/CDcharging-events-service.name -- mzId: CD_charging-events-service/management-zone/CDcharging-events-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index cb8a2c94..00000000 --- a/BMW-Dynatrace-config/CD_charging-history-gdpr-proxy-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-history-gdpr-proxy-service: default.json - -charging-history-gdpr-proxy-service: -- name: CD_charging-history-gdpr-proxy-service - -- mzName: CD_charging-history-gdpr-proxy-service/management-zone/CDcharging-history-gdpr-proxy-service.name -- mzId: CD_charging-history-gdpr-proxy-service/management-zone/CDcharging-history-gdpr-proxy-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f33ecaae..00000000 --- a/BMW-Dynatrace-config/CD_charging-plan-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-plan-composite-service: default.json - -charging-plan-composite-service: -- name: CD_charging-plan-composite-service - -- mzName: CD_charging-plan-composite-service/management-zone/CDcharging-plan-composite-service.name -- mzId: CD_charging-plan-composite-service/management-zone/CDcharging-plan-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d2cfd13e..00000000 --- a/BMW-Dynatrace-config/CD_charging-push-notifications-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-push-notifications-service: default.json - -charging-push-notifications-service: -- name: CD_charging-push-notifications-service - -- mzName: CD_charging-push-notifications-service/management-zone/CDcharging-push-notifications-service.name -- mzId: CD_charging-push-notifications-service/management-zone/CDcharging-push-notifications-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2c691d12..00000000 --- a/BMW-Dynatrace-config/CD_charging-remote-commands-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-remote-commands-composite-service: default.json - -charging-remote-commands-composite-service: -- name: CD_charging-remote-commands-composite-service - -- mzName: CD_charging-remote-commands-composite-service/management-zone/CDcharging-remote-commands-composite-service.name -- mzId: CD_charging-remote-commands-composite-service/management-zone/CDcharging-remote-commands-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e30cd033..00000000 --- a/BMW-Dynatrace-config/CD_charging-sessions-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-sessions-service: default.json - -charging-sessions-service: -- name: CD_charging-sessions-service - -- mzName: CD_charging-sessions-service/management-zone/CDcharging-sessions-service.name -- mzId: CD_charging-sessions-service/management-zone/CDcharging-sessions-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d228a772..00000000 --- a/BMW-Dynatrace-config/CD_charging-stations-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- charging-stations-service: default.json - -charging-stations-service: -- name: CD_charging-stations-service - -- mzName: CD_charging-stations-service/management-zone/CDcharging-stations-service.name -- mzId: CD_charging-stations-service/management-zone/CDcharging-stations-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 13eede76..00000000 --- a/BMW-Dynatrace-config/CD_client-agent-telemetry-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- client-agent-telemetry-processor: default.json - -client-agent-telemetry-processor: -- name: CD_client-agent-telemetry-processor - -- mzName: CD_client-agent-telemetry-processor/management-zone/CDclient-agent-telemetry-processor.name -- mzId: CD_client-agent-telemetry-processor/management-zone/CDclient-agent-telemetry-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 7e1deab6..00000000 --- a/BMW-Dynatrace-config/CD_client-vehicle-telemetry-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- client-vehicle-telemetry-processor: default.json - -client-vehicle-telemetry-processor: -- name: CD_client-vehicle-telemetry-processor - -- mzName: CD_client-vehicle-telemetry-processor/management-zone/CDclient-vehicle-telemetry-processor.name -- mzId: CD_client-vehicle-telemetry-processor/management-zone/CDclient-vehicle-telemetry-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cm/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_cm/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_cm/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cm/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_cm/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_cm/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_cm/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_cm/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d4cf9cea..00000000 --- a/BMW-Dynatrace-config/CD_cm/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- cm: default.json - -cm: -- name: CD_cm - -- mzName: CD_cm/management-zone/CDcm.name -- mzId: CD_cm/management-zone/CDcm.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 80c5c704..00000000 --- a/BMW-Dynatrace-config/CD_commute-notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- commute-notification-service: default.json - -commute-notification-service: -- name: CD_commute-notification-service - -- mzName: CD_commute-notification-service/management-zone/CDcommute-notification-service.name -- mzId: CD_commute-notification-service/management-zone/CDcommute-notification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2ce10044..00000000 --- a/BMW-Dynatrace-config/CD_commute-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- commute-service: default.json - -commute-service: -- name: CD_commute-service - -- mzName: CD_commute-service/management-zone/CDcommute-service.name -- mzId: CD_commute-service/management-zone/CDcommute-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6604121e..00000000 --- a/BMW-Dynatrace-config/CD_connected-oauth-service-apim/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- connected-oauth-service-apim: default.json - -connected-oauth-service-apim: -- name: CD_connected-oauth-service-apim - -- mzName: CD_connected-oauth-service-apim/management-zone/CDconnected-oauth-service-apim.name -- mzId: CD_connected-oauth-service-apim/management-zone/CDconnected-oauth-service-apim.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3d6d471b..00000000 --- a/BMW-Dynatrace-config/CD_connected-oauth-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- connected-oauth-service: default.json - -connected-oauth-service: -- name: CD_connected-oauth-service - -- mzName: CD_connected-oauth-service/management-zone/CDconnected-oauth-service.name -- mzId: CD_connected-oauth-service/management-zone/CDconnected-oauth-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5820bee6..00000000 --- a/BMW-Dynatrace-config/CD_connected-onboard-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- connected-onboard-composite-service: default.json - -connected-onboard-composite-service: -- name: CD_connected-onboard-composite-service - -- mzName: CD_connected-onboard-composite-service/management-zone/CDconnected-onboard-composite-service.name -- mzId: CD_connected-onboard-composite-service/management-zone/CDconnected-onboard-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_csu/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_csu/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_csu/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_csu/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_csu/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_csu/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_csu/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_csu/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9094d781..00000000 --- a/BMW-Dynatrace-config/CD_csu/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- csu: default.json - -csu: -- name: CD_csu - -- mzName: CD_csu/management-zone/CDcsu.name -- mzId: CD_csu/management-zone/CDcsu.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f0bc84d7..00000000 --- a/BMW-Dynatrace-config/CD_ctns-event-origin/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ctns-event-origin: default.json - -ctns-event-origin: -- name: CD_ctns-event-origin - -- mzName: CD_ctns-event-origin/management-zone/CDctns-event-origin.name -- mzId: CD_ctns-event-origin/management-zone/CDctns-event-origin.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index feb6587a..00000000 --- a/BMW-Dynatrace-config/CD_ctns-marketing-api/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ctns-marketing-api: default.json - -ctns-marketing-api: -- name: CD_ctns-marketing-api - -- mzName: CD_ctns-marketing-api/management-zone/CDctns-marketing-api.name -- mzId: CD_ctns-marketing-api/management-zone/CDctns-marketing-api.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e3b03230..00000000 --- a/BMW-Dynatrace-config/CD_ctns-vehicle-api/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ctns-vehicle-api: default.json - -ctns-vehicle-api: -- name: CD_ctns-vehicle-api - -- mzName: CD_ctns-vehicle-api/management-zone/CDctns-vehicle-api.name -- mzId: CD_ctns-vehicle-api/management-zone/CDctns-vehicle-api.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f91cb8b8..00000000 --- a/BMW-Dynatrace-config/CD_current-driver-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- current-driver-service: default.json - -current-driver-service: -- name: CD_current-driver-service - -- mzName: CD_current-driver-service/management-zone/CDcurrent-driver-service.name -- mzId: CD_current-driver-service/management-zone/CDcurrent-driver-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3b7876b4..00000000 --- a/BMW-Dynatrace-config/CD_data-deletion-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- data-deletion-processor: default.json - -data-deletion-processor: -- name: CD_data-deletion-processor - -- mzName: CD_data-deletion-processor/management-zone/CDdata-deletion-processor.name -- mzId: CD_data-deletion-processor/management-zone/CDdata-deletion-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e567c341..00000000 --- a/BMW-Dynatrace-config/CD_dealer-comms-provider-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-comms-provider-service: default.json - -dealer-comms-provider-service: -- name: CD_dealer-comms-provider-service - -- mzName: CD_dealer-comms-provider-service/management-zone/CDdealer-comms-provider-service.name -- mzId: CD_dealer-comms-provider-service/management-zone/CDdealer-comms-provider-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index db3e8e0f..00000000 --- a/BMW-Dynatrace-config/CD_dealer-data-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-data-service: default.json - -dealer-data-service: -- name: CD_dealer-data-service - -- mzName: CD_dealer-data-service/management-zone/CDdealer-data-service.name -- mzId: CD_dealer-data-service/management-zone/CDdealer-data-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 238e55ec..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-invoice-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-payments-invoice-service: default.json - -dealer-payments-invoice-service: -- name: CD_dealer-payments-invoice-service - -- mzName: CD_dealer-payments-invoice-service/management-zone/CDdealer-payments-invoice-service.name -- mzId: CD_dealer-payments-invoice-service/management-zone/CDdealer-payments-invoice-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 79a6cf65..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-payments-notification-service: default.json - -dealer-payments-notification-service: -- name: CD_dealer-payments-notification-service - -- mzName: CD_dealer-payments-notification-service/management-zone/CDdealer-payments-notification-service.name -- mzId: CD_dealer-payments-notification-service/management-zone/CDdealer-payments-notification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3eefd3d2..00000000 --- a/BMW-Dynatrace-config/CD_dealer-payments-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-payments-service: default.json - -dealer-payments-service: -- name: CD_dealer-payments-service - -- mzName: CD_dealer-payments-service/management-zone/CDdealer-payments-service.name -- mzId: CD_dealer-payments-service/management-zone/CDdealer-payments-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 53b618e1..00000000 --- a/BMW-Dynatrace-config/CD_dealer-search-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-search-service: default.json - -dealer-search-service: -- name: CD_dealer-search-service - -- mzName: CD_dealer-search-service/management-zone/CDdealer-search-service.name -- mzId: CD_dealer-search-service/management-zone/CDdealer-search-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5f26ad79..00000000 --- a/BMW-Dynatrace-config/CD_dealer-services-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealer-services-composite-service: default.json - -dealer-services-composite-service: -- name: CD_dealer-services-composite-service - -- mzName: CD_dealer-services-composite-service/management-zone/CDdealer-services-composite-service.name -- mzId: CD_dealer-services-composite-service/management-zone/CDdealer-services-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index dc2ed9a3..00000000 --- a/BMW-Dynatrace-config/CD_dealercockpit/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dealercockpit: default.json - -dealercockpit: -- name: CD_dealercockpit - -- mzName: CD_dealercockpit/management-zone/CDdealercockpit.name -- mzId: CD_dealercockpit/management-zone/CDdealercockpit.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index db3aaf64..00000000 --- a/BMW-Dynatrace-config/CD_delivery/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- delivery: default.json - -delivery: -- name: CD_delivery - -- mzName: CD_delivery/management-zone/CDdelivery.name -- mzId: CD_delivery/management-zone/CDdelivery.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5952654a..00000000 --- a/BMW-Dynatrace-config/CD_destination-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- destination-composite-service: default.json - -destination-composite-service: -- name: CD_destination-composite-service - -- mzName: CD_destination-composite-service/management-zone/CDdestination-composite-service.name -- mzId: CD_destination-composite-service/management-zone/CDdestination-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 49d0620b..00000000 --- a/BMW-Dynatrace-config/CD_digital-key-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- digital-key-composite-service: default.json - -digital-key-composite-service: -- name: CD_digital-key-composite-service - -- mzName: CD_digital-key-composite-service/management-zone/CDdigital-key-composite-service.name -- mzId: CD_digital-key-composite-service/management-zone/CDdigital-key-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5370d25d..00000000 --- a/BMW-Dynatrace-config/CD_discover-bmw-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- discover-bmw-composite-service: default.json - -discover-bmw-composite-service: -- name: CD_discover-bmw-composite-service - -- mzName: CD_discover-bmw-composite-service/management-zone/CDdiscover-bmw-composite-service.name -- mzId: CD_discover-bmw-composite-service/management-zone/CDdiscover-bmw-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 63892942..00000000 --- a/BMW-Dynatrace-config/CD_dsd/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- dsd: default.json - -dsd: -- name: CD_dsd - -- mzName: CD_dsd/management-zone/CDdsd.name -- mzId: CD_dsd/management-zone/CDdsd.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 451a7f73..00000000 --- a/BMW-Dynatrace-config/CD_eadb/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- eadb: default.json - -eadb: -- name: CD_eadb - -- mzName: CD_eadb/management-zone/CDeadb.name -- mzId: CD_eadb/management-zone/CDeadb.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e24769ec..00000000 --- a/BMW-Dynatrace-config/CD_ercaf/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ercaf: default.json - -ercaf: -- name: CD_ercaf - -- mzName: CD_ercaf/management-zone/CDercaf.name -- mzId: CD_ercaf/management-zone/CDercaf.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 50d77eba..00000000 --- a/BMW-Dynatrace-config/CD_ercr/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ercr: default.json - -ercr: -- name: CD_ercr - -- mzName: CD_ercr/management-zone/CDercr.name -- mzId: CD_ercr/management-zone/CDercr.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_erd/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_erd/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_erd/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_erd/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_erd/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_erd/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_erd/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_erd/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6a246907..00000000 --- a/BMW-Dynatrace-config/CD_erd/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- erd: default.json - -erd: -- name: CD_erd - -- mzName: CD_erd/management-zone/CDerd.name -- mzId: CD_erd/management-zone/CDerd.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_esh/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_esh/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_esh/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_esh/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_esh/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_esh/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_esh/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_esh/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 07e0a133..00000000 --- a/BMW-Dynatrace-config/CD_esh/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- esh: default.json - -esh: -- name: CD_esh - -- mzName: CD_esh/management-zone/CDesh.name -- mzId: CD_esh/management-zone/CDesh.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6dddc758..00000000 --- a/BMW-Dynatrace-config/CD_esim-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- esim-composite-service: default.json - -esim-composite-service: -- name: CD_esim-composite-service - -- mzName: CD_esim-composite-service/management-zone/CDesim-composite-service.name -- mzId: CD_esim-composite-service/management-zone/CDesim-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f0e3d05b..00000000 --- a/BMW-Dynatrace-config/CD_explore-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- explore-composite-service: default.json - -explore-composite-service: -- name: CD_explore-composite-service - -- mzName: CD_explore-composite-service/management-zone/CDexplore-composite-service.name -- mzId: CD_explore-composite-service/management-zone/CDexplore-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 237d60ff..00000000 --- a/BMW-Dynatrace-config/CD_feature-toggles-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- feature-toggles-service: default.json - -feature-toggles-service: -- name: CD_feature-toggles-service - -- mzName: CD_feature-toggles-service/management-zone/CDfeature-toggles-service.name -- mzId: CD_feature-toggles-service/management-zone/CDfeature-toggles-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 259996de..00000000 --- a/BMW-Dynatrace-config/CD_fmc/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- fmc: default.json - -fmc: -- name: CD_fmc - -- mzName: CD_fmc/management-zone/CDfmc.name -- mzId: CD_fmc/management-zone/CDfmc.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 10c896c3..00000000 --- a/BMW-Dynatrace-config/CD_fuel-search-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- fuel-search-service: default.json - -fuel-search-service: -- name: CD_fuel-search-service - -- mzName: CD_fuel-search-service/management-zone/CDfuel-search-service.name -- mzId: CD_fuel-search-service/management-zone/CDfuel-search-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e9463806..00000000 --- a/BMW-Dynatrace-config/CD_hpauth/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- hpauth: default.json - -hpauth: -- name: CD_hpauth - -- mzName: CD_hpauth/management-zone/CDhpauth.name -- mzId: CD_hpauth/management-zone/CDhpauth.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e45c2728..00000000 --- a/BMW-Dynatrace-config/CD_hubtab-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- hubtab-service: default.json - -hubtab-service: -- name: CD_hubtab-service - -- mzName: CD_hubtab-service/management-zone/CDhubtab-service.name -- mzId: CD_hubtab-service/management-zone/CDhubtab-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a5d107fc..00000000 --- a/BMW-Dynatrace-config/CD_id-lookup-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- id-lookup-service: default.json - -id-lookup-service: -- name: CD_id-lookup-service - -- mzName: CD_id-lookup-service/management-zone/CDid-lookup-service.name -- mzId: CD_id-lookup-service/management-zone/CDid-lookup-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 1dcbdf27..00000000 --- a/BMW-Dynatrace-config/CD_ids-admin/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ids-admin: default.json - -ids-admin: -- name: CD_ids-admin - -- mzName: CD_ids-admin/management-zone/CDids-admin.name -- mzId: CD_ids-admin/management-zone/CDids-admin.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index fee21fe3..00000000 --- a/BMW-Dynatrace-config/CD_ids-svds/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ids-svds: default.json - -ids-svds: -- name: CD_ids-svds - -- mzName: CD_ids-svds/management-zone/CDids-svds.name -- mzId: CD_ids-svds/management-zone/CDids-svds.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c4f07ea1..00000000 --- a/BMW-Dynatrace-config/CD_ids-sync/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ids-sync: default.json - -ids-sync: -- name: CD_ids-sync - -- mzName: CD_ids-sync/management-zone/CDids-sync.name -- mzId: CD_ids-sync/management-zone/CDids-sync.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 80517b81..00000000 --- a/BMW-Dynatrace-config/CD_ids-ws/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ids-ws: default.json - -ids-ws: -- name: CD_ids-ws - -- mzName: CD_ids-ws/management-zone/CDids-ws.name -- mzId: CD_ids-ws/management-zone/CDids-ws.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0f8830da..00000000 --- a/BMW-Dynatrace-config/CD_image-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- image-composite-service: default.json - -image-composite-service: -- name: CD_image-composite-service - -- mzName: CD_image-composite-service/management-zone/CDimage-composite-service.name -- mzId: CD_image-composite-service/management-zone/CDimage-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 44ab17b6..00000000 --- a/BMW-Dynatrace-config/CD_imiles-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- imiles-service: default.json - -imiles-service: -- name: CD_imiles-service - -- mzName: CD_imiles-service/management-zone/CDimiles-service.name -- mzId: CD_imiles-service/management-zone/CDimiles-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5407f795..00000000 --- a/BMW-Dynatrace-config/CD_ipa-gateway/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ipa-gateway: default.json - -ipa-gateway: -- name: CD_ipa-gateway - -- mzName: CD_ipa-gateway/management-zone/CDipa-gateway.name -- mzId: CD_ipa-gateway/management-zone/CDipa-gateway.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8041b47f..00000000 --- a/BMW-Dynatrace-config/CD_jdssp21/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- jdssp21: default.json - -jdssp21: -- name: CD_jdssp21 - -- mzName: CD_jdssp21/management-zone/CDjdssp21.name -- mzId: CD_jdssp21/management-zone/CDjdssp21.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index dbf681bb..00000000 --- a/BMW-Dynatrace-config/CD_legacy-deletion-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- legacy-deletion-service: default.json - -legacy-deletion-service: -- name: CD_legacy-deletion-service - -- mzName: CD_legacy-deletion-service/management-zone/CDlegacy-deletion-service.name -- mzId: CD_legacy-deletion-service/management-zone/CDlegacy-deletion-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d83dc77a..00000000 --- a/BMW-Dynatrace-config/CD_legacy-sar-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- legacy-sar-service: default.json - -legacy-sar-service: -- name: CD_legacy-sar-service - -- mzName: CD_legacy-sar-service/management-zone/CDlegacy-sar-service.name -- mzId: CD_legacy-sar-service/management-zone/CDlegacy-sar-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b1aada88..00000000 --- a/BMW-Dynatrace-config/CD_legal-document-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- legal-document-composite-service: default.json - -legal-document-composite-service: -- name: CD_legal-document-composite-service - -- mzName: CD_legal-document-composite-service/management-zone/CDlegal-document-composite-service.name -- mzId: CD_legal-document-composite-service/management-zone/CDlegal-document-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 48fcdec4..00000000 --- a/BMW-Dynatrace-config/CD_log-data-deletion-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- log-data-deletion-service: default.json - -log-data-deletion-service: -- name: CD_log-data-deletion-service - -- mzName: CD_log-data-deletion-service/management-zone/CDlog-data-deletion-service.name -- mzId: CD_log-data-deletion-service/management-zone/CDlog-data-deletion-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/README.md deleted file mode 100644 index 64bda4a9..00000000 --- a/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# Synthetic Configuration - -To calculate the Availability KPI, a synthetic must be configured. - -1. Modify the synthetic-monitor.yaml file, providing: - - **Endpoint**: url intended to check the availability. - - **Location**: - - *synthetic private location*: If the endpoint is reachable within the BMW network. - ``` - - location: BMW-Dynatrace-config/00_Global-Config/synthetic-location/BMW-AWS-Frankfurt.id - ``` - - *synthetic public location*: If the endpoint is reachable from the internet. - ``` - - location: GEOLOCATION-45AB48D9D6925ECC - ``` -2. Change `skipDeployment` to false. - -i.e. -``` -config: -- my-synthetic: default.json - -my-synthetic: -- name: CD_BMW - bmw.com -- mzName: CD_google/management-zone/CDgoogle.name -- mzId: CD_google/management-zone/CDgoogle.id -- endpoint: https://google.com -- location: GEOLOCATION-45AB48D9D6925ECC -- skipDeployment: "false" -``` - -3. Commit and pull request to merge the branch to the master: - ``` - git add - git commit -m " configuration changes" - git push -u origin - ``` \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0ffabf57..00000000 --- a/BMW-Dynatrace-config/CD_lsc-hr/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- newComponentTag: default.json - -newComponentTag: -- name: CD_managementZone - -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/README.md deleted file mode 100644 index 64bda4a9..00000000 --- a/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# Synthetic Configuration - -To calculate the Availability KPI, a synthetic must be configured. - -1. Modify the synthetic-monitor.yaml file, providing: - - **Endpoint**: url intended to check the availability. - - **Location**: - - *synthetic private location*: If the endpoint is reachable within the BMW network. - ``` - - location: BMW-Dynatrace-config/00_Global-Config/synthetic-location/BMW-AWS-Frankfurt.id - ``` - - *synthetic public location*: If the endpoint is reachable from the internet. - ``` - - location: GEOLOCATION-45AB48D9D6925ECC - ``` -2. Change `skipDeployment` to false. - -i.e. -``` -config: -- my-synthetic: default.json - -my-synthetic: -- name: CD_BMW - bmw.com -- mzName: CD_google/management-zone/CDgoogle.name -- mzId: CD_google/management-zone/CDgoogle.id -- endpoint: https://google.com -- location: GEOLOCATION-45AB48D9D6925ECC -- skipDeployment: "false" -``` - -3. Commit and pull request to merge the branch to the master: - ``` - git add - git commit -m " configuration changes" - git push -u origin - ``` \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0ffabf57..00000000 --- a/BMW-Dynatrace-config/CD_lsc-jr/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- newComponentTag: default.json - -newComponentTag: -- name: CD_managementZone - -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 331e9394..00000000 --- a/BMW-Dynatrace-config/CD_lsc-kc/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- lsc-kc: default.json - -lsc-kc: -- name: CD_lsc-kc - -- mzName: CD_lsc-kc/management-zone/CDlsc-kc.name -- mzId: CD_lsc-kc/management-zone/CDlsc-kc.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3f409ad6..00000000 --- a/BMW-Dynatrace-config/CD_lsc-mm/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- lsc-mm: default.json - -lsc-mm: -- name: CD_lsc-mm - -- mzName: CD_lsc-mm/management-zone/CDlsc-mm.name -- mzId: CD_lsc-mm/management-zone/CDlsc-mm.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 449481a3..00000000 --- a/BMW-Dynatrace-config/CD_lsc-oc/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- lsc-oc: default.json - -lsc-oc: -- name: CD_lsc-oc - -- mzName: CD_lsc-oc/management-zone/CDlsc-oc.name -- mzId: CD_lsc-oc/management-zone/CDlsc-oc.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8a4f79db..00000000 --- a/BMW-Dynatrace-config/CD_lsc-og/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- lsc-og: default.json - -lsc-og: -- name: CD_lsc-og - -- mzName: CD_lsc-og/management-zone/CDlsc-og.name -- mzId: CD_lsc-og/management-zone/CDlsc-og.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/README.md deleted file mode 100644 index 64bda4a9..00000000 --- a/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# Synthetic Configuration - -To calculate the Availability KPI, a synthetic must be configured. - -1. Modify the synthetic-monitor.yaml file, providing: - - **Endpoint**: url intended to check the availability. - - **Location**: - - *synthetic private location*: If the endpoint is reachable within the BMW network. - ``` - - location: BMW-Dynatrace-config/00_Global-Config/synthetic-location/BMW-AWS-Frankfurt.id - ``` - - *synthetic public location*: If the endpoint is reachable from the internet. - ``` - - location: GEOLOCATION-45AB48D9D6925ECC - ``` -2. Change `skipDeployment` to false. - -i.e. -``` -config: -- my-synthetic: default.json - -my-synthetic: -- name: CD_BMW - bmw.com -- mzName: CD_google/management-zone/CDgoogle.name -- mzId: CD_google/management-zone/CDgoogle.id -- endpoint: https://google.com -- location: GEOLOCATION-45AB48D9D6925ECC -- skipDeployment: "false" -``` - -3. Commit and pull request to merge the branch to the master: - ``` - git add - git commit -m " configuration changes" - git push -u origin - ``` \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0ffabf57..00000000 --- a/BMW-Dynatrace-config/CD_lsc-wo/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- newComponentTag: default.json - -newComponentTag: -- name: CD_managementZone - -- mzName: CD_managementZone/management-zone/CDnewComponentTag.name -- mzId: CD_managementZone/management-zone/CDnewComponentTag.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mds/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_mds/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_mds/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mds/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_mds/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_mds/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mds/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_mds/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index abdf20b6..00000000 --- a/BMW-Dynatrace-config/CD_mds/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- mds: default.json - -mds: -- name: CD_mds - -- mzName: CD_mds/management-zone/CDmds.name -- mzId: CD_mds/management-zone/CDmds.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9d78eb27..00000000 --- a/BMW-Dynatrace-config/CD_ml-ingestion-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ml-ingestion-service: default.json - -ml-ingestion-service: -- name: CD_ml-ingestion-service - -- mzName: CD_ml-ingestion-service/management-zone/CDml-ingestion-service.name -- mzId: CD_ml-ingestion-service/management-zone/CDml-ingestion-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ea4e9645..00000000 --- a/BMW-Dynatrace-config/CD_mlc/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- mlc: default.json - -mlc: -- name: CD_mlc - -- mzName: CD_mlc/management-zone/CDmlc.name -- mzId: CD_mlc/management-zone/CDmlc.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 899fdeae..00000000 --- a/BMW-Dynatrace-config/CD_mrp/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- mrp: default.json - -mrp: -- name: CD_mrp - -- mzName: CD_mrp/management-zone/CDmrp.name -- mzId: CD_mrp/management-zone/CDmrp.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 804305c4..00000000 --- a/BMW-Dynatrace-config/CD_mrpspringboot/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- mrpspringboot: default.json - -mrpspringboot: -- name: CD_mrpspringboot - -- mzName: CD_mrpspringboot/management-zone/CDmrpspringboot.name -- mzId: CD_mrpspringboot/management-zone/CDmrpspringboot.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index eeb680ec..00000000 --- a/BMW-Dynatrace-config/CD_nop-admin/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- nop-admin: default.json - -nop-admin: -- name: CD_nop-admin - -- mzName: CD_nop-admin/management-zone/CDnop-admin.name -- mzId: CD_nop-admin/management-zone/CDnop-admin.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ec572928..00000000 --- a/BMW-Dynatrace-config/CD_nop-archive/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- nop-archive: default.json - -nop-archive: -- name: CD_nop-archive - -- mzName: CD_nop-archive/management-zone/CDnop-archive.name -- mzId: CD_nop-archive/management-zone/CDnop-archive.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0508f746..00000000 --- a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- nop-provisioning: default.json - -nop-provisioning: -- name: CD_nop-provisioning - -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ac1872d5..00000000 --- a/BMW-Dynatrace-config/CD_nop-trigger/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- nop-trigger: default.json - -nop-trigger: -- name: CD_nop-trigger - -- mzName: CD_nop-trigger/management-zone/CDnop-trigger.name -- mzId: CD_nop-trigger/management-zone/CDnop-trigger.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ad05bec9..00000000 --- a/BMW-Dynatrace-config/CD_notification-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- notification-composite-service: default.json - -notification-composite-service: -- name: CD_notification-composite-service - -- mzName: CD_notification-composite-service/management-zone/CDnotification-composite-service.name -- mzId: CD_notification-composite-service/management-zone/CDnotification-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3ffccc64..00000000 --- a/BMW-Dynatrace-config/CD_notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- notification-service: default.json - -notification-service: -- name: CD_notification-service - -- mzName: CD_notification-service/management-zone/CDnotification-service.name -- mzId: CD_notification-service/management-zone/CDnotification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index faefd428..00000000 --- a/BMW-Dynatrace-config/CD_oas-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- oas-composite-service: default.json - -oas-composite-service: -- name: CD_oas-composite-service - -- mzName: CD_oas-composite-service/management-zone/CDoas-composite-service.name -- mzId: CD_oas-composite-service/management-zone/CDoas-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a6927254..00000000 --- a/BMW-Dynatrace-config/CD_oclisc2v/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- oclisc2v: default.json - -oclisc2v: -- name: CD_oclisc2v - -- mzName: CD_oclisc2v/management-zone/CDoclisc2v.name -- mzId: CD_oclisc2v/management-zone/CDoclisc2v.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 0c3abf43..00000000 --- a/BMW-Dynatrace-config/CD_oclisocsp/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- oclisocsp: default.json - -oclisocsp: -- name: CD_oclisocsp - -- mzName: CD_oclisocsp/management-zone/CDoclisocsp.name -- mzId: CD_oclisocsp/management-zone/CDoclisocsp.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d0b29f2f..00000000 --- a/BMW-Dynatrace-config/CD_omc-cd-services/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- omc-cd-services: default.json - -omc-cd-services: -- name: CD_omc-cd-services - -- mzName: CD_omc-cd-services/management-zone/CDomc-cd-services.name -- mzId: CD_omc-cd-services/management-zone/CDomc-cd-services.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_omg/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_omg/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_omg/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_omg/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_omg/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_omg/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_omg/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_omg/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8b23bab7..00000000 --- a/BMW-Dynatrace-config/CD_omg/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- omg: default.json - -omg: -- name: CD_omg - -- mzName: CD_omg/management-zone/CDomg.name -- mzId: CD_omg/management-zone/CDomg.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c06cefdf..00000000 --- a/BMW-Dynatrace-config/CD_onboard-navigation-sync-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- onboard-navigation-sync-service: default.json - -onboard-navigation-sync-service: -- name: CD_onboard-navigation-sync-service - -- mzName: CD_onboard-navigation-sync-service/management-zone/CDonboard-navigation-sync-service.name -- mzId: CD_onboard-navigation-sync-service/management-zone/CDonboard-navigation-sync-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 062b8f76..00000000 --- a/BMW-Dynatrace-config/CD_online-appointment-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- online-appointment-service: default.json - -online-appointment-service: -- name: CD_online-appointment-service - -- mzName: CD_online-appointment-service/management-zone/CDonline-appointment-service.name -- mzId: CD_online-appointment-service/management-zone/CDonline-appointment-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ce6f69a3..00000000 --- a/BMW-Dynatrace-config/CD_online-entertainment/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- online-entertainment: default.json - -online-entertainment: -- name: CD_online-entertainment - -- mzName: CD_online-entertainment/management-zone/CDonline-entertainment.name -- mzId: CD_online-entertainment/management-zone/CDonline-entertainment.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 76a6fd1e..00000000 --- a/BMW-Dynatrace-config/CD_pdmmanager/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- pdmmanager: default.json - -pdmmanager: -- name: CD_pdmmanager - -- mzName: CD_pdmmanager/management-zone/CDpdmmanager.name -- mzId: CD_pdmmanager/management-zone/CDpdmmanager.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 27257839..00000000 --- a/BMW-Dynatrace-config/CD_personal-data-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- personal-data-service: default.json - -personal-data-service: -- name: CD_personal-data-service - -- mzName: CD_personal-data-service/management-zone/CDpersonal-data-service.name -- mzId: CD_personal-data-service/management-zone/CDpersonal-data-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 95fdbc0c..00000000 --- a/BMW-Dynatrace-config/CD_pmuimapper-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- pmuimapper-service: default.json - -pmuimapper-service: -- name: CD_pmuimapper-service - -- mzName: CD_pmuimapper-service/management-zone/CDpmuimapper-service.name -- mzId: CD_pmuimapper-service/management-zone/CDpmuimapper-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index aa9673cc..00000000 --- a/BMW-Dynatrace-config/CD_private-charging-tariffs-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- private-charging-tariffs-composite-service: default.json - -private-charging-tariffs-composite-service: -- name: CD_private-charging-tariffs-composite-service - -- mzName: CD_private-charging-tariffs-composite-service/management-zone/CDprivate-charging-tariffs-composite-service.name -- mzId: CD_private-charging-tariffs-composite-service/management-zone/CDprivate-charging-tariffs-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6ca6be20..00000000 --- a/BMW-Dynatrace-config/CD_private-charging-tariffs-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- private-charging-tariffs-service: default.json - -private-charging-tariffs-service: -- name: CD_private-charging-tariffs-service - -- mzName: CD_private-charging-tariffs-service/management-zone/CDprivate-charging-tariffs-service.name -- mzId: CD_private-charging-tariffs-service/management-zone/CDprivate-charging-tariffs-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4e89fe5d..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- push-notification-service: default.json - -push-notification-service: -- name: CD_push-notification-service - -- mzName: CD_push-notification-service/management-zone/CDpush-notification-service.name -- mzId: CD_push-notification-service/management-zone/CDpush-notification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8c1136c9..00000000 --- a/BMW-Dynatrace-config/CD_push-notification-settings-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- push-notification-settings-composite-service: default.json - -push-notification-settings-composite-service: -- name: CD_push-notification-settings-composite-service - -- mzName: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.name -- mzId: CD_push-notification-settings-composite-service/management-zone/CDpush-notification-settings-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4d1aaf23..00000000 --- a/BMW-Dynatrace-config/CD_recall-analytics-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- recall-analytics-service: default.json - -recall-analytics-service: -- name: CD_recall-analytics-service - -- mzName: CD_recall-analytics-service/management-zone/CDrecall-analytics-service.name -- mzId: CD_recall-analytics-service/management-zone/CDrecall-analytics-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9ad32d1b..00000000 --- a/BMW-Dynatrace-config/CD_recall-client-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- recall-client-service: default.json - -recall-client-service: -- name: CD_recall-client-service - -- mzName: CD_recall-client-service/management-zone/CDrecall-client-service.name -- mzId: CD_recall-client-service/management-zone/CDrecall-client-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 5e323642..00000000 --- a/BMW-Dynatrace-config/CD_recall-handler-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- recall-handler-service: default.json - -recall-handler-service: -- name: CD_recall-handler-service - -- mzName: CD_recall-handler-service/management-zone/CDrecall-handler-service.name -- mzId: CD_recall-handler-service/management-zone/CDrecall-handler-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e57d2dff..00000000 --- a/BMW-Dynatrace-config/CD_recall-notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- recall-notification-service: default.json - -recall-notification-service: -- name: CD_recall-notification-service - -- mzName: CD_recall-notification-service/management-zone/CDrecall-notification-service.name -- mzId: CD_recall-notification-service/management-zone/CDrecall-notification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 56e04c6d..00000000 --- a/BMW-Dynatrace-config/CD_recall-scheduler-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- recall-scheduler-service: default.json - -recall-scheduler-service: -- name: CD_recall-scheduler-service - -- mzName: CD_recall-scheduler-service/management-zone/CDrecall-scheduler-service.name -- mzId: CD_recall-scheduler-service/management-zone/CDrecall-scheduler-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 60efc776..00000000 --- a/BMW-Dynatrace-config/CD_recall-tcn-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- recall-tcn-service: default.json - -recall-tcn-service: -- name: CD_recall-tcn-service - -- mzName: CD_recall-tcn-service/management-zone/CDrecall-tcn-service.name -- mzId: CD_recall-tcn-service/management-zone/CDrecall-tcn-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a7af15ab..00000000 --- a/BMW-Dynatrace-config/CD_remote-360-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- remote-360-composite-service: default.json - -remote-360-composite-service: -- name: CD_remote-360-composite-service - -- mzName: CD_remote-360-composite-service/management-zone/CDremote-360-composite-service.name -- mzId: CD_remote-360-composite-service/management-zone/CDremote-360-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8a849fff..00000000 --- a/BMW-Dynatrace-config/CD_remote-service-event-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- remote-service-event-processor: default.json - -remote-service-event-processor: -- name: CD_remote-service-event-processor - -- mzName: CD_remote-service-event-processor/management-zone/CDremote-service-event-processor.name -- mzId: CD_remote-service-event-processor/management-zone/CDremote-service-event-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8155ad90..00000000 --- a/BMW-Dynatrace-config/CD_remote-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- remote-service: default.json - -remote-service: -- name: CD_remote-service - -- mzName: CD_remote-service/management-zone/CDremote-service.name -- mzId: CD_remote-service/management-zone/CDremote-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 1a9ec0a8..00000000 --- a/BMW-Dynatrace-config/CD_remote-software-upgrade/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- remote-software-upgrade: default.json - -remote-software-upgrade: -- name: CD_remote-software-upgrade - -- mzName: CD_remote-software-upgrade/management-zone/CDremote-software-upgrade.name -- mzId: CD_remote-software-upgrade/management-zone/CDremote-software-upgrade.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 1ca66a8b..00000000 --- a/BMW-Dynatrace-config/CD_roadside-assistance-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- roadside-assistance-composite-service: default.json - -roadside-assistance-composite-service: -- name: CD_roadside-assistance-composite-service - -- mzName: CD_roadside-assistance-composite-service/management-zone/CDroadside-assistance-composite-service.name -- mzId: CD_roadside-assistance-composite-service/management-zone/CDroadside-assistance-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 55d02e0e..00000000 --- a/BMW-Dynatrace-config/CD_roadside-assistance/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- roadside-assistance: default.json - -roadside-assistance: -- name: CD_roadside-assistance - -- mzName: CD_roadside-assistance/management-zone/CDroadside-assistance.name -- mzId: CD_roadside-assistance/management-zone/CDroadside-assistance.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 67137ffe..00000000 --- a/BMW-Dynatrace-config/CD_rsu-adapter/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- rsu-adapter: default.json - -rsu-adapter: -- name: CD_rsu-adapter - -- mzName: CD_rsu-adapter/management-zone/CDrsu-adapter.name -- mzId: CD_rsu-adapter/management-zone/CDrsu-adapter.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ae4b35ed..00000000 --- a/BMW-Dynatrace-config/CD_rsu/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- rsu: default.json - -rsu: -- name: CD_rsu - -- mzName: CD_rsu/management-zone/CDrsu.name -- mzId: CD_rsu/management-zone/CDrsu.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c27c6064..00000000 --- a/BMW-Dynatrace-config/CD_sbr/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- sbr: default.json - -sbr: -- name: CD_sbr - -- mzName: CD_sbr/management-zone/CDsbr.name -- mzId: CD_sbr/management-zone/CDsbr.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scb/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_scb/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_scb/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scb/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_scb/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_scb/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scb/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_scb/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a228baff..00000000 --- a/BMW-Dynatrace-config/CD_scb/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- scb: default.json - -scb: -- name: CD_scb - -- mzName: CD_scb/management-zone/CDscb.name -- mzId: CD_scb/management-zone/CDscb.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scc/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_scc/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_scc/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scc/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_scc/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_scc/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scc/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_scc/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 041ed522..00000000 --- a/BMW-Dynatrace-config/CD_scc/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- scc: default.json - -scc: -- name: CD_scc - -- mzName: CD_scc/management-zone/CDscc.name -- mzId: CD_scc/management-zone/CDscc.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 28c4c069..00000000 --- a/BMW-Dynatrace-config/CD_scm-agentreg/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- scm-agentreg: default.json - -scm-agentreg: -- name: CD_scm-agentreg - -- mzName: CD_scm-agentreg/management-zone/CDscm-agentreg.name -- mzId: CD_scm-agentreg/management-zone/CDscm-agentreg.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 43d4530a..00000000 --- a/BMW-Dynatrace-config/CD_scm-scm/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- scm-scm: default.json - -scm-scm: -- name: CD_scm-scm - -- mzName: CD_scm-scm/management-zone/CDscm-scm.name -- mzId: CD_scm-scm/management-zone/CDscm-scm.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e1c7b971..00000000 --- a/BMW-Dynatrace-config/CD_scma-backend/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- scma-backend: default.json - -scma-backend: -- name: CD_scma-backend - -- mzName: CD_scma-backend/management-zone/CDscma-backend.name -- mzId: CD_scma-backend/management-zone/CDscma-backend.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 198c892e..00000000 --- a/BMW-Dynatrace-config/CD_seam-event-consumer/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- seam-event-consumer: default.json - -seam-event-consumer: -- name: CD_seam-event-consumer - -- mzName: CD_seam-event-consumer/management-zone/CDseam-event-consumer.name -- mzId: CD_seam-event-consumer/management-zone/CDseam-event-consumer.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 058b6093..00000000 --- a/BMW-Dynatrace-config/CD_seam-event-producer/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- seam-event-producer: default.json - -seam-event-producer: -- name: CD_seam-event-producer - -- mzName: CD_seam-event-producer/management-zone/CDseam-event-producer.name -- mzId: CD_seam-event-producer/management-zone/CDseam-event-producer.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 64873a80..00000000 --- a/BMW-Dynatrace-config/CD_search-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- search-composite-service: default.json - -search-composite-service: -- name: CD_search-composite-service - -- mzName: CD_search-composite-service/management-zone/CDsearch-composite-service.name -- mzId: CD_search-composite-service/management-zone/CDsearch-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 819ee627..00000000 --- a/BMW-Dynatrace-config/CD_send-to-car-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- send-to-car-service: default.json - -send-to-car-service: -- name: CD_send-to-car-service - -- mzName: CD_send-to-car-service/management-zone/CDsend-to-car-service.name -- mzId: CD_send-to-car-service/management-zone/CDsend-to-car-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ded543d6..00000000 --- a/BMW-Dynatrace-config/CD_service-manager/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- service-manager: default.json - -service-manager: -- name: CD_service-manager - -- mzName: CD_service-manager/management-zone/CDservice-manager.name -- mzId: CD_service-manager/management-zone/CDservice-manager.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a13bdd93..00000000 --- a/BMW-Dynatrace-config/CD_service-notification-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- service-notification-service: default.json - -service-notification-service: -- name: CD_service-notification-service - -- mzName: CD_service-notification-service/management-zone/CDservice-notification-service.name -- mzId: CD_service-notification-service/management-zone/CDservice-notification-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index aa7128d9..00000000 --- a/BMW-Dynatrace-config/CD_sfa-fre/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- sfa-fre: default.json - -sfa-fre: -- name: CD_sfa-fre - -- mzName: CD_sfa-fre/management-zone/CDsfa-fre.name -- mzId: CD_sfa-fre/management-zone/CDsfa-fre.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f0e2ece6..00000000 --- a/BMW-Dynatrace-config/CD_sfa-ota/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- sfa-ota: default.json - -sfa-ota: -- name: CD_sfa-ota - -- mzName: CD_sfa-ota/management-zone/CDsfa-ota.name -- mzId: CD_sfa-ota/management-zone/CDsfa-ota.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 73afd506..00000000 --- a/BMW-Dynatrace-config/CD_sfa-vs/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- sfa-vs: default.json - -sfa-vs: -- name: CD_sfa-vs - -- mzName: CD_sfa-vs/management-zone/CDsfa-vs.name -- mzId: CD_sfa-vs/management-zone/CDsfa-vs.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 406e3573..00000000 --- a/BMW-Dynatrace-config/CD_sfa/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- sfa: default.json - -sfa: -- name: CD_sfa - -- mzName: CD_sfa/management-zone/CDsfa.name -- mzId: CD_sfa/management-zone/CDsfa.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ba7a36fe..00000000 --- a/BMW-Dynatrace-config/CD_smart-access-order-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- smart-access-order-service: default.json - -smart-access-order-service: -- name: CD_smart-access-order-service - -- mzName: CD_smart-access-order-service/management-zone/CDsmart-access-order-service.name -- mzId: CD_smart-access-order-service/management-zone/CDsmart-access-order-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 49c10d52..00000000 --- a/BMW-Dynatrace-config/CD_sms-email-adapter-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- sms-email-adapter-service: default.json - -sms-email-adapter-service: -- name: CD_sms-email-adapter-service - -- mzName: CD_sms-email-adapter-service/management-zone/CDsms-email-adapter-service.name -- mzId: CD_sms-email-adapter-service/management-zone/CDsms-email-adapter-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 36782d05..00000000 --- a/BMW-Dynatrace-config/CD_srmanager/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- srmanager: default.json - -srmanager: -- name: CD_srmanager - -- mzName: CD_srmanager/management-zone/CDsrmanager.name -- mzId: CD_srmanager/management-zone/CDsrmanager.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_stm/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_stm/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_stm/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_stm/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_stm/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_stm/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_stm/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_stm/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6b43861b..00000000 --- a/BMW-Dynatrace-config/CD_stm/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- stm: default.json - -stm: -- name: CD_stm - -- mzName: CD_stm/management-zone/CDstm.name -- mzId: CD_stm/management-zone/CDstm.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3f220dca..00000000 --- a/BMW-Dynatrace-config/CD_svcinfo/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- svcinfo: default.json - -svcinfo: -- name: CD_svcinfo - -- mzName: CD_svcinfo/management-zone/CDsvcinfo.name -- mzId: CD_svcinfo/management-zone/CDsvcinfo.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 301eba97..00000000 --- a/BMW-Dynatrace-config/CD_timer-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- timer-service: default.json - -timer-service: -- name: CD_timer-service - -- mzName: CD_timer-service/management-zone/CDtimer-service.name -- mzId: CD_timer-service/management-zone/CDtimer-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 513eacda..00000000 --- a/BMW-Dynatrace-config/CD_timers-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- timers-processor: default.json - -timers-processor: -- name: CD_timers-processor - -- mzName: CD_timers-processor/management-zone/CDtimers-processor.name -- mzId: CD_timers-processor/management-zone/CDtimers-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2ffd3267..00000000 --- a/BMW-Dynatrace-config/CD_token-exchanger-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- token-exchanger-service: default.json - -token-exchanger-service: -- name: CD_token-exchanger-service - -- mzName: CD_token-exchanger-service/management-zone/CDtoken-exchanger-service.name -- mzId: CD_token-exchanger-service/management-zone/CDtoken-exchanger-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2948329b..00000000 --- a/BMW-Dynatrace-config/CD_tol-mgu/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tol-mgu: default.json - -tol-mgu: -- name: CD_tol-mgu - -- mzName: CD_tol-mgu/management-zone/CDtol-mgu.name -- mzId: CD_tol-mgu/management-zone/CDtol-mgu.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b9208b8f..00000000 --- a/BMW-Dynatrace-config/CD_tol-tssb/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tol-tssb: default.json - -tol-tssb: -- name: CD_tol-tssb - -- mzName: CD_tol-tssb/management-zone/CDtol-tssb.name -- mzId: CD_tol-tssb/management-zone/CDtol-tssb.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tol/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tol/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tol/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tol/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tol/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tol/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2b9847b0..00000000 --- a/BMW-Dynatrace-config/CD_tol/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tol: default.json - -tol: -- name: CD_tol - -- mzName: CD_tol/management-zone/CDtol.name -- mzId: CD_tol/management-zone/CDtol.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c9503a53..00000000 --- a/BMW-Dynatrace-config/CD_trip-change-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- trip-change-processor: default.json - -trip-change-processor: -- name: CD_trip-change-processor - -- mzName: CD_trip-change-processor/management-zone/CDtrip-change-processor.name -- mzId: CD_trip-change-processor/management-zone/CDtrip-change-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index de0dd710..00000000 --- a/BMW-Dynatrace-config/CD_trip-cleanup-app-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- trip-cleanup-app-service: default.json - -trip-cleanup-app-service: -- name: CD_trip-cleanup-app-service - -- mzName: CD_trip-cleanup-app-service/management-zone/CDtrip-cleanup-app-service.name -- mzId: CD_trip-cleanup-app-service/management-zone/CDtrip-cleanup-app-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2f5d0677..00000000 --- a/BMW-Dynatrace-config/CD_trip-monitor-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- trip-monitor-service: default.json - -trip-monitor-service: -- name: CD_trip-monitor-service - -- mzName: CD_trip-monitor-service/management-zone/CDtrip-monitor-service.name -- mzId: CD_trip-monitor-service/management-zone/CDtrip-monitor-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 775b0bb3..00000000 --- a/BMW-Dynatrace-config/CD_trip-reminder-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- trip-reminder-processor: default.json - -trip-reminder-processor: -- name: CD_trip-reminder-processor - -- mzName: CD_trip-reminder-processor/management-zone/CDtrip-reminder-processor.name -- mzId: CD_trip-reminder-processor/management-zone/CDtrip-reminder-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ae2a2a6f..00000000 --- a/BMW-Dynatrace-config/CD_trip-route-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- trip-route-service: default.json - -trip-route-service: -- name: CD_trip-route-service - -- mzName: CD_trip-route-service/management-zone/CDtrip-route-service.name -- mzId: CD_trip-route-service/management-zone/CDtrip-route-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index bbe425e2..00000000 --- a/BMW-Dynatrace-config/CD_trip-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- trip-service: default.json - -trip-service: -- name: CD_trip-service - -- mzName: CD_trip-service/management-zone/CDtrip-service.name -- mzId: CD_trip-service/management-zone/CDtrip-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c0298812..00000000 --- a/BMW-Dynatrace-config/CD_ts-bcallservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-bcallservice: default.json - -ts-bcallservice: -- name: CD_ts-bcallservice - -- mzName: CD_ts-bcallservice/management-zone/CDts-bcallservice.name -- mzId: CD_ts-bcallservice/management-zone/CDts-bcallservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 53209171..00000000 --- a/BMW-Dynatrace-config/CD_ts-bt/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-bt: default.json - -ts-bt: -- name: CD_ts-bt - -- mzName: CD_ts-bt/management-zone/CDts-bt.name -- mzId: CD_ts-bt/management-zone/CDts-bt.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f0c25fea..00000000 --- a/BMW-Dynatrace-config/CD_ts-bti/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-bti: default.json - -ts-bti: -- name: CD_ts-bti - -- mzName: CD_ts-bti/management-zone/CDts-bti.name -- mzId: CD_ts-bti/management-zone/CDts-bti.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 992ccead..00000000 --- a/BMW-Dynatrace-config/CD_ts-cas-spm/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-cas-spm: default.json - -ts-cas-spm: -- name: CD_ts-cas-spm - -- mzName: CD_ts-cas-spm/management-zone/CDts-cas-spm.name -- mzId: CD_ts-cas-spm/management-zone/CDts-cas-spm.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 15df7772..00000000 --- a/BMW-Dynatrace-config/CD_ts-cas-stm/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-cas-stm: default.json - -ts-cas-stm: -- name: CD_ts-cas-stm - -- mzName: CD_ts-cas-stm/management-zone/CDts-cas-stm.name -- mzId: CD_ts-cas-stm/management-zone/CDts-cas-stm.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2bab1421..00000000 --- a/BMW-Dynatrace-config/CD_ts-datadispatcher/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-datadispatcher: default.json - -ts-datadispatcher: -- name: CD_ts-datadispatcher - -- mzName: CD_ts-datadispatcher/management-zone/CDts-datadispatcher.name -- mzId: CD_ts-datadispatcher/management-zone/CDts-datadispatcher.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d73c3bb0..00000000 --- a/BMW-Dynatrace-config/CD_ts-diagservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-diagservice: default.json - -ts-diagservice: -- name: CD_ts-diagservice - -- mzName: CD_ts-diagservice/management-zone/CDts-diagservice.name -- mzId: CD_ts-diagservice/management-zone/CDts-diagservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b909f801..00000000 --- a/BMW-Dynatrace-config/CD_ts-eshad/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-eshad: default.json - -ts-eshad: -- name: CD_ts-eshad - -- mzName: CD_ts-eshad/management-zone/CDts-eshad.name -- mzId: CD_ts-eshad/management-zone/CDts-eshad.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 090d3e94..00000000 --- a/BMW-Dynatrace-config/CD_ts-message-receiver/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-message-receiver: default.json - -ts-message-receiver: -- name: CD_ts-message-receiver - -- mzName: CD_ts-message-receiver/management-zone/CDts-message-receiver.name -- mzId: CD_ts-message-receiver/management-zone/CDts-message-receiver.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index af224aa3..00000000 --- a/BMW-Dynatrace-config/CD_ts-pdmupdater/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-pdmupdater: default.json - -ts-pdmupdater: -- name: CD_ts-pdmupdater - -- mzName: CD_ts-pdmupdater/management-zone/CDts-pdmupdater.name -- mzId: CD_ts-pdmupdater/management-zone/CDts-pdmupdater.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b45caaeb..00000000 --- a/BMW-Dynatrace-config/CD_ts-pservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-pservice: default.json - -ts-pservice: -- name: CD_ts-pservice - -- mzName: CD_ts-pservice/management-zone/CDts-pservice.name -- mzId: CD_ts-pservice/management-zone/CDts-pservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9978d30e..00000000 --- a/BMW-Dynatrace-config/CD_ts-remotediagnosis/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-remotediagnosis: default.json - -ts-remotediagnosis: -- name: CD_ts-remotediagnosis - -- mzName: CD_ts-remotediagnosis/management-zone/CDts-remotediagnosis.name -- mzId: CD_ts-remotediagnosis/management-zone/CDts-remotediagnosis.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4d02f72f..00000000 --- a/BMW-Dynatrace-config/CD_ts-rsurservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-rsurservice: default.json - -ts-rsurservice: -- name: CD_ts-rsurservice - -- mzName: CD_ts-rsurservice/management-zone/CDts-rsurservice.name -- mzId: CD_ts-rsurservice/management-zone/CDts-rsurservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e0c68f05..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtcadapter/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-rtcadapter: default.json - -ts-rtcadapter: -- name: CD_ts-rtcadapter - -- mzName: CD_ts-rtcadapter/management-zone/CDts-rtcadapter.name -- mzId: CD_ts-rtcadapter/management-zone/CDts-rtcadapter.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2f874ba4..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtchandler/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-rtchandler: default.json - -ts-rtchandler: -- name: CD_ts-rtchandler - -- mzName: CD_ts-rtchandler/management-zone/CDts-rtchandler.name -- mzId: CD_ts-rtchandler/management-zone/CDts-rtchandler.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 8f0ed664..00000000 --- a/BMW-Dynatrace-config/CD_ts-rtcservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-rtcservice: default.json - -ts-rtcservice: -- name: CD_ts-rtcservice - -- mzName: CD_ts-rtcservice/management-zone/CDts-rtcservice.name -- mzId: CD_ts-rtcservice/management-zone/CDts-rtcservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 28167f23..00000000 --- a/BMW-Dynatrace-config/CD_ts-scallservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-scallservice: default.json - -ts-scallservice: -- name: CD_ts-scallservice - -- mzName: CD_ts-scallservice/management-zone/CDts-scallservice.name -- mzId: CD_ts-scallservice/management-zone/CDts-scallservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ed87fd18..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsbgam/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-tsbgam: default.json - -ts-tsbgam: -- name: CD_ts-tsbgam - -- mzName: CD_ts-tsbgam/management-zone/CDts-tsbgam.name -- mzId: CD_ts-tsbgam/management-zone/CDts-tsbgam.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 61114861..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsbgservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-tsbgservice: default.json - -ts-tsbgservice: -- name: CD_ts-tsbgservice - -- mzName: CD_ts-tsbgservice/management-zone/CDts-tsbgservice.name -- mzId: CD_ts-tsbgservice/management-zone/CDts-tsbgservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 90a7fd51..00000000 --- a/BMW-Dynatrace-config/CD_ts-tsp/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-tsp: default.json - -ts-tsp: -- name: CD_ts-tsp - -- mzName: CD_ts-tsp/management-zone/CDts-tsp.name -- mzId: CD_ts-tsp/management-zone/CDts-tsp.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 39537ca8..00000000 --- a/BMW-Dynatrace-config/CD_ts-wlupdater/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- ts-wlupdater: default.json - -ts-wlupdater: -- name: CD_ts-wlupdater - -- mzName: CD_ts-wlupdater/management-zone/CDts-wlupdater.name -- mzId: CD_ts-wlupdater/management-zone/CDts-wlupdater.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 3159031f..00000000 --- a/BMW-Dynatrace-config/CD_tscs/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tscs: default.json - -tscs: -- name: CD_tscs - -- mzName: CD_tscs/management-zone/CDtscs.name -- mzId: CD_tscs/management-zone/CDtscs.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 1d0040f4..00000000 --- a/BMW-Dynatrace-config/CD_tsmb/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tsmb: default.json - -tsmb: -- name: CD_tsmb - -- mzName: CD_tsmb/management-zone/CDtsmb.name -- mzId: CD_tsmb/management-zone/CDtsmb.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 2ab5f8c9..00000000 --- a/BMW-Dynatrace-config/CD_tsr-cmr/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tsr-cmr: default.json - -tsr-cmr: -- name: CD_tsr-cmr - -- mzName: CD_tsr-cmr/management-zone/CDtsr-cmr.name -- mzId: CD_tsr-cmr/management-zone/CDtsr-cmr.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 7d047ccd..00000000 --- a/BMW-Dynatrace-config/CD_tsr-dd/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tsr-dd: default.json - -tsr-dd: -- name: CD_tsr-dd - -- mzName: CD_tsr-dd/management-zone/CDtsr-dd.name -- mzId: CD_tsr-dd/management-zone/CDtsr-dd.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 89eedcd1..00000000 --- a/BMW-Dynatrace-config/CD_tsr-vu/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tsr-vu: default.json - -tsr-vu: -- name: CD_tsr-vu - -- mzName: CD_tsr-vu/management-zone/CDtsr-vu.name -- mzId: CD_tsr-vu/management-zone/CDtsr-vu.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ae675cb8..00000000 --- a/BMW-Dynatrace-config/CD_tsrservice/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- tsrservice: default.json - -tsrservice: -- name: CD_tsrservice - -- mzName: CD_tsrservice/management-zone/CDtsrservice.name -- mzId: CD_tsrservice/management-zone/CDtsrservice.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 6084d9f4..00000000 --- a/BMW-Dynatrace-config/CD_user-activity-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- user-activity-service: default.json - -user-activity-service: -- name: CD_user-activity-service - -- mzName: CD_user-activity-service/management-zone/CDuser-activity-service.name -- mzId: CD_user-activity-service/management-zone/CDuser-activity-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f371a7ff..00000000 --- a/BMW-Dynatrace-config/CD_user-attributes-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- user-attributes-service: default.json - -user-attributes-service: -- name: CD_user-attributes-service - -- mzName: CD_user-attributes-service/management-zone/CDuser-attributes-service.name -- mzId: CD_user-attributes-service/management-zone/CDuser-attributes-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index d9f56ede..00000000 --- a/BMW-Dynatrace-config/CD_user-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- user-composite-service: default.json - -user-composite-service: -- name: CD_user-composite-service - -- mzName: CD_user-composite-service/management-zone/CDuser-composite-service.name -- mzId: CD_user-composite-service/management-zone/CDuser-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index f6223cbc..00000000 --- a/BMW-Dynatrace-config/CD_user-delete-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- user-delete-service: default.json - -user-delete-service: -- name: CD_user-delete-service - -- mzName: CD_user-delete-service/management-zone/CDuser-delete-service.name -- mzId: CD_user-delete-service/management-zone/CDuser-delete-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index e4979141..00000000 --- a/BMW-Dynatrace-config/CD_user-position-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- user-position-service: default.json - -user-position-service: -- name: CD_user-position-service - -- mzName: CD_user-position-service/management-zone/CDuser-position-service.name -- mzId: CD_user-position-service/management-zone/CDuser-position-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index a380b9c1..00000000 --- a/BMW-Dynatrace-config/CD_user-profile-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- user-profile-service: default.json - -user-profile-service: -- name: CD_user-profile-service - -- mzName: CD_user-profile-service/management-zone/CDuser-profile-service.name -- mzId: CD_user-profile-service/management-zone/CDuser-profile-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index cf6255d1..00000000 --- a/BMW-Dynatrace-config/CD_usid-filter-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- usid-filter-service: default.json - -usid-filter-service: -- name: CD_usid-filter-service - -- mzName: CD_usid-filter-service/management-zone/CDusid-filter-service.name -- mzId: CD_usid-filter-service/management-zone/CDusid-filter-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ceb03171..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-composite-service: default.json - -vehicle-composite-service: -- name: CD_vehicle-composite-service - -- mzName: CD_vehicle-composite-service/management-zone/CDvehicle-composite-service.name -- mzId: CD_vehicle-composite-service/management-zone/CDvehicle-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 46d304fd..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-features-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-features-service: default.json - -vehicle-features-service: -- name: CD_vehicle-features-service - -- mzName: CD_vehicle-features-service/management-zone/CDvehicle-features-service.name -- mzId: CD_vehicle-features-service/management-zone/CDvehicle-features-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index cef90d92..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-list-proxy-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-list-proxy-service: default.json - -vehicle-list-proxy-service: -- name: CD_vehicle-list-proxy-service - -- mzName: CD_vehicle-list-proxy-service/management-zone/CDvehicle-list-proxy-service.name -- mzId: CD_vehicle-list-proxy-service/management-zone/CDvehicle-list-proxy-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index cb78e652..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-mapping-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-mapping-composite-service: default.json - -vehicle-mapping-composite-service: -- name: CD_vehicle-mapping-composite-service - -- mzName: CD_vehicle-mapping-composite-service/management-zone/CDvehicle-mapping-composite-service.name -- mzId: CD_vehicle-mapping-composite-service/management-zone/CDvehicle-mapping-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 4f937e9b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-mapping-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-mapping-service: default.json - -vehicle-mapping-service: -- name: CD_vehicle-mapping-service - -- mzName: CD_vehicle-mapping-service/management-zone/CDvehicle-mapping-service.name -- mzId: CD_vehicle-mapping-service/management-zone/CDvehicle-mapping-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index c8393629..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-remote-commands-composite-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-remote-commands-composite-service: default.json - -vehicle-remote-commands-composite-service: -- name: CD_vehicle-remote-commands-composite-service - -- mzName: CD_vehicle-remote-commands-composite-service/management-zone/CDvehicle-remote-commands-composite-service.name -- mzId: CD_vehicle-remote-commands-composite-service/management-zone/CDvehicle-remote-commands-composite-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b5780e3f..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-alert/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-service-alert: default.json - -vehicle-service-alert: -- name: CD_vehicle-service-alert - -- mzName: CD_vehicle-service-alert/management-zone/CDvehicle-service-alert.name -- mzId: CD_vehicle-service-alert/management-zone/CDvehicle-service-alert.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 16593cf8..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-background/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-service-background: default.json - -vehicle-service-background: -- name: CD_vehicle-service-background - -- mzName: CD_vehicle-service-background/management-zone/CDvehicle-service-background.name -- mzId: CD_vehicle-service-background/management-zone/CDvehicle-service-background.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 1c7bf967..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service-staging/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-service-staging: default.json - -vehicle-service-staging: -- name: CD_vehicle-service-staging - -- mzName: CD_vehicle-service-staging/management-zone/CDvehicle-service-staging.name -- mzId: CD_vehicle-service-staging/management-zone/CDvehicle-service-staging.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 81f92fe5..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-service: default.json - -vehicle-service: -- name: CD_vehicle-service - -- mzName: CD_vehicle-service/management-zone/CDvehicle-service.name -- mzId: CD_vehicle-service/management-zone/CDvehicle-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 9279989a..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-shadow-event-processor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-shadow-event-processor: default.json - -vehicle-shadow-event-processor: -- name: CD_vehicle-shadow-event-processor - -- mzName: CD_vehicle-shadow-event-processor/management-zone/CDvehicle-shadow-event-processor.name -- mzId: CD_vehicle-shadow-event-processor/management-zone/CDvehicle-shadow-event-processor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 81088255..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-status-proxy-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-status-proxy-service: default.json - -vehicle-status-proxy-service: -- name: CD_vehicle-status-proxy-service - -- mzName: CD_vehicle-status-proxy-service/management-zone/CDvehicle-status-proxy-service.name -- mzId: CD_vehicle-status-proxy-service/management-zone/CDvehicle-status-proxy-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 94ffcd22..00000000 --- a/BMW-Dynatrace-config/CD_vehicle-user-relationship-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vehicle-user-relationship-service: default.json - -vehicle-user-relationship-service: -- name: CD_vehicle-user-relationship-service - -- mzName: CD_vehicle-user-relationship-service/management-zone/CDvehicle-user-relationship-service.name -- mzId: CD_vehicle-user-relationship-service/management-zone/CDvehicle-user-relationship-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index ccde1ee1..00000000 --- a/BMW-Dynatrace-config/CD_vin-list-generator-service/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vin-list-generator-service: default.json - -vin-list-generator-service: -- name: CD_vin-list-generator-service - -- mzName: CD_vin-list-generator-service/management-zone/CDvin-list-generator-service.name -- mzId: CD_vin-list-generator-service/management-zone/CDvin-list-generator-service.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b04895c9..00000000 --- a/BMW-Dynatrace-config/CD_vps-admin/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vps-admin: default.json - -vps-admin: -- name: CD_vps-admin - -- mzName: CD_vps-admin/management-zone/CDvps-admin.name -- mzId: CD_vps-admin/management-zone/CDvps-admin.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index bdfee635..00000000 --- a/BMW-Dynatrace-config/CD_vps-archive/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vps-archive: default.json - -vps-archive: -- name: CD_vps-archive - -- mzName: CD_vps-archive/management-zone/CDvps-archive.name -- mzId: CD_vps-archive/management-zone/CDvps-archive.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 065883fe..00000000 --- a/BMW-Dynatrace-config/CD_vps-monitor/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vps-monitor: default.json - -vps-monitor: -- name: CD_vps-monitor - -- mzName: CD_vps-monitor/management-zone/CDvps-monitor.name -- mzId: CD_vps-monitor/management-zone/CDvps-monitor.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 55d3ca75..00000000 --- a/BMW-Dynatrace-config/CD_vps-prov/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vps-prov: default.json - -vps-prov: -- name: CD_vps-prov - -- mzName: CD_vps-prov/management-zone/CDvps-prov.name -- mzId: CD_vps-prov/management-zone/CDvps-prov.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index b76fbcf3..00000000 --- a/BMW-Dynatrace-config/CD_vps-trigger/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vps-trigger: default.json - -vps-trigger: -- name: CD_vps-trigger - -- mzName: CD_vps-trigger/management-zone/CDvps-trigger.name -- mzId: CD_vps-trigger/management-zone/CDvps-trigger.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 62eb2762..00000000 --- a/BMW-Dynatrace-config/CD_vs-api/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- vs-api: default.json - -vs-api: -- name: CD_vs-api - -- mzName: CD_vs-api/management-zone/CDvs-api.name -- mzId: CD_vs-api/management-zone/CDvs-api.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 550e6c71..00000000 --- a/BMW-Dynatrace-config/CD_webapi/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- webapi: default.json - -webapi: -- name: CD_webapi - -- mzName: CD_webapi/management-zone/CDwebapi.name -- mzId: CD_webapi/management-zone/CDwebapi.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 14a0f4b4..00000000 --- a/BMW-Dynatrace-config/CD_wlmanager/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- wlmanager: default.json - -wlmanager: -- name: CD_wlmanager - -- mzName: CD_wlmanager/management-zone/CDwlmanager.name -- mzId: CD_wlmanager/management-zone/CDwlmanager.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/README.md deleted file mode 100644 index 1695924c..00000000 --- a/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/README.md +++ /dev/null @@ -1,4 +0,0 @@ - -### How to configure synthetics? - -Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/default.json deleted file mode 100644 index cf83039b..00000000 --- a/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/default.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/synthetic-monitor.yaml deleted file mode 100644 index 90a4e79e..00000000 --- a/BMW-Dynatrace-config/CD_xfcd/synthetic-monitor/synthetic-monitor.yaml +++ /dev/null @@ -1,10 +0,0 @@ -config: -- xfcd: default.json - -xfcd: -- name: CD_xfcd - -- mzName: CD_xfcd/management-zone/CDxfcd.name -- mzId: CD_xfcd/management-zone/CDxfcd.id -- endpoint: -- location: -- skipDeployment: "true" \ No newline at end of file