Hi.
I need to send an email daily with the list of all "Errors" and "Notice" alarms including those are related to Dataminer agents (that are not elements) on a Dataminer 10.0 CU17.
I known how to create a schedule for sending an email and giving it a filter.
But it asks me to select a view... and agents are not in a view.
Kind regards.
Hi Henri,
Could be that you're using the Report Engine to produce this but I strongly advise you to use the Dashboards app and then generate a report from it.
You can follow steps these steps:
- Create a dashboard where you will find a table containing the "Error" and "Notice" alarms. On this dashboard, you will be able to configure the alarm table component with the filter you previously created. More info: Alarm table | DataMiner Docs
- Generate a report after you have your dashboard ready. This allows you to get a PDF file with a snapshot of your dashboard. More info: Generating a PDF report based on a dashboard using DataMiner Cube | DataMiner Docs
If the new Dashboards app is new for you, we also have a course to learn about it: DataMiner Dashboards - DataMiner Dojo
As indicated by Bruno below, the dashboards app is indeed a good approach here. Please note that if the use case involves high levels of alarms, you might consider the use of GQI and the table component instead of the regular alarm component for enhanced performance. More details in this question: (https://community.dataminer.services/question/html5-dashboard-alarm-query-reports/answer/93517/). Thanks