
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2019 02:52 AM
Hi community,
does anyone know how the field FQDN in Windows servers is populated by Discovery? We have the issue that Hostname and Domain is populated correctly but not FQDN. For our Windows Servers it only contains the Hostname although both other fields are correct and also the entries in related list "DNS Names for CIs" are correct.
Thank you in advance.
Greets,
Daniel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 12:27 AM
Hello, everyone,
i (Daniel's colleague) analyzed the code of the Classifications sensor and set the property "glide.discovery.hostname.wmi_trusted" from false (default) to true.
This change had the desired effect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2019 08:06 AM
That is done in a combination of the Windows Classify Sensor where it sets the CI data that Dave talks about and the 'DiscoveryFQDNSensor' script include

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2019 11:08 PM
Thanks Doug, now I knows where I have to search. But maybe a Business Rule or changing the sensor script will be the better way than to manipulate this core Script Include.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2019 12:27 AM
Hello, everyone,
i (Daniel's colleague) analyzed the code of the Classifications sensor and set the property "glide.discovery.hostname.wmi_trusted" from false (default) to true.
This change had the desired effect