Forum Discussion
Replying to say this is a big issue in our use case. Would love some notification that lists broken dashboards.
LM's official response is that they have no way of doing that and I should just manually go to every dashboard and find the ones that are broken. Or do whatever this means...
after deep checking your request, I found we have no native way to achieve what you’re looking for. I believe that the best approach would require a complex configuration and crossing multiple information across your portal. For example though the groovy script in a module get the configuration of the dashboards or alert rules, then check also the configuration of the devices, and cross that information to identify if something has changed and where, so you can take care of it.
In this case, my best recommendation would be reaching out to the Professional Services team through your CSM, and they can gladly assist you with the creation of this customized feature
- Lewis_Beard31 days ago
Expert
I think this means, you could write a script to pull all the alert rules from the API, and then check the Group or Resource Specifications and figure out whether those Groups still exist.
And then for the dashboards, you could use the API to crawl every dashboard and widget, and do something similar.
I think the check of the alert rules would be the easier of the two.