Monitoring Microsoft hosts: Default Timeout Values?
10th July 2024
Hi, The timeout values are defined in the PortSettings in the protocol.xml. For an SNMP connection, when this is not defined then it defaults to a timeout of 1500ms. In …
Answer
10th July 2024
Hi, The timeout values are defined in the PortSettings in the protocol.xml. For an SNMP connection, when this is not defined then it defaults to a timeout of 1500ms. In …
9th July 2024
Issue resolved. Even if DIS is installed successfully NuGet package download is not happened correctly because of network issue.
9th July 2024
Thank you, I changed protocol to DEV Switch and now it is possible to change ControlMode from DMA: ControlModeDataMiner.PNG however, I am having trouble creating buttons for this configuration from …
9th July 2024
Hi David, To achieve this, the DOM editor script would need to be extended. However, the real question is: “Why would you want to add empty sections to existing DOM …
9th July 2024
Hi Felix, Thanks for your reply. Below provided the screenshot for NuGet package settings. When I try to DIS>Settings>Templates>Update , its failed and attached screenshot of failed message as well. …
9th July 2024
Hi Kai, Since you are dealing with multiple elements, I believe a possible here option is to use services to group logically these elements (instead of views). In this case, …
9th July 2024
By the looks of it, these information events were created through the GenerateAlarmMessage where only a Value has been specified. Probably a script or driver generated these. This leaves you …
9th July 2024
Hi Komala, please verify that your NuGet Package settings are correct. The Packet Source can be found here: Prerequisites | DataMiner Docs https://api.nuget.org/v3/index.json The settings can be found here: Configuring …
9th July 2024
Hello Baranisudha, I think you are very close from what you want to achieve. If you are accessing the settings of the table itself, which you can access the following …
9th July 2024
Hi Baranisudha, Feel free to check following answer: https://community.dataminer.services/question/list-of-strings-in-gqi-query/answer/120409/ Through the steps suggested in that answer, you can open a popup on click of a table cell. Within the popup …
8th July 2024
Hi Johnny, The web component (see docs) allows you to embed another web page in dashboards using an Iframe. Alternatively, you can also specify HTML and CSS to be rendered …
8th July 2024
Hi Alexandre, I don’t know if this is a good solution, but putting another span around your div works for me: <span title=”{String Column 2}”><div class=”container”> <span class=”text”>{String Column 2}</span> …
8th July 2024
Hi Kris, As Sebastian said, this is not possible as of now. We do however already have a task on our backlog to make this title optional in a future …
8th July 2024
Hi Kris, I don’t think that is possible. Let’s see if someone else from the community has a different opinion. As a workaround, what you can do is select the …
8th July 2024
Hi Sebastian, This UI bug is fixed from following versions onwards: Main release: 10.3.0 [CU14] ; 10.4.0 [CU2] Feature release: 10.4.5 A web only upgrade should suffice to resolve the …