Configuring DIS for a Cloud DMA utilising a SAML connection
2nd August 2023
Hi Garry, SAML authentication is currently not supported by DIS yet, but it is on our roadmap to add it (internal task 184159). Feel free to still send a feature …
Answer
2nd August 2023
Hi Garry, SAML authentication is currently not supported by DIS yet, but it is on our roadmap to add it (internal task 184159). Feel free to still send a feature …
2nd August 2023
Hi Yvan, Currently it’s not possible to remove a DataMiner System through admin.dataminer.services. You can always contact us at support.cloud.ecosystem@skyline.be, so we can remove it manually. With kind regards,
1st August 2023
Hi Luis, I think first we need to understand first the requirements of this implementation. Using web services implies that the DMA will need to poll this information. This means …
1st August 2023
Final solution thanks to Ronalds’s input… User selects initial timeframe from time control buttons at top of page, then zooms in on desired full rotation from top trend line. This …
1st August 2023
Hi, I believe there are two options here: You could send a email notification using a C# code (see method SendEmail). When triggering a script from a correlation rule, you …
1st August 2023
Hi, I believe this might already help you a bit: This help page ‘Running an Automation script from a Correlation rule | DataMiner Docs’ mentions an interesting note at the …
1st August 2023
Hi Luis, There are indeed multiple possible solutions, definitely also have a look at the Skyline DataMiner System driver. Also see this question: https://community.dataminer.services/question/communication-through-dmss/answer/108309/
1st August 2023
Hi Bruno, I believe GQI should be an option in this case. You could build your GQI query as follows: Data Source: Get parameter for elements where Protocol: The protocol …
1st August 2023
Hi Glenn, IDP does not come with any out-of-the-box CI Types as part of its installation package but it does support the creation for any kind of connector (you can …
1st August 2023
I am not aware of a method to do this using a single row in a table. However, if you store the data in multiple rows as you are doing …
1st August 2023
Hi Koen, Have you try using two child shapes, one with a filter on protocol A, and another one with protocol B? Once you define these two shapes, you can …
1st August 2023
Hi Stefan, When you mention ‘SNMP Service is started’ are you referring to the Windows SNMP Service? To monitor HP parameters, the SNMP connection should be configured with the IP …
1st August 2023
Hi Trong, It’s not immediately possible to configure this in an alarm template. You have conditional monitoring available in an alarm template (see: Using conditions in an alarm template | …
1st August 2023
Hi Mieke, As far as I know, the only way is via a SLNet message. Here is a snippet that should help you with this var securityInfo = engine.SendSLNetSingleResponseMessage(new GetInfoMessage(InfoType.SecurityInfo)) …
1st August 2023
Hi Bing, Indeed, going from a Feature Release (FR) to a Main Release (MR), is as simple as executing the upgrade package of the desired version you want to go …