To add DM element information in the email notification.
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 …
Answer
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 …
1st August 2023
Thanks Wale. I am able to configured the Access and Secret key and map the S3 bucket in Dataminer. Element Name- AWS S3_punit Just wanted to ask- I assigned the …
31st July 2023
To configure the parameters you mentioned, click on the element you created and navigate to the Configuration page on the element card. From here you can make the necessary updates …
31st July 2023
Hi Mieke, Currently, the only way to get this working is by placing the dll in the “C:\Skyline DataMiner\Files” folder. Also see this question: https://community.dataminer.services/question/using-nuget-dll-in-a-gqi-data-source/
31st July 2023
Hi Bruno, Do you have the Decimals tag defined in your parameter under the Interprete and also under the Display tags? If you define there as having Decimals to 1 …