Pre-Generate Images from Visio Pages

Hi Martin, These images are highly dynamic as they depend on parameter values, user permissions, etc. Creating the images for all possible cases on a fixed interval would use a …

Create Monitors and Presets with an Automation Script

Hi Sebastián, Hope this helps to create monitors/preset and to interpret the data coming out of GetMonitor/GetPreset: AddMonitor string[] monitorDetails = new string[] { “7”, // script ID “123”, // …

Proxy server with authentication

Hi for CloudGateway this is not possible yet you can only specify a proxy IP (Connecting to dataminer.services via proxy server | DataMiner Docs). For STaaS you are able to …

DCF Automation

Hi Ross, You will find the info you need here: DCF in the DataMiner class library | DataMiner Docs

DCF Automation

Hi Ross, There is a Kata session related to DCF where we used the Skyline Generic Provisioning connector to import/export DCF connections (using a CSV file). For example, your automation …

Migrate failover Virtual IP to hostname

Interesting question – can I ask why the hostname config would be needed just for one pair of DMAs? Is it an intermediate step or just a new DMA pair …

Critical alarms in a view

Hi Isabel, You can aggregate alarms in a correlation rule. For example, you can use script conditions to count the number of alarms on a view. Below an example: For …

Historical User Login Report

Hi Vig, You can create an automation script to retrieve that information from Information Events. When someone connects to DataMiner, you can observe details such as the following:

SNMP Forwarding from DMS with multiple agents

Hi Roger, That is correct. A trap is by default send by the DMA hosting the element. And optionally you can activate that option to “send all notifications via one …

SNMP – receiving traps without community

Hi Hans, I made a small test and the traps are processed by the connector ‘Generic Trap Receiver’, regardless of the community string. Below the element settings: Using Net-SNMP tools, …