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
# 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