Dear Dojo,
In apps and dashboards, is there an (easy) way to get the Active Alarms for a DataMiner Service. I am working on a Service Dashboard that display all services and when selecting a particular service, I would like to display the active alarms for that service in a table. It tried using the Get Alarms Query and filter on "IsActive" and on "Service ID" (matching the selected service) but without success.
Is this possible with standard components or would an ad-hoc data source be necessary. Ideally I believe it should be possible to get the active alarms for a service just as it is possible for an element.
Thanks!
Hi Koen,
I think an ad-hoc data source will be necessary.
On Github there is already a data source which lists up the active alarms for a certain service: https://github.com/SkylineCommunications/SLC-GQIDS-ServiceAlarms
Hope this helps!
Best regards, Ward
I checked with the Product Owner of Data-Core, and currently, there are no plans to include the Service ID in the alarms data source on the roadmap. However, if the attached data source meets your needs, you can use it instead. For added convenience, we can also place it in the catalog for other users to access.
Thanks Ward.
Do you know if any feature is planned on the roadmap to allow this to be done with a standard data source? I believe this would be beneficial for a lot of use cases and people who are not immediately capable of creating custom ad-hoc data sources but still would like to build nice Dashboards or Apps.