...
Add values to the DisabledStrategies XML element. “<ProductAdapterName>:<StrategyName>”. Values are comma separated.
For Example:
To disable NIX Oracle Discovery strategies except the process discovery strategy, use this XML elementto disable the "Oracle Discovery Unix (Folder)" and "Oracle Discovery Unix (Install Logfile)" strategies in the "Oracle Database" product adapter you would use the following:
Code Block | ||
---|---|---|
| ||
<add key="DisabledStrategies" value="Oracle Database:Oracle Discovery Unix (Folder),Oracle Database:Oracle Discovery Unix (Install Logfile),Oracle Database:Oracle Discovery Unix (On Target),Oracle Database:Oracle Discovery Unix (Non Target),Windows Variant:Full Windows Device Disk Folder Index(WMI),Windows Variant:Common Windows Device Disk Folder Index(WMI),Unix Variant:Unix Variant Folders Index,Unix Variant:Targetted Unix Variant Folders Index,ESX:ESX vSphere Scanning,VirtualBox" /> |
Info |
---|
Ensure there is only one DisabledStrategies XML element in the config file |
...