Looking for table name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2025 04:52 AM
Hi Team ,
Hust wanted to know the overall score How its getting calculated and from which table the data coming from ?
Based on that we need to create a report .
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2025 11:45 AM
Hi @pramn,
check this doc: Configure aggregation weights for CMDB Health scores
or
Overall Score:
Overall Metric also has the weights corresponding to each of the parent metrics and can be configured using the same health preference described previously(Health Preference -> Health Metric -> Select Metric(Overall)). The default weights for each parent metrics are Completeness(34), Compliance(33), Correctness(33).
The overall score is computed using the below formula.
weightedScore += (metricWeight*metricScore)/100.00
In above example, For completeness( 34*42)/100 = 14.28 , Compliance (33*100)/100 = 33 as no records are evaluated, Correctness (33*100)/100 = 33 as no records are evaluated and overall score 14.28+33+33 = 80 (rounded down)
source: Understanding the CMDB HealthDashboard Numbers
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
