Basic Service Suppression

Hi Rebecca, It’s not possible to mask a service. The idea behind this is, that a service doesn’t really have any alarms. It’s the elements that have the alarms. A …

How to show different shape in same visio depending on the view

Hi This can be done by using the “Show” or “Hide” custom property on the shape of the logo: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/miscellaneous/Extended_conditional_shape_manipulation_actions.html. This will allow you to dynamically set if a shape …

High Volume of Suggestion Events Triggering Alarm Storms

Thank you for bringing this situation to our attention. Some initial investigation on this system revealed a large number of suggestion events on table parameters “flatlining”. More recent versions of …

Custom colour to be used globally

Hi Steve, This is a great use case. According to Action overview, you need to use the described syntax. Did you try this already? The fill color of the shape …

SSH driver connection to timeout

Hi Daniel, There are several ways an element can go into time-out, have you considered these: If the last request-response in a poll cycle does not receive the expected response, …

DOM StatusId update

Hi Jeroen, You need to use below code to change the status of a DOM Instance. domHelper.DomInstances.DoStatusTransition(instanceId, $”{currentStatus}_to_active”); Note that you need to have status transitions defined for this. More …

Install dmapp without manual intervention

Hi Razvan, Potentially this  could help https://github.com/SkylineCommunications/Skyline.DataMiner.CICD.Tools.DataMinerDeploy See https://github.com/SkylineCommunications/Skyline.DataMiner.CICD.Tools.DataMinerDeploy/releases/tag/1.0.4 for the latest release To build packages I think you can use as well https://github.com/SkylineCommunications/Skyline.DataMiner.CICD.Packages