Dataminer voice quality monitoring
24th September 2021
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 …
Answer
24th September 2021
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 …
23rd September 2021
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. …
23rd September 2021
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 …
23rd September 2021
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 …
23rd September 2021
Hi Alberto, Also see this page regarding antivirus software. If DataMiner cannot be whitelisted an antivirus may try to inject its own .dll files into the DataMiner processes and by …
23rd September 2021
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);
23rd September 2021
__Service_xxxx.txt files are the logfiles for services. They are used not only during the loading stage, but also to log certain activity while the service is active. Currently there is …
23rd September 2021
Hi Ken, You can add this to the feature suggestions DataMiner Feature Suggestions – DataMiner Dojo A downside of this feature would be that the user can delete an alarm …
23rd September 2021
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 …
22nd September 2021
Thank you Peter for the feedback. 2 follow-up questions: Resource Import: the export of resources will generate an excel file where we can indicate TRUE in the Create column to …
22nd September 2021
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 …
22nd September 2021
Hi Mieke The SRM solution offers some tools to migrate the components related to a Service Definition. The functions used on that Service Definition can be migrated using SRM_ExportFunctions and …
22nd September 2021
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 …
21st September 2021
Hi Alberto, Having a ticket id in an alarm property totally makes sense to me, even more than having it in the comments. (Do you know we also have DataMiner …
21st September 2021
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 …