- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 08:44 AM
Hello,
I am trying to understand the conditional script field in the classification stage. Below is an example of windows classification. I just wanted to know how/where discovery check for these conditions like values.get('isHyperV')=='true', gs.getProperty('glide.discovery.discover_azure_host_metadata') == 'true', DiscoveryADMEConditions.shouldTriggerADME(discovery_source). Thanks for your help!
Solved! Go to Solution.
- Labels:
-
Discovery
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2018 08:55 AM
Paul,
Values are derived from parameters set from the previous classification step and properties are obviously just that, system properties that the machine checks to determine if that probe should run.
I did a whole customization on this very subject, please take a look at Customizing a Classifier to determine which probe gets triggered in exploration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2018 08:55 AM
Paul,
Values are derived from parameters set from the previous classification step and properties are obviously just that, system properties that the machine checks to determine if that probe should run.
I did a whole customization on this very subject, please take a look at Customizing a Classifier to determine which probe gets triggered in exploration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2018 09:57 AM
Thanks for the reply Doug.