Dataminer voice quality monitoring

Hi Pete, To add to what Ben is saying, lot depends on the KPI’s you like to monitor and the available data sources. In the event DataMiner can connect to …

Dataminer voice quality monitoring

Hi Pete, I personally have less experience with monitoring quality of VoIP calls, but let’s see if we can maybe develop this thread and see what your options would be.  …

Retrieve forecast datapoints

Hi Edson, Proactive alarming, i.e. triggering an alarm on a forecasted value that reaches a value of interest (i.e. a defined threshold or an absolute maximum or minimum) is already …

Failover without virtual IP

Yes, because there is no more virtual IP to acquire, the two agents can be in different subnets. The feature was designed for two agents running in different AWS availability …

Class Library Monitors Implementation

There are also extension methods defined on IDmsElement to monitor e.g; name changes and alarm level changes see ElementMonitorExtenions. var element = myDms.GetElement(“myElement”); element.StartNameMonitor(protocol, OnElementNameChange); element.StartAlarmLevelMonitor(protocol, OnAlarmLevelChange);

Fixed Button in Interactive Automation Script?

Hi João, I was thinking, instead of setting all these fields in an IAS, maybe another option could be handling them in the Profile Manager? For example, you can create …

Sorting Non-Numerical Values in Trending Graph?

Assuming you’re talking about a parameter that is not just a “string” parameter, predefined values will be in your protocol xml. The order in which the values are defined there …

How to manage elements already on the DMS in IDP

Hi Ross, I’m afraid I cannot reproduce the issue on 1.1.15-2116: an imported element does show up in the tab Inventory > Unmanaged. If the imported elements were previously managed …

How to manage elements already on the DMS in IDP

Hi Ross, It’s working for me with IDP 1.1.14 by executing following steps: Create a CI Type and make sure that the correct protocol is configured in Provisioning > Element …