
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 12:47 AM
Where is the CI description set when scanning a Win server or SNMP device?
OOB the CI description is overwritten.
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 03:54 PM
For windows its in the OS Information Sensor. For Network devices its done in the SNMP Classify sensor. A trick I use is to search the sensor table.script for the attribute. So, in this case, the sensor.script contains short_description. Also, check the discovery script includes. This way I can quickly find whos doing what to the attributes. In patterns not so friendly, have to look through each individually.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 02:47 AM
Hello Daniel,
Are you currently using Patterns or Probes for Discovery? Normally the CI Description field is updated from the On classification script found in the Classification when using probes.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 04:36 AM
its the SNMP and windows probe... did only find short_description mapping in the sensor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 05:03 AM
In my experience it is pulling the Description from the device, so anything different in the CI record form will be reset on each scan.
You can set rules to restrict the fields that Discovery can update via Reconciliation Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 03:54 PM
For windows its in the OS Information Sensor. For Network devices its done in the SNMP Classify sensor. A trick I use is to search the sensor table.script for the attribute. So, in this case, the sensor.script contains short_description. Also, check the discovery script includes. This way I can quickly find whos doing what to the attributes. In patterns not so friendly, have to look through each individually.