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-CLCD_smc2-key-trk
commit
66042505f3
|
|
@ -4149,34 +4149,36 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"type": "SERVICE",
|
||||
"enabled": true,
|
||||
"valueFormat": "Countly",
|
||||
"propagationTypes": [],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "SERVICE",
|
||||
"enabled": true,
|
||||
"valueFormat": "ASBC-HAL-CL",
|
||||
"propagationTypes": [],
|
||||
"conditions": [
|
||||
{
|
||||
"key": {
|
||||
"attribute": "SERVICE_TYPE"
|
||||
"attribute": "SERVICE_TYPE"
|
||||
},
|
||||
"comparisonInfo": {
|
||||
"type": "SERVICE_TYPE",
|
||||
"operator": "EQUALS",
|
||||
"value": "DATABASE_SERVICE",
|
||||
"negate": false
|
||||
"type": "SERVICE_TYPE",
|
||||
"operator": "EQUALS",
|
||||
"value": "DATABASE_SERVICE",
|
||||
"negate": false
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"key": {
|
||||
"attribute": "SERVICE_DATABASE_NAME"
|
||||
"attribute": "SERVICE_DATABASE_NAME"
|
||||
},
|
||||
"comparisonInfo": {
|
||||
"type": "STRING",
|
||||
"operator": "CONTAINS",
|
||||
"value": "countly_mongo_db",
|
||||
"negate": false,
|
||||
"caseSensitive": true
|
||||
"type": "STRING",
|
||||
"operator": "CONTAINS",
|
||||
"value": "asbchal",
|
||||
"negate": false,
|
||||
"caseSensitive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue