After excluding 2 of 4 databases from being monitored the following error comes up:
Ex:Deployment : (OH-006) No instances to be deployed: Please check your exclusion lists
Instances : (INST:I) No instances to be monitored: Please check your exclusion lists
Incorrectvalues set in the database exclusion list.
Make surethe valuesare enteredcorrectly in the exclusion list.
For example:
If you want to exclude the instancePROD and you enter PROD in the exclusion list, it thenwill exclude all instances that names containing the string PROD; as well asinstances named PRODUCTION or PREPRODUCTION.
To exclude only the PROD instance you have to use regular expressions: ^PROD$
Below a list of expressions and further examples:
The following special characters or groups are supported:
Examples:
<table_ReplaceNode border="0" width="624" height="86"><tbody><tr><td>^CALM$</td><td>Literal expression that matches CALM and only CALM because it is anchored by ^ and $</td></tr><tr><td>^CALM</td><td>Match anything that starts with the first four characters of CALM (for example, CALMer is a valid match)</td></tr><tr><td>CALM$</td><td>Match anything where the last four characters are CALM</td></tr><tr><td>CALM</td><td>Match CALM anywhere (for example, beCALMed is a valid match)</td></tr></tbody></table>© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy