Alarm Activation triggers an email

Hi Ryan, This can be configured by setting up an alarm filter and enabling email notifications for a specific user or group. The following documentation provides the required steps: https://docs.dataminer.services/dataminer/Administrator_guide/Security/Basic_security_configuration/Configuring_user_notifications.html?q=notification …

Alarm Activation triggers an email

Hi Ryan. This can be achieved using the correlation module. Simply configure a filter for the audio loss alarm . Under the rules you can then choose the action to …

File browser in Element

Hi Bernard, Not sure what you want to achieve, but please be aware that elements run on the DataMiner Agents and the File Browser (from Cube or Web) gives access …

File browser in Element

Hi Bernard, As far as I know, it is not possible to open a file browser from an element. I believe a possible alternative is to use an interactive automation …

Cube custom themes

Hi Bernard, does this relate to Color change of Cube title bar to differenciate DMS – DataMiner Dojo?

Cube custom themes

Hi Bernard, Currently it is not possible to define your own background colors. What is the use case to define your own background colors?

How to fetch the AlarmTreeID of an alarm ?

The AlarmUserStatus is an enum that belongs to Skyline.DataMiner.Net.Enums In your case the code snippet will likely look similar to: using Skyline.DataMiner.Net.Enums; var request = new SetAlarmStateMessage( alarm.TreeID, AlarmUserStatus.Clear, “Cleared …

Duplicate LCAs in Cube

Hi Dave, I suggest you try to restart IIS and check if that resolves the issue. If it doesn’t work, you can contact tech support (support@dataminer.services) so that we can …