Hello,
I would like to have in a dashboard a list of services and their respective alarm status. Also, I want to show only the services that are under a certain selected view.
Is there a way to achieve this? I found that GQI queries allow filtering services but I couldn't find a filter for the parent view, nor a way to select the current alarm status of the services.
Hi Sebastian,
As Sebastiaan mentioned GQI will be the best option, however currently it is not possible to retrieve the alarm state of a service. I believe that the answer from Jarno can be tweaked a bit to cover your use case. Instead of using the 'alarm table' component to display the alarms, we could use the 'state' component. This component will show the alarm state of the selected service(s):
Thanks Miguel, that was exactly what I was looking for!