Is there a way to log how long an SNMP group takes to poll?
18th August 2022
Hi Alex, maybe you could try to activate development logging. This will show when a group starts and ends.
Answer
18th August 2022
Hi Alex, maybe you could try to activate development logging. This will show when a group starts and ends.
18th August 2022
At the moment there’s still a hard coded limit of 78 characters. This limit is the line limit as defined in RFC 5322 section 2.1.1. However, reading further in RFC …
18th August 2022
Hi Ross, Can you check if correlation tracking is enabled? You can access the setting through the menu icon in the upper left-hand corner of the alarm console.
18th August 2022
Hi Wiktoria, You will probably have to import the certificate in the Trust Root Certification Authorities of the Windows certificate store on the DataMiner agent hosting the element. You can …
18th August 2022
There are several ways to export a dashboard (like pdf, email, url, cloud share). How to do this can be learned here. But none of these options will make it …
18th August 2022
Multiple filters will indeed me combined and behave as one single AND-filter. The only way to achieve an OR-filter is by applying a single regular expression with the or operator: …
18th August 2022
Hello Jorge, Sorry for the delay! When we tried to validate the script, we found the error shown on the screenshot attached; There is any documentation for this FunctionResourceExposers? Do …
17th August 2022
Hi Tim, You need to make a bookingManager.CreateNewBooking for each event that you receive. Creating booking is more that that call, you need to book resources, create services, etc. things …
17th August 2022
I’m also able to reproduce it. When I specify a “parameter name filter”, then it does return the alarms (matching the filter), but without filter it returns none. This is …
17th August 2022
Hi Pedro, I am afraid that this is a software issue. Please could you create a task to report it? (Reference: DCP40428)
17th August 2022
Hi Ross, Values of other columns can be retrieved with the “element. GetParameterByPrimaryKey()” method using the primary keys of the rows. Example: var keys = element.GetTablePrimaryKeys(8100); foreach (var key in …
17th August 2022
Embedding a VLC player is not possible anymore, except if you’re still using Internet Explorer (which is no longer supported). You need to have a stream that is supported by …
16th August 2022
Hi Fares – thank you for your question. But there is no specific library or frameworks to be cited, as the Augmented Operation capabilities of DataMiner are entirely developed in-house, …
16th August 2022
Hi Thomas, I confess I never tested to embed a VLC player on dashboards but you can embed a webpage in a dashboard. If it works on a browser, it …
16th August 2022
Hi Nikolas, You can resolve this problem by adding a Inner Join operation with a ‘Get Elements’ query. The ‘Get Elements’ query will give you the element name and the …