Use Case: Business Rule for CMDB
The CMDB (Configuration Management Database) module in Infraon platform is designed to maintain a structured repository of all configuration items (CIs) within an IT environment. These CIs can include assets such as laptops, servers, routers, and applications, along with their relationships and dependencies.
A Business Rule in Infraon defines an automation logic that performs actions when certain conditions are met. In the CMDB module, business rules can be applied to assets for activities such as:
Auto-updating tags and properties
Assigning ownership
Enabling workflows based on asset data
Triggering changes when predefined criteria are satisfied
Objective of This Use Case
This use case demonstrates how to automatically assign values to discovered assets (such as Asset Tag, Owner, and User Tag) based on their IP Address. This helps:
Automatically categorize assets during discovery
Assign ownership without manual intervention
Maintain consistency in asset metadata
Scenario
An organization wants to automatically assign specific properties to all IT assets discovered within a certain IP address range. For example:
Any device within the IP range 192.168.50.1 should be tagged as an HP asset.
The technician Alex should be assigned as the asset owner.
The asset should also be grouped under the DevOps user tag for better filtering and reporting.
Configuration Steps
Field
Value
Description
Module
CMDB
Selects the CMDB module to apply the rule to asset-level records.
Type
Set Value
Specifies that values will be auto-filled when the condition is met.
Rule Name
Auto-Tag HP Assets
A custom, descriptive name for the rule.
Description
[Optional]
Brief description for internal reference.
Is Enable
ON (Toggle Enabled)
Ensures the rule is active and will run automatically.
Rule Setup: When Condition
Field
Operator
Value
Description
IP Address
In Range
192.168.50.1
The condition checks if the asset IP matches this value (or falls within a range).
Then: Value Update To (Actions)
Field
Value to Set
Description
Asset Tag
HP
Automatically tags the asset with “HP” to classify it by vendor or type.
Owner/Technician
Alex
Assigns Abdul as the default technician or owner responsible for this asset.
User Tag
DevOps
Applies the DevOps tag for segmentation or automation.

How It Works
Once the rule is enabled:
Infraon continuously monitors assets being discovered or updated in the CMDB.
If an asset's IP address matches the defined rule (192.168.50.1), the system automatically updates the configured fields (Asset Tag, Owner/Technician, User Tag).
This ensures that the asset is properly categorized and assigned without manual input.
Last updated
Was this helpful?