Send Text Message as Alerts

Hi Ali, Next to the sms options mentioned by the other answers, it might also be worth considering messages via Microsoft Teams. This method doesn’t require a hardware sms gateway …

Send Text Message as Alerts

To further complement on the info provided by Miguel, you will first have to make it possible for your DataMiner System to send text messages.  The first option is to …

Send Text Message as Alerts

Hi Ali, As far as I know it is not possible to send text messages using the Alerter. For that case you will need the Mobile Gateway. More information can …

Set alarm template of a service

Hi Paul Instead of IDmsElement, you can use IDmsService when working with services (dms.GetService(serviceName)). That has it’s own property for setting the alarm template. Property ServiceElementAlarmTemplate | DataMiner Docs EDIT: …

Low Code Apps : Custom themes and application package

Hi Wale, Custom dashboard themes are stored in a separate file (C:\Skyline DataMiner\dashboards\Themes.json) that you could include in the package. Be aware that overwriting this file will remove all existing …

Disable mail temporarily

Hi Cedric, Maybe an option could be disabling the alarms that trigger the correlation rules? You could disable an alarm template for a period of time: Scheduling an alarm template. …