Skip to content

Detect Configuration Drift Compare to Baseline#1969

Closed
chetnadev wants to merge 3 commits into
ServiceNowDevProgram:mainfrom
chetnadev:3hack
Closed

Detect Configuration Drift Compare to Baseline#1969
chetnadev wants to merge 3 commits into
ServiceNowDevProgram:mainfrom
chetnadev:3hack

Conversation

@chetnadev

Copy link
Copy Markdown
Contributor

This business rule detects if a CI's configuration has drifted from its baseline by checking key attributes (RAM, CPU, OS). If differences are found:

The drift is logged in a custom log table.
An event is triggered for further action.

Gets the latest baseline for the current CI.
Compares key fields (ram, cpu_count, os) between the current CI and the baseline.
If differences (a "drift") are found:
It logs the drift in a custom table (u_drift_log).
It triggers an event (ci.drift_detected) to possibly notify or take further action.

@rohi-v rohi-v self-assigned this Oct 9, 2025
@rohi-v

rohi-v commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

@chetnadev did you get a chance to look at the comments above?
Once done I will approve the changes.

@rohi-v

rohi-v commented Oct 10, 2025

Copy link
Copy Markdown
Contributor

Hi @chetnadev

Closing this for now. Once you make additional changes as suggested, feel free to re-open this Pull Request or create a new one.

@rohi-v rohi-v closed this Oct 10, 2025
@chetnadev

Copy link
Copy Markdown
Contributor Author

Hi @rohi-v I don't see any comments/ changes here mentioned by you

@chetnadev chetnadev deleted the 3hack branch October 12, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants