Alarm filter conditioning or Correlation rule?

Hi Carlos, As we discussed, the closer we were able to get, with the correlation rules, was in line to what you were doing initially. The issue was that “ethernet …

Is there a driver to monitor a DataMiner?

Hi Jens, In the past we did something similar by using the Skyline DMP Replication connector. We created an element with this connector on all of the DMP’s (or DMA’s). …

Is there a driver to monitor a DataMiner?

If your system is connected to CDMR, watchdog reports are forwarded to the CDMR server. In those reports, there are some statistics about the DataMiner, those reports are parsed and …

Export dashboards in legacy App

Hi Carlos, I believe that the legacy dashboards are stored in the user settings, and can be found in C:\Skyline DataMiner\Users\SharedUserSettings\Dashboard. There is indeed no easy way to export and …

Using doUpdateOnAlarmValueChange

Introduced in 9.5.12, a custom property on an element, service or view has a option called ‘Update alarms on value changed’. This is by default checked, so set to true, …

Just-in-Time Provisioning for SAML

DataMiner currently does not support JIT Provisioning for SAML but could easily be expanded to do so. Initially, JIT Provisioning was a requirement for the first MVP of SAML authentication. …

Can I use Thread.Sleep in an automation script?

I think about my knowledge you didn’t reference the namespace of ( using System.Threading;) when you want to use ( Thread.Sleep(ms); ) in either could be an Automation Script or …

Using doUpdateOnAlarmValueChange

This sounds like a good use case for a feature we internally call “Alarm Squashing”. When Alarm Squashing is enabled, DataMiner will no longer show a separate alarm for every …