Masking a service

Hi Elvio, You mean then that if one would mask a service, that automatically DataMiner masks all underlying elements?  So all those elements would be masked then as a result, …

Failover – Switch button availability

As far as I see, the “Switch” button is disabled: When no Failover configuration exists When the other agent is unreachable/missing or stopped When the user does not have the …

How to create an extra Booking property

Mieke, Also adding, in the SRM Booking Manager, it is also possible to define properties which could be configured to be added by default for each booking. These properties can …

How to create an extra Booking property

Mieke, Here is an example : using System; using System.Collections.Generic; using Skyline.DataMiner.Automation; using Skyline.DataMiner.Library.Reservation; using Skyline.DataMiner.Library.Solutions.SRM; public class Script { public static void Run(Engine engine) { // Replace with reservation …

Integration of new dashboard app into Cube

Hi Christine, You can also embed the Dashboards into a Visual Overview. Furthermore, there’s an extra embed query option to only embed a single dashboard. Add the following data to …