Configuring temperature alarm template
16th January 2025
Thanks so I understand, if I add the values in your example, 30;40 for Normal that would be any value between 30-40. I was told from another developer that if …
Answer
16th January 2025
Thanks so I understand, if I add the values in your example, 30;40 for Normal that would be any value between 30-40. I was told from another developer that if …
16th January 2025
Hi Apurva, Instead of using ViewID, you could use the property ‘View’. Note that this is an internal call and we do not recommend using this, as it is not …
16th January 2025
Hi David, If you would like to display the value of a script parameter in the scheduled event, you could the placeholders explained here. Below an example: Result: Hope it …
16th January 2025
Hi João, The message you are probably looking for is GetPartialTableMessage. To make things a bit easier you could use this class to send and parse the message. Example: var …
16th January 2025
Hi Wale, Could you share the DataMiner version you are using? Since version 10.4.2, a GQI count aggregation based on the ID column should be optimized to go to the …
16th January 2025
Hi David, Could you explain a bit more what you are trying to achieve with this comment? A comment in an automation script doesn’t really do anything except for some …
16th January 2025
Hi Stijn, The log file SLBPAManager will usually contain events related to BPA. You will see something like this at the start of this file : 2024/12/04 01:09:19.090|SLNet.exe|RefreshAcceptedCertificates|CRU|0|119|Force loaded certificate: …
16th January 2025
Hello Nick, Strange indeed. I don’t see anything strange or suspicious in your screenshots. All looks fine to me. A good test would be to use a fixed row key …
16th January 2025
Hi Ross, The output of a script is only available in a LCA when the script is fully done running. If you want to show progress to the user, I …
16th January 2025
Hi Curtis, When creating a failover pair, the second agent always needs to be empty. All the data will be synced automatically. For more info, please see this help page …
16th January 2025
Hi Amber, I double checked this on my DataMiner and the script is triggered on both a Service and a View. This is on DataMiner 10.4.11.0-15028. If the values in …
16th January 2025
Hi Miguel, I believe you will need to use a SLNet call to retrieve the alias of the child elements linked to the service. Assuming that you are using this …
16th January 2025
Hi Juan, You can assign multiple values to the same severity: In that way you can set a normal severity to a range: Hope it helps.
15th January 2025
Hi David, There are various options, but one way that is working fine with me is User-Defined APIs | DataMiner Docs. You have the freedom of how to present the …
15th January 2025
Hi Wale, Normally, for this kind of use cases, we proceed with creating an ad-hoc data source that could perform this aggregation in a more efficient way. Another option is …