draw on the dashboard

I’ve seen somebody accomplish that with dynamic grids. For very complex illustrations, you can also still rely on Visual Overview and there’s a component in the dashboards to display a …

Automate building elements on DM

Just to be complete, next to IDP as mentioned by Sebastian, you could also do your own automation and e.g. create elements from automation scripts or connectors: Examples | DataMiner …

Trigger an Qaction through Automation

Hi Amer, The easiest way to achieve this is by triggering your QAction from a parameter. You can then set this parameter from your automation script (which will trigger the …

Backing up a DaaS system

Hi Miguel, This option is hidden in DaaS systems (see DataMiner Docs – DataMiner Cube Feature Release 10.4.6) Checking DaaS – Data resilience and backups,  data is backed up with …

Automate building elements on DM

Hi Ladan, DataMiner Infrastructure Discovery Provisioning (IDP) might be what you are looking for. There is a tutorial in the docs: Getting started with IDP and onboarding new equipment | …

Dashbroading for correlation rules

Hi Dan, I believe what you are looking for is sending an email from a correlation: https://docs.dataminer.services/user-guide/Advanced_Modules/Correlation/Adding_rule_actions/Sending_an_email.html In the Add Action section, when you select Send Email the following page …

Mask potential alarms ahead of time

Hello Manuel, I am not sure if you can mask specific alarms ahead of time, but you can mask the element ahead of time. You can use the scheduler module …

sending information to a switch

Hi Jana, There is quite a lot to explain here and depending on your use-case and expertise, I could come up with many different answer 🙂 but let me try …

Correlation – acknowledge top alarm and its base alarms in one action

Hi Alexander, In the correlation rule, you can pass info to an automation script. See https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html. In the script, you can get the info with this code snippet. public CorrelationAlarmInfo(ScriptParam …

multiple mobile gateways

Hi Jeroen, This has nothing to do with the ‘mobile gateway’ module in DataMiner but this is connector work… This is not about notifying users or getting instructions from users, …

Mask potential alarms ahead of time

Hi Manuel, Instead of masking alarms, a possible option is to schedule when an alarm template can be applied. Hope it helps.