Pull request #72: updated managed Zone (depend on ms-id)

Merge in OPAPM/cd_e2e_monitoring_config from feature/CD-SMC2 to master

* commit 'e7f7c1f23735687cae22ceaa98eaea45576b8fb9':
  updated managed Zone (depend on ms-id)
CD_VPS-Archive
Murat Yelgin (ext.) 2021-10-01 13:10:27 +02:00
commit c5e0d00c5f
2 changed files with 52 additions and 0 deletions

View File

@ -109,6 +109,32 @@
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "ms-id",
"value": "{{.tag}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_HOST_LIKE",
"SERVICE_TO_PROCESS_GROUP_LIKE"
],
"type": "SERVICE"
}
]
}

View File

@ -109,6 +109,32 @@
"enabled": true,
"propagationTypes": [],
"type": "CLOUD_APPLICATION"
},
{
"conditions": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "ms-id",
"value": "{{.tag}}"
}
},
"key": {
"attribute": "SERVICE_TAGS",
"type": "STATIC"
}
}
],
"enabled": true,
"propagationTypes": [
"SERVICE_TO_HOST_LIKE",
"SERVICE_TO_PROCESS_GROUP_LIKE"
],
"type": "SERVICE"
}
]
}