Pull request #80: OPMAAS-3397 added HTTP monitors to management zone PD_InfotainmentInteractivityServices
Merge in OPAPM/coco_terraform_config from OPMAAS-3397 to master * commit 'f84495197f8a9fed86cbe263ba729c2bc7bb474a': OPMAAS-3397 added HTTP monitors to management zone PD_InfotainmentInteractivityServicesrenaming2
commit
9dae6fd342
|
|
@ -1,5 +1,9 @@
|
||||||
resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" {
|
resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" {
|
||||||
name = "PD_InfotainmentInteractivityServices"
|
name = "PD_InfotainmentInteractivityServices"
|
||||||
|
entity_selector_based_rule {
|
||||||
|
enabled = true
|
||||||
|
selector = "type(HTTP_CHECK),entityName(\"InfotainmentInteractivityServices\")"
|
||||||
|
}
|
||||||
entity_selector_based_rule {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
enabled = true
|
||||||
selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
|
selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue