Skip to content

Commit 20b0470

Browse files
authored
README.md
1 parent 2db83a5 commit 20b0470

File tree

1 file changed

+9
-0
lines changed
  • Specialized Areas/CMDB/Detect Configuration Drift Compare to Baseline

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
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

Comments
 (0)