Setting the Comment in Scheduler Template
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 …
Answer
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 …
15th January 2025
Hi David, You can create basic events in the scheduler with a start and stop action. To do this, you first need to define a scheduler template in the automation …
15th January 2025
Hi Daniel, Maybe some of the dynamic alarming capabilities may help you out. Configuring dynamic alarm thresholds | DataMiner Docs This allows you for example to do your monitoring of …