New Indicator score on the CMDB Foundation Data daashboard

ayman_h
Kilo Sage
Kilo Sage

Hi,

Does anyone know how to create a new indicator score/KPIs for the CMDB Data Foundation Dashboard?

Screenshot 2025-04-09 at 13.55.43.png

 

Regards,

Ayman

1 ACCEPTED SOLUTION

Yeah it's mostly intended as a launchpad and not really made extensible. Most likely because it relies on Performance Analytics which not all customers are licensed for outside of what an app (like this) might deliver. 

 

If you are licensed for PA, the process would involve

  • Create an indicator and indicator source for each metric you wish to gather data for
  • Link the indicator source to the Scheduled Data Collection (for you this would probably be best in the CSDM Data Foundations PA Metric Collection)
  • Create a record in sn_getwell_metric to provide a "name" to the indicator, as well as the weight of this data and its threshold. These form your target(s)
  • Create a script include that extends CMDBGetWellBase that implements the _populateRecord function.
  • Create a record in sn_getwell_csdm_score or cmdb equivalent to show it in the list on the dashboard.

So yeah, a fair bit of work...

 

If your focus is on CMDB, CMDB Health might be a good starting point to drive data improvements. 

 

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ayman_h 

 

Are you referring to this:

 

AGLearnNGrow_0-1744200030968.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks @Dr Atul G- LNG. I had a look at the Indicators and Indicator sources, the CMDB data foundation metrics don't appear there.

 

They are created in the 'sn_getwell_cmdb_score' table, they have Name, Score, Priority and Remediation playbook. Not sure how the Score is getting calculated, does look a scheduled job somewhere.

Do you have something specific you wish to achieve?

 

You could potentially view 'CMDB Get Well Metric Collection' scheduled script as the main driver for data collection, but the data collection jobs that are within PA have their own scheduled executions. 

Thanks @Kieran Anson that is quite helpful. I have reviewed this and can see it does involve a fair bit of customisation to get a new score added.

 

We were planning to create a couple of metrics to measure data quality of our foundation tables - Key attributes in Location, company, etc 

 

Regards,

Ayman