DataMiner gets wrong primary IP

On startup, SLNet tries to resolve the IP address through either NetworkInterface.GetAllNetworkInterfaces() (GetIPProperties() on first returned interface) First non-ipv6 address returned through Dns.GetHostEntry(String.Empty) Hope this can help in figuring out …

Method of running a Service Template in Automation

Hi Ross, You are looking for the TryCreateServiceMessage, which takes a service template name along with input data. This same type of request is being used when applying service templates …

Correlation: Alarm Grouping Options?

Hi, “Group by element” looks at the element on which the alarm event was generated to select which group to add the alarm to. In your scenario, that would be …

What will cause Cassandra tombstones ?

By default, the Primary key, Display Key (and all columns that make up the display key) are saved. So I’ll assume you included those when you say 5 saved columns. …