Hello,
I want to create an HTML5 dashboard that queries the alarms for a Lumen Media Portal element so that I can generate an email report for the alarms every 24hrs. I am having issues with setting up the query and if anyone can assist it would be much appreciated.
Thanks
David Rowell [DevOps Advocate] Selected answer as best 8th September 2022
Hi David,
Below is an example on how to achieve the results you are looking for.
Using a Microsoft Platform element
- Configure a GQI query using the "Get alarms" data source
- Filter by Element name (or any other criteria)
- Select the desire alarm columns
- Filter by Severity (if desire)
- Filter by time (last 24 hours) using the time range component
- Pass query to table component
- Configure an automation to email the report
- Schedule automation (using scheduler) to send the report every 24 hours
Below example shows all critical alarms for the targeted elements
1-6
7-8
Automation
Scheduler
Useful Resources
- Configuring query (GQI) data feeds | DataMiner Docs
- Email | DataMiner Docs
- Manually adding a scheduled task | DataMiner Docs
Thank you,
David Rowell [DevOps Advocate] Selected answer as best 8th September 2022
Thank you Rene! This has helped tremendously!