Pull request #46: OPMAAS-564 - Add database to dashboard of ASBC-HAL-CL

Merge in OPAPM/cd_e2e_monitoring_config from CD_ASBC-HAL-CL to master

* commit 'f1e0db6cee3b2e0605c7fa615271297c25481fc3':
  OPMAAS-564 - Add database to dashboard of ASBC-HAL-CL
CD_smc2-key-trk
Ermis Wieger (ext.) 2021-09-14 17:18:35 +02:00
commit 66042505f3
1 changed files with 22 additions and 20 deletions

View File

@ -4151,7 +4151,7 @@
{ {
"type": "SERVICE", "type": "SERVICE",
"enabled": true, "enabled": true,
"valueFormat": "Countly", "valueFormat": "ASBC-HAL-CL",
"propagationTypes": [], "propagationTypes": [],
"conditions": [ "conditions": [
{ {
@ -4172,12 +4172,14 @@
"comparisonInfo": { "comparisonInfo": {
"type": "STRING", "type": "STRING",
"operator": "CONTAINS", "operator": "CONTAINS",
"value": "countly_mongo_db", "value": "asbchal",
"negate": false, "negate": false,
"caseSensitive": true "caseSensitive": true
} }
} }
] ]
}
]
} }
] ]
} }