How to restrict specific fields to not get updated via discovery ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 10:43 AM
Hi All,
In our instance discovery for network devices is running and it is updating so many variables on Network Device. We want to restrict it to not update some variables, whenever it discovers a device. So could someone please advice on how can we restrict that, i am not sure which probe and sensor gets linked to a discovery, so need to locate that as well.
Could someone please share your experience on this.
Thanks,
Gaurav
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 11:05 AM
Hi Gaurav
You likely don't want to modify the probe, but you can restrict attributes allowed to be updated for each data source by creating reconciliation definitions per source. To see which probe(s) get triggered, look at the CI classification (probably under SNMP classifications) and see the "Triggers probe(s)" tab.
-Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 06:18 PM
Hi Nick,
The simple solution here is to create a before business rule.
For example, discovery classifies CI as "Switch" as your network device, you can - create a before business rule on cmdb_ci_ip_switch,
When created by is your midserver user, you can null out the attributes, which you do not want.
-Chandu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2017 07:04 PM
Creating a BR is not best practice. What Nick shared is the best way moving forward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2021 10:17 PM
Hi
Can you explain how can we do that using the BR?