Dashboard – Is there a way to retrieve trend data of a row that got removed?
29th May 2023
Hi Sebastian, If you want to keep the data it does not make sense to delete the row IMO. There is a way as trend data will only get removed …
Answer
29th May 2023
Hi Sebastian, If you want to keep the data it does not make sense to delete the row IMO. There is a way as trend data will only get removed …
29th May 2023
Seems like a bug inside of the BPA as it is trying to do a nslookup for localhost to resolve it to an IP address. My advice would be to …
27th May 2023
Maybe also the Stream Viewer can give you some additional insights in what is happening? Connecting to an element using Stream Viewer | DataMiner Docs On a lower level, a …
26th May 2023
When a DMA of a failover pair goes offline, then IIS rewrite rules are activated that respond with an error message to indicate that the DMA is not online. When …
26th May 2023
Hi guys, You could use the following code to get an overview of all active connections on the system: DiagnoseMessage diagnoseMessage = new DiagnoseMessage() { Type = DiagnoseMessageType.OpenConnections }; var …
26th May 2023
Hi Praveen, 1. Access via the browser is possible to the Monitoring app. This is an HTML5 based application giving you access to the DataMiner system with limited functionality. For …
26th May 2023
Sounds like you are looking for the NoAlarmColorFill option. EDIT: Thanks to Ben and Manuel for clarifying the issue. The solution in the case where you only want part of …
26th May 2023
Hi Stuart, For IDP, the most important point is being able to communicate with its target even if there is a controller or something else in the middle, so as …
26th May 2023
Hi Ruben, I just checked the code and it seems you need to wait at least half the time of the trend window. So, in your case where you’re looking …
25th May 2023
Subscribing as I have a similar use case – I can refer to this kind of data in System center for the past sessions: wondering if there is a way …
25th May 2023
Hi Daniel, It’s best to disable shard allocation before doing any reboots (it’s going to mangle the json I’m going to put below) Send the following to http://<cluster node>:9200/_cluster/settings { …
25th May 2023
Hi Roger, The parameters have a brief description of what they are if you double-click a cell in the column you want to know more about. In short, most of …
25th May 2023
Hi Gabriel, The documentation may have been written while reflecting on a regression test, these often have small datasets and thus, use small bulk sizes. Regarding your case, it’s not …
25th May 2023
Hi Andrea, A connector can only set the default retry attempts for the element creation wizard per connection (see PortSettings>Retries>DefaultValue). A connector can not overrule the configured amount of retries, …