You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ServiceNow business rule script is designed to detect configuration drift in a Configuration Item (CI) by comparing its current state to the most recent baseline record stored in the cmdb_baseline table.
2
+
3
+
What it Does – In Simple Terms:
4
+
5
+
Gets the latest baseline for the current CI.
6
+
Compares key fields (ram, cpu_count, os) between the current CI and the baseline.
7
+
If differences (a "drift") are found:
8
+
It logs the drift in a custom table (u_drift_log).
9
+
It triggers an event (ci.drift_detected) to possibly notify or take further action.
0 commit comments