Node Edge Graph – Fit to screen Dashboard

Hi Daniel, In the Node Edge component, there are a few different ways to position nodes and edges: Custom – users can manually drag nodes and edges into position. Layered …

Scheduler and Failover

Hi Lisa, Yes, this is expected behavior. The last run time and result are not stored in DataMiner but in Windows Task Scheduler. Therefore, the information shown in the Scheduler …

High Handle Count in SLProtocol

Hi Ryan, As SLProtocol is responsible for managing all the elements in your system and requires multiple threads, mutexes, and other system resources, it is not necessarily a reason for …

SLProtocol Handle Count

Hi Ryan, The handle count on its own is not a reason for concern, as SLProtocol may have a large amount of resources that it needs to manage associated with …

Automatic refresh of History Alarms

Not sure if it matches your use-case 100%, but it is possible to use GQI to make a query on alarm data.  This can be displayed in a table. There’s …

VS 2022 – Skyline.DataMiner.Sdk not found

Hi Stefan On the troubleshooting page for the Skyline.DataMiner.Sdk you can find more information: Troubleshooting – Skyline DataMiner SDK | DataMiner Docs

Dynamic filter for alarms

Hi Mohan, Could you please clarify whether you are referring to editing an alarm template? Where exactly do you need to apply these filters? If you are working with alarm …

Automation – Check which services an element is part of

below is the code that works best for my use-case. What helped most is the service.ParameterSettings.IncludedParameters public static string[] hcoConnectors = new string[] { “Evertz 7800R2x2-ACS-3G”, “Snell Wilcox HCO51 RollCall”, …