removed uneccessary configs

intangibles-services-alerts-update
José Cadilha 2022-05-05 15:33:42 +01:00
parent 4ea0c1b282
commit 8722dcd3e8
3 changed files with 0 additions and 27 deletions

View File

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

View File

@ -1,6 +1,5 @@
config:
- CDbmw-points-push-notifications-service: msTeams.json
- CDbmw-points-push-notifications-service_email: email.json
# Notification System for EMEA/NA/CN Prod msTeams
CDbmw-points-push-notifications-service.EMEA-Prod:

View File

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