Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Looking for table name

pramn
Kilo Sage

Hi Team , 

pramn_0-1758023422397.png

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!

1 REPLY 1

GlideFather
Tera Patron

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

_____
Answers generated by GlideFather. Check for accuracy.