removed empty notifications
parent
b5b0a1c4ab
commit
db486db605
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDAPIGW-PROD: msTeams.json
|
||||
- CDAPIGW-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDAPIGW-PROD:
|
||||
- name: CD_APIGW PROD
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDAPIGW-PROD.EMEA-Prod:
|
||||
- name: CD_APIGW PROD
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIGW-PROD.NA-Prod:
|
||||
- name: CD_APIGW PROD
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIGW-PROD.CN-Prod:
|
||||
- name: CD_APIGW PROD
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDAPIGW-INT:
|
||||
- name: CD_APIGW INT
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDAPIGW-INT.EMEA-PreProd:
|
||||
- name: CD_APIGW INT
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIGW-INT.NA-PreProd:
|
||||
- name: CD_APIGW INT
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIGW-INT.CN-PreProd:
|
||||
- name: CD_APIGW INT
|
||||
- alertingProfile: CD_APIGW/alerting-profile/CDAPIGW-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDAPIM-PROD: msTeams.json
|
||||
- CDAPIM-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDAPIM-PROD:
|
||||
- name: CD_APIM PROD
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDAPIM-PROD.EMEA-Prod:
|
||||
- name: CD_APIM PROD
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIM-PROD.NA-Prod:
|
||||
- name: CD_APIM PROD
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIM-PROD.CN-Prod:
|
||||
- name: CD_APIM PROD
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDAPIM-INT:
|
||||
- name: CD_APIM INT
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDAPIM-INT.EMEA-PreProd:
|
||||
- name: CD_APIM INT
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIM-INT.NA-PreProd:
|
||||
- name: CD_APIM INT
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDAPIM-INT.CN-PreProd:
|
||||
- name: CD_APIM INT
|
||||
- alertingProfile: CD_APIM/alerting-profile/CDAPIM-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDASBC-HAL-PROD: msTeams.json
|
||||
- CDASBC-HAL-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDASBC-HAL-PROD:
|
||||
- name: CD_ASBC-HAL PROD
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDASBC-HAL-PROD.EMEA-Prod:
|
||||
- name: CD_ASBC-HAL PROD
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDASBC-HAL-PROD.NA-Prod:
|
||||
- name: CD_ASBC-HAL PROD
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDASBC-HAL-PROD.CN-Prod:
|
||||
- name: CD_ASBC-HAL PROD
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDASBC-HAL-INT:
|
||||
- name: CD_ASBC-HAL INT
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDASBC-HAL-INT.EMEA-PreProd:
|
||||
- name: CD_ASBC-HAL INT
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDASBC-HAL-INT.NA-PreProd:
|
||||
- name: CD_ASBC-HAL INT
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDASBC-HAL-INT.CN-PreProd:
|
||||
- name: CD_ASBC-HAL INT
|
||||
- alertingProfile: CD_ASBC-HAL/alerting-profile/CDASBC-HAL-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDApp-Repository-PROD: msTeams.json
|
||||
- CDApp-Repository-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDApp-Repository-PROD:
|
||||
- name: CD_App-Repository PROD
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDApp-Repository-PROD.EMEA-Prod:
|
||||
- name: CD_App-Repository PROD
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDApp-Repository-PROD.NA-Prod:
|
||||
- name: CD_App-Repository PROD
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDApp-Repository-PROD.CN-Prod:
|
||||
- name: CD_App-Repository PROD
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDApp-Repository-INT:
|
||||
- name: CD_App-Repository INT
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDApp-Repository-INT.EMEA-PreProd:
|
||||
- name: CD_App-Repository INT
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDApp-Repository-INT.NA-PreProd:
|
||||
- name: CD_App-Repository INT
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDApp-Repository-INT.CN-PreProd:
|
||||
- name: CD_App-Repository INT
|
||||
- alertingProfile: CD_App-Repository/alerting-profile/CDApp-Repository-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDBMWPoints-PROD: msTeams.json
|
||||
- CDBMWPoints-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDBMWPoints-PROD:
|
||||
- name: CD_BMWPoints PROD
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDBMWPoints-PROD.EMEA-Prod:
|
||||
- name: CD_BMWPoints PROD
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBMWPoints-PROD.NA-Prod:
|
||||
- name: CD_BMWPoints PROD
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBMWPoints-PROD.CN-Prod:
|
||||
- name: CD_BMWPoints PROD
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDBMWPoints-INT:
|
||||
- name: CD_BMWPoints INT
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDBMWPoints-INT.EMEA-PreProd:
|
||||
- name: CD_BMWPoints INT
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBMWPoints-INT.NA-PreProd:
|
||||
- name: CD_BMWPoints INT
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBMWPoints-INT.CN-PreProd:
|
||||
- name: CD_BMWPoints INT
|
||||
- alertingProfile: CD_BMWPoints/alerting-profile/CDBMWPoints-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDBilling_Buffet-PROD: msTeams.json
|
||||
- CDBilling_Buffet-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDBilling_Buffet-PROD:
|
||||
- name: CD_Billing_Buffet PROD
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDBilling_Buffet-PROD.EMEA-Prod:
|
||||
- name: CD_Billing_Buffet PROD
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBilling_Buffet-PROD.NA-Prod:
|
||||
- name: CD_Billing_Buffet PROD
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBilling_Buffet-PROD.CN-Prod:
|
||||
- name: CD_Billing_Buffet PROD
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDBilling_Buffet-INT:
|
||||
- name: CD_Billing_Buffet INT
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDBilling_Buffet-INT.EMEA-PreProd:
|
||||
- name: CD_Billing_Buffet INT
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBilling_Buffet-INT.NA-PreProd:
|
||||
- name: CD_Billing_Buffet INT
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDBilling_Buffet-INT.CN-PreProd:
|
||||
- name: CD_Billing_Buffet INT
|
||||
- alertingProfile: CD_Billing_Buffet/alerting-profile/CDBilling_Buffet-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDCCG-PROD: msTeams.json
|
||||
- CDCCG-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCCG-PROD:
|
||||
- name: CD_CCG PROD
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCCG-PROD.EMEA-Prod:
|
||||
- name: CD_CCG PROD
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCCG-PROD.NA-Prod:
|
||||
- name: CD_CCG PROD
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCCG-PROD.CN-Prod:
|
||||
- name: CD_CCG PROD
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCCG-INT:
|
||||
- name: CD_CCG INT
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCCG-INT.EMEA-PreProd:
|
||||
- name: CD_CCG INT
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCCG-INT.NA-PreProd:
|
||||
- name: CD_CCG INT
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCCG-INT.CN-PreProd:
|
||||
- name: CD_CCG INT
|
||||
- alertingProfile: CD_CCG/alerting-profile/CDCCG-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDCSI-PROD: msTeams.json
|
||||
- CDCSI-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCSI-PROD:
|
||||
- name: CD_CSI PROD
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCSI-PROD.EMEA-Prod:
|
||||
- name: CD_CSI PROD
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCSI-PROD.NA-Prod:
|
||||
- name: CD_CSI PROD
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCSI-PROD.CN-Prod:
|
||||
- name: CD_CSI PROD
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCSI-INT:
|
||||
- name: CD_CSI INT
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCSI-INT.EMEA-PreProd:
|
||||
- name: CD_CSI INT
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCSI-INT.NA-PreProd:
|
||||
- name: CD_CSI INT
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCSI-INT.CN-PreProd:
|
||||
- name: CD_CSI INT
|
||||
- alertingProfile: CD_CSI/alerting-profile/CDCSI-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDCall-Handling-Backends-PROD: msTeams.json
|
||||
- CDCall-Handling-Backends-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCall-Handling-Backends-PROD:
|
||||
- name: CD_Call-Handling-Backends PROD
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCall-Handling-Backends-PROD.EMEA-Prod:
|
||||
- name: CD_Call-Handling-Backends PROD
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCall-Handling-Backends-PROD.NA-Prod:
|
||||
- name: CD_Call-Handling-Backends PROD
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCall-Handling-Backends-PROD.CN-Prod:
|
||||
- name: CD_Call-Handling-Backends PROD
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCall-Handling-Backends-INT:
|
||||
- name: CD_Call-Handling-Backends INT
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCall-Handling-Backends-INT.EMEA-PreProd:
|
||||
- name: CD_Call-Handling-Backends INT
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCall-Handling-Backends-INT.NA-PreProd:
|
||||
- name: CD_Call-Handling-Backends INT
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCall-Handling-Backends-INT.CN-PreProd:
|
||||
- name: CD_Call-Handling-Backends INT
|
||||
- alertingProfile: CD_Call-Handling-Backends/alerting-profile/CDCall-Handling-Backends-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDCallCenterClient-PROD: msTeams.json
|
||||
- CDCallCenterClient-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCallCenterClient-PROD:
|
||||
- name: CD_CallCenterClient PROD
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCallCenterClient-PROD.EMEA-Prod:
|
||||
- name: CD_CallCenterClient PROD
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCallCenterClient-PROD.NA-Prod:
|
||||
- name: CD_CallCenterClient PROD
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCallCenterClient-PROD.CN-Prod:
|
||||
- name: CD_CallCenterClient PROD
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDCallCenterClient-INT:
|
||||
- name: CD_CallCenterClient INT
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDCallCenterClient-INT.EMEA-PreProd:
|
||||
- name: CD_CallCenterClient INT
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCallCenterClient-INT.NA-PreProd:
|
||||
- name: CD_CallCenterClient INT
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDCallCenterClient-INT.CN-PreProd:
|
||||
- name: CD_CallCenterClient INT
|
||||
- alertingProfile: CD_CallCenterClient/alerting-profile/CDCallCenterClient-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDConnected-Backend-Services-PROD: msTeams.json
|
||||
- CDConnected-Backend-Services-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDConnected-Backend-Services-PROD:
|
||||
- name: CD_Connected-Backend-Services PROD
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDConnected-Backend-Services-PROD.EMEA-Prod:
|
||||
- name: CD_Connected-Backend-Services PROD
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-Backend-Services-PROD.NA-Prod:
|
||||
- name: CD_Connected-Backend-Services PROD
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-Backend-Services-PROD.CN-Prod:
|
||||
- name: CD_Connected-Backend-Services PROD
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDConnected-Backend-Services-INT:
|
||||
- name: CD_Connected-Backend-Services INT
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDConnected-Backend-Services-INT.EMEA-PreProd:
|
||||
- name: CD_Connected-Backend-Services INT
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-Backend-Services-INT.NA-PreProd:
|
||||
- name: CD_Connected-Backend-Services INT
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-Backend-Services-INT.CN-PreProd:
|
||||
- name: CD_Connected-Backend-Services INT
|
||||
- alertingProfile: CD_Connected-Backend-Services/alerting-profile/CDConnected-Backend-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDConnected-User-Behaviour-PROD: msTeams.json
|
||||
- CDConnected-User-Behaviour-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDConnected-User-Behaviour-PROD:
|
||||
- name: CD_Connected-User-Behaviour PROD
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDConnected-User-Behaviour-PROD.EMEA-Prod:
|
||||
- name: CD_Connected-User-Behaviour PROD
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-User-Behaviour-PROD.NA-Prod:
|
||||
- name: CD_Connected-User-Behaviour PROD
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-User-Behaviour-PROD.CN-Prod:
|
||||
- name: CD_Connected-User-Behaviour PROD
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDConnected-User-Behaviour-INT:
|
||||
- name: CD_Connected-User-Behaviour INT
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDConnected-User-Behaviour-INT.EMEA-PreProd:
|
||||
- name: CD_Connected-User-Behaviour INT
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-User-Behaviour-INT.NA-PreProd:
|
||||
- name: CD_Connected-User-Behaviour INT
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnected-User-Behaviour-INT.CN-PreProd:
|
||||
- name: CD_Connected-User-Behaviour INT
|
||||
- alertingProfile: CD_Connected-User-Behaviour/alerting-profile/CDConnected-User-Behaviour-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDConnectedDrive-Internet-Portal-PROD: msTeams.json
|
||||
- CDConnectedDrive-Internet-Portal-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDConnectedDrive-Internet-Portal-PROD:
|
||||
- name: CD_ConnectedDrive-Internet-Portal PROD
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDConnectedDrive-Internet-Portal-PROD.EMEA-Prod:
|
||||
- name: CD_ConnectedDrive-Internet-Portal PROD
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnectedDrive-Internet-Portal-PROD.NA-Prod:
|
||||
- name: CD_ConnectedDrive-Internet-Portal PROD
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnectedDrive-Internet-Portal-PROD.CN-Prod:
|
||||
- name: CD_ConnectedDrive-Internet-Portal PROD
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDConnectedDrive-Internet-Portal-INT:
|
||||
- name: CD_ConnectedDrive-Internet-Portal INT
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDConnectedDrive-Internet-Portal-INT.EMEA-PreProd:
|
||||
- name: CD_ConnectedDrive-Internet-Portal INT
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnectedDrive-Internet-Portal-INT.NA-PreProd:
|
||||
- name: CD_ConnectedDrive-Internet-Portal INT
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDConnectedDrive-Internet-Portal-INT.CN-PreProd:
|
||||
- name: CD_ConnectedDrive-Internet-Portal INT
|
||||
- alertingProfile: CD_ConnectedDrive-Internet-Portal/alerting-profile/CDConnectedDrive-Internet-Portal-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDContentProvider-PROD: msTeams.json
|
||||
- CDContentProvider-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDContentProvider-PROD:
|
||||
- name: CD_ContentProvider PROD
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDContentProvider-PROD.EMEA-Prod:
|
||||
- name: CD_ContentProvider PROD
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDContentProvider-PROD.NA-Prod:
|
||||
- name: CD_ContentProvider PROD
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDContentProvider-PROD.CN-Prod:
|
||||
- name: CD_ContentProvider PROD
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDContentProvider-INT:
|
||||
- name: CD_ContentProvider INT
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDContentProvider-INT.EMEA-PreProd:
|
||||
- name: CD_ContentProvider INT
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDContentProvider-INT.NA-PreProd:
|
||||
- name: CD_ContentProvider INT
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDContentProvider-INT.CN-PreProd:
|
||||
- name: CD_ContentProvider INT
|
||||
- alertingProfile: CD_ContentProvider/alerting-profile/CDContentProvider-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDLSC-PROD: msTeams.json
|
||||
- CDLSC-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDLSC-PROD:
|
||||
- name: CD_LSC PROD
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDLSC-PROD.EMEA-Prod:
|
||||
- name: CD_LSC PROD
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLSC-PROD.NA-Prod:
|
||||
- name: CD_LSC PROD
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLSC-PROD.CN-Prod:
|
||||
- name: CD_LSC PROD
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDLSC-INT:
|
||||
- name: CD_LSC INT
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDLSC-INT.EMEA-PreProd:
|
||||
- name: CD_LSC INT
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLSC-INT.NA-PreProd:
|
||||
- name: CD_LSC INT
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLSC-INT.CN-PreProd:
|
||||
- name: CD_LSC INT
|
||||
- alertingProfile: CD_LSC/alerting-profile/CDLSC-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDLocation-Services-PROD: msTeams.json
|
||||
- CDLocation-Services-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDLocation-Services-PROD:
|
||||
- name: CD_Location-Services PROD
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDLocation-Services-PROD.EMEA-Prod:
|
||||
- name: CD_Location-Services PROD
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLocation-Services-PROD.NA-Prod:
|
||||
- name: CD_Location-Services PROD
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLocation-Services-PROD.CN-Prod:
|
||||
- name: CD_Location-Services PROD
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDLocation-Services-INT:
|
||||
- name: CD_Location-Services INT
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDLocation-Services-INT.EMEA-PreProd:
|
||||
- name: CD_Location-Services INT
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLocation-Services-INT.NA-PreProd:
|
||||
- name: CD_Location-Services INT
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDLocation-Services-INT.CN-PreProd:
|
||||
- name: CD_Location-Services INT
|
||||
- alertingProfile: CD_Location-Services/alerting-profile/CDLocation-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDMessaging-Services-PROD: msTeams.json
|
||||
- CDMessaging-Services-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDMessaging-Services-PROD:
|
||||
- name: CD_Messaging-Services PROD
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDMessaging-Services-PROD.EMEA-Prod:
|
||||
- name: CD_Messaging-Services PROD
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDMessaging-Services-PROD.NA-Prod:
|
||||
- name: CD_Messaging-Services PROD
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDMessaging-Services-PROD.CN-Prod:
|
||||
- name: CD_Messaging-Services PROD
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDMessaging-Services-INT:
|
||||
- name: CD_Messaging-Services INT
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDMessaging-Services-INT.EMEA-PreProd:
|
||||
- name: CD_Messaging-Services INT
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDMessaging-Services-INT.NA-PreProd:
|
||||
- name: CD_Messaging-Services INT
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDMessaging-Services-INT.CN-PreProd:
|
||||
- name: CD_Messaging-Services INT
|
||||
- alertingProfile: CD_Messaging-Services/alerting-profile/CDMessaging-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDNavigation-Information-Services-PROD: msTeams.json
|
||||
- CDNavigation-Information-Services-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDNavigation-Information-Services-PROD:
|
||||
- name: CD_Navigation-Information-Services PROD
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDNavigation-Information-Services-PROD.EMEA-Prod:
|
||||
- name: CD_Navigation-Information-Services PROD
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDNavigation-Information-Services-PROD.NA-Prod:
|
||||
- name: CD_Navigation-Information-Services PROD
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDNavigation-Information-Services-PROD.CN-Prod:
|
||||
- name: CD_Navigation-Information-Services PROD
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDNavigation-Information-Services-INT:
|
||||
- name: CD_Navigation-Information-Services INT
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDNavigation-Information-Services-INT.EMEA-PreProd:
|
||||
- name: CD_Navigation-Information-Services INT
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDNavigation-Information-Services-INT.NA-PreProd:
|
||||
- name: CD_Navigation-Information-Services INT
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDNavigation-Information-Services-INT.CN-PreProd:
|
||||
- name: CD_Navigation-Information-Services INT
|
||||
- alertingProfile: CD_Navigation-Information-Services/alerting-profile/CDNavigation-Information-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDPISA-PROD: msTeams.json
|
||||
- CDPISA-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDPISA-PROD:
|
||||
- name: CD_PISA PROD
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDPISA-PROD.EMEA-Prod:
|
||||
- name: CD_PISA PROD
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPISA-PROD.NA-Prod:
|
||||
- name: CD_PISA PROD
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPISA-PROD.CN-Prod:
|
||||
- name: CD_PISA PROD
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDPISA-INT:
|
||||
- name: CD_PISA INT
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDPISA-INT.EMEA-PreProd:
|
||||
- name: CD_PISA INT
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPISA-INT.NA-PreProd:
|
||||
- name: CD_PISA INT
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPISA-INT.CN-PreProd:
|
||||
- name: CD_PISA INT
|
||||
- alertingProfile: CD_PISA/alerting-profile/CDPISA-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDPerseus-PROD: msTeams.json
|
||||
- CDPerseus-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDPerseus-PROD:
|
||||
- name: CD_Perseus PROD
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDPerseus-PROD.EMEA-Prod:
|
||||
- name: CD_Perseus PROD
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPerseus-PROD.NA-Prod:
|
||||
- name: CD_Perseus PROD
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPerseus-PROD.CN-Prod:
|
||||
- name: CD_Perseus PROD
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDPerseus-INT:
|
||||
- name: CD_Perseus INT
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDPerseus-INT.EMEA-PreProd:
|
||||
- name: CD_Perseus INT
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPerseus-INT.NA-PreProd:
|
||||
- name: CD_Perseus INT
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDPerseus-INT.CN-PreProd:
|
||||
- name: CD_Perseus INT
|
||||
- alertingProfile: CD_Perseus/alerting-profile/CDPerseus-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDRemoteServices-PROD: msTeams.json
|
||||
- CDRemoteServices-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDRemoteServices-PROD:
|
||||
- name: CD_RemoteServices PROD
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDRemoteServices-PROD.EMEA-Prod:
|
||||
- name: CD_RemoteServices PROD
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDRemoteServices-PROD.NA-Prod:
|
||||
- name: CD_RemoteServices PROD
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDRemoteServices-PROD.CN-Prod:
|
||||
- name: CD_RemoteServices PROD
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDRemoteServices-INT:
|
||||
- name: CD_RemoteServices INT
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDRemoteServices-INT.EMEA-PreProd:
|
||||
- name: CD_RemoteServices INT
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDRemoteServices-INT.NA-PreProd:
|
||||
- name: CD_RemoteServices INT
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDRemoteServices-INT.CN-PreProd:
|
||||
- name: CD_RemoteServices INT
|
||||
- alertingProfile: CD_RemoteServices/alerting-profile/CDRemoteServices-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "e1dc8fdc-5c9c-4020-8ecf-71d9972aac68",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "https://empty"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "932e7160-56d2-4d9b-90fe-ba5a08ab304e",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "https://empty"
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
config:
|
||||
- CDService-BusPROD: CDService-BusPROD.json
|
||||
- CDService-BusE2E: CDService-BusE2E.json
|
||||
|
||||
CDService-BusE2E:
|
||||
- name: CD_Service-Bus E2E
|
||||
- skipDeployment: "true"
|
||||
CDService-BusE2E.EMEA-Prod:
|
||||
- name: CD_Service-Bus E2E
|
||||
- skipDeployment: "false"
|
||||
|
||||
CDService-BusPROD:
|
||||
- name: CD_Service-Bus PROD
|
||||
- skipDeployment: "true"
|
||||
CDService-BusPROD.EMEA-Prod:
|
||||
- name: CD_Service-Bus PROD
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDService-Gateway-PROD: msTeams.json
|
||||
- CDService-Gateway-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDService-Gateway-PROD:
|
||||
- name: CD_Service-Gateway PROD
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDService-Gateway-PROD.EMEA-Prod:
|
||||
- name: CD_Service-Gateway PROD
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDService-Gateway-PROD.NA-Prod:
|
||||
- name: CD_Service-Gateway PROD
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDService-Gateway-PROD.CN-Prod:
|
||||
- name: CD_Service-Gateway PROD
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDService-Gateway-INT:
|
||||
- name: CD_Service-Gateway INT
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDService-Gateway-INT.EMEA-PreProd:
|
||||
- name: CD_Service-Gateway INT
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDService-Gateway-INT.NA-PreProd:
|
||||
- name: CD_Service-Gateway INT
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDService-Gateway-INT.CN-PreProd:
|
||||
- name: CD_Service-Gateway INT
|
||||
- alertingProfile: CD_Service-Gateway/alerting-profile/CDService-Gateway-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDSpeech-PROD: msTeams.json
|
||||
- CDSpeech-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDSpeech-PROD:
|
||||
- name: CD_Speech PROD
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDSpeech-PROD.EMEA-Prod:
|
||||
- name: CD_Speech PROD
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDSpeech-PROD.NA-Prod:
|
||||
- name: CD_Speech PROD
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDSpeech-PROD.CN-Prod:
|
||||
- name: CD_Speech PROD
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDSpeech-INT:
|
||||
- name: CD_Speech INT
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDSpeech-INT.EMEA-PreProd:
|
||||
- name: CD_Speech INT
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDSpeech-INT.NA-PreProd:
|
||||
- name: CD_Speech INT
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDSpeech-INT.CN-PreProd:
|
||||
- name: CD_Speech INT
|
||||
- alertingProfile: CD_Speech/alerting-profile/CDSpeech-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"bccReceivers": [],
|
||||
"body": "{ProblemDetailsHTML}",
|
||||
"ccReceivers": [],
|
||||
"name": "{{.name}}",
|
||||
"receivers": [
|
||||
"{{.receivers}}"
|
||||
],
|
||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
||||
"type": "EMAIL"
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"acceptAnyCertificate": false,
|
||||
"active": true,
|
||||
"alertingProfile": "{{.alertingProfile}}",
|
||||
"headers": [],
|
||||
"name": "{{.name}}",
|
||||
"notifyEventMergesEnabled": false,
|
||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
||||
"type": "WEBHOOK",
|
||||
"url": "{{.webhook}}"
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
config:
|
||||
- CDVoice-Services-PROD: msTeams.json
|
||||
- CDVoice-Services-INT: msTeams.json
|
||||
|
||||
#Prod notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDVoice-Services-PROD:
|
||||
- name: CD_Voice-Services PROD
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDVoice-Services-PROD.EMEA-Prod:
|
||||
- name: CD_Voice-Services PROD
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDVoice-Services-PROD.NA-Prod:
|
||||
- name: CD_Voice-Services PROD
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDVoice-Services-PROD.CN-Prod:
|
||||
- name: CD_Voice-Services PROD
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-PROD.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
||||
#INT notification system for EMEA/NA/CN
|
||||
#Dry-run needed for all hubs
|
||||
CDVoice-Services-INT:
|
||||
- name: CD_Voice-Services INT
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "true"
|
||||
#Configuration
|
||||
CDVoice-Services-INT.EMEA-PreProd:
|
||||
- name: CD_Voice-Services INT
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDVoice-Services-INT.NA-PreProd:
|
||||
- name: CD_Voice-Services INT
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
CDVoice-Services-INT.CN-PreProd:
|
||||
- name: CD_Voice-Services INT
|
||||
- alertingProfile: CD_Voice-Services/alerting-profile/CDVoice-Services-INT.id
|
||||
- webhook: https://empty
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure notification systems?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue