Pull request #15: Add tag for am-mno-manager databases

Merge in OPAPM/cd_e2e_monitoring_config from CD_am-mno-manager to master

* commit 'f5e7557928388d5d441b706f623a2214d04a3dc1':
  Add tag for am-mno-manager databases
CD_tol-prod
Franziska Ulrich (DE-820) 2021-07-16 13:48:04 +02:00
commit 66923758bc
1 changed files with 32 additions and 1 deletions

View File

@ -3561,6 +3561,37 @@
}
}
]
}
},
{
"type": "SERVICE",
"enabled": true,
"valueFormat": "am-mno-manager",
"propagationTypes": [],
"conditions": [
{
"key": {
"attribute": "SERVICE_TYPE"
},
"comparisonInfo": {
"type": "SERVICE_TYPE",
"operator": "EQUALS",
"value": "DATABASE_SERVICE",
"negate": false
}
},
{
"key": {
"attribute": "SERVICE_DATABASE_NAME"
},
"comparisonInfo": {
"type": "STRING",
"operator": "CONTAINS",
"value": "mno",
"negate": false,
"caseSensitive": true
}
}
]
}
]
}