- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 02:02 AM
Hi there,
So - I've got an application service where the Service Map is shown below.
The last node is created as a custom entry point type to a IP Address of a cmdb_ci_cloud_database record.
I've made sure that the cmdb_ci_cloud_database has the IP address that the map is looking for.
When I run the service map; I get this error message for the last node: -
Service mapping triggered horizontal discovery to find the host 10.128.134.89, because the host was not in the CMDB.
So here is my question: -
Why does the service map not find the cmdb_ci_cloud_database entry with the correct IP address?
How can I change a config setting or a script so that the horizontal discovery is not kicked off - rather the correct record in the CMDB is included in the map?
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 12:57 AM - edited 02-06-2023 04:35 AM
- Create a "Network adapter" (cmdb_ci_network_adapter) with the "configuration item" set to your CI.
- Create an "IP Address" (cmdb_ci_ip_address) with the "Nic" set to the above network adapter.
- Create an "IP Address" without the network adapter.
- Create an "Owns::Owned By" relationship where the parent is the configuration item, and the child is the 'IP Address" created in point 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 12:57 AM - edited 02-06-2023 04:35 AM
- Create a "Network adapter" (cmdb_ci_network_adapter) with the "configuration item" set to your CI.
- Create an "IP Address" (cmdb_ci_ip_address) with the "Nic" set to the above network adapter.
- Create an "IP Address" without the network adapter.
- Create an "Owns::Owned By" relationship where the parent is the configuration item, and the child is the 'IP Address" created in point 1.