Avoid a CMDB record being created with no host name / DNS Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 11:37 AM
Is there a setting that would avoid a record getting created in the CMDB, where there is an IP with no host name or DNS name? If a name can't be determined by discovery (we are also using credentialless discovery), then we don't want a record created.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 02:54 PM
You could try going into the CI Class and setting Name field to Mandatory. I would test this idea thoroughly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2019 10:19 PM
Hi - I haven't heard/seen of a OOB setting this (but haven't look very hard either 🙂 )... but 1 idea is a business rule that runs on INSERT (before insert) against the CMDB_CI_SERVER table where the source=<whatever applicable> and X fields are empty/null... to prevent the record from being created. Food for thought...
Hope this helps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 09:54 AM
Thanks for the suggestions. We'll take a look at these options.