Skip to content

Commit 43e4fb3

Browse files
authored
Create README.md
1 parent caf2bd6 commit 43e4fb3

File tree

1 file changed

+15
-0
lines changed
  • Specialized Areas/CMDB/CMDB Health Check

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CMDB Health Check – Non-Operational Installed Applications
2+
3+
## Purpose
4+
This script checks for Application Configuration Items (CIs) that are currently:
5+
- Installed (`install_status = 1`)
6+
- Non-operational (`operational_status = 2`)
7+
8+
## Why Run This Check?
9+
Such records can signal potential CMDB data quality issues, as an application marked "Installed" should generally be in an active/operational state. Spotting these mismatches early helps:
10+
- Prevent inaccurate reports and dashboards
11+
- Improve incident/change assignment accuracy
12+
- Maintain overall CMDB integrity
13+
14+
## Output
15+
The script logs the count of Application CIs that fit the criteria:

0 commit comments

Comments
 (0)