Create a CI relation rollup
- UpdatedFeb 1, 2024
- 2 minutes to read
- Washington DC
- Configuration Management
A CI relation rollup allows you to sum, count, max, min, or mean a relationship type. You can create CI relation rollups.
Before you begin
About this task
CI relation rollup can be useful for tracking and for receiving notifications. For example:
- In a sum roll up, add up fields from multiple CIs and display the result on another CI to which they are related. So, if you have four configuration items in a rack that are all consuming power, create a CI relation rollup to add all the power usage together and display the result in one field on the rack CI form.
- If a certain level of power consumption in a rack is exceeded, send a notification.
- With a rack that has 10 slots, send a notification when 9 slots are filled.
CI relation rollups use the cmdb synch event business rule on the [cmdb_ci] table. Although this business rule is active by default, you must modify the rule slightly before it will run.
Procedure
Related Content
- Suggested class relationships
The system keeps a table (Suggested Relationship [cmdb_rel_type_suggest]) of relationship types that are appropriate for a CI type, based on its class. You can manage suggested relationships by navigating to Configuration Suggested Relationships , or in the CI Class Manager.
- Add a suggested relationship
Add a suggested relationship for a class. The list of suggested relationships for a class is available when you create a new relationship for a CI of that class.
- Relationship governance rules
Relationship governance rules is a set of relationship rules used to ensure consistency and validity in modeling relationships between configuration items (CIs) in the CMDB. Use relationship governance rules to prevent the selection of relationship types or directions that are not allowed between specific CI types.
- CI relations formatter
The default CI form includes a CI relations formatter from which you can examine a CI and its relationships in various views. From the CI relations formatter, you can also launch the CI relationship editor for the CI.
- CI relationship editor
Use the relationship editor to view, create, modify, or delete CI relationships. Open the relationship editor from the CI Relations formatter.
- Relation qualifier
A relation qualifier, which is a CI of the Qualifier [cmdb_ci_qualifier] type, stores important information about the CI relationships.
- CI relationship security
When applying security to CI relationships, it is important to apply the access controls both to the CI Relationship (cmdb_rel_ci) table and to create an operation editCIRelations to the * table as well.
- CI relationships in the CMDB
The CMDB, in contrast to a static asset list, helps you track not only the configuration items (CIs) within your system, but also the relationships between those items.