File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Business Rules/Validate CI on deployed assets Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ Business Rule: Validate CI on Deployed Assets
2+
3+ Overview
4+ This Business Rule enforces CMDB integrity by ensuring that any asset marked as "Deployed" must be linked
5+ to a valid "Configuration Item (CI)". If no CI is associated, the rule automatically notifies the assigned
6+ user's manager to take corrective action.
7+
8+ This consists of 3 steps:
9+ 1 . Business rule
10+ 2 . Event setup
11+ 3 . Email Notification
12+
13+ 1.Business Rule Configuration
14+ Table: alm_asset
15+ Type: Business Rule
16+ When to run: After Update
17+ Condition : current.install_status == 'Deployed' && !current.ci
18+
19+ 2 . Event Setup
20+ Go to System Policy > Events > Event Registry
21+ Click New
22+ Name: asset.ci.missing
23+ Table: alm_asset
24+ Description: Triggered when deployed asset has no CI
25+
26+ 3.Email Notification
27+ Go to System Notification > Email > Notifications
28+ Create a new notification:
29+ Name: Missing CI on Deployed Asset
30+ Table: alm_asset
31+ When to send: Event is fired → asset.ci.missing
32+ Recipients: Event.parm1 (manager)
33+ Subject: Asset ${number} is deployed without a CI
34+ Message:
35+ Hello ${recipient.name},
36+ The asset ${number} assigned to ${assigned_to.name} is marked as Deployed but has no linked Configuration Item.
37+ Please review and take appropriate action.
38+ Regards,
39+ IT Asset Management
You can’t perform that action at this time.
0 commit comments