Dashboard – daily alarm count per element
20th March 2024
A package has been created and uploaded on the Catalog, which contains a dashboard that gives an overview of the elements and the amount of alarms. There’s a time range …
Answer
20th March 2024
A package has been created and uploaded on the Catalog, which contains a dashboard that gives an overview of the elements and the amount of alarms. There’s a time range …
20th March 2024
Hi Stijn, I think you need another option: CloseWhenFinished Reference: Linking a shape to an Automation script | DataMiner Docs Kind Regards, Jarno
20th March 2024
Hi Timothy, At first sight, it looks like possibly the word “Description” in the column header is replaced by the row key in the alarm description. If you have access …
20th March 2024
Great question Jason. DataMiner metrics | DataMiner Docs does not have a metric for correlation rules as this is very much depending on the system. How many alarms are being …
20th March 2024
You can use the BackgroundColor shape data and use some advanced nested placeholders (regex & param are the 2 that come to mind for this use case) to output the …
20th March 2024
Hi Alberto, Maybe a possible option could be using a GQI query that gets data from a parameter using a specific protocol (using the data source Get parameters for elements …
20th March 2024
Hi Miao, You can create an automation script that sleeps 2 seconds and place it in between your two actions. e.g.
20th March 2024
Hi Aditiben, All QActions for all elements hosted on the DMA will run in the same SLScripting process. When a QAction triggers that uses certain DLLs that are not yet …
20th March 2024
Hi Jarek, This can be achieved by using two shape layers (green and red) on the main channel shape. Once you have created these two shapes, you can use the …
19th March 2024
Hi Dennis, The inter DMA synchronization is handled by the SLDMS process. You can find an overview of DataMiner processes here (Link). For more information on synchronization, I recommend the …
19th March 2024
Hi Carlos, That “template” button appears every time you create an interactive script that has no action blocks and you have Property RequireResponse | DataMiner Docs set to true. If …
19th March 2024
Hi Bruno, I could not find a generic connector that can provide you an example of NETCONF calls, however I remember that the Cisco ASR Manager (version 1.0.4.x) supports this …
19th March 2024
Hi Tim, There is currently nothing built in that saves any info of an API trigger. Since your HTTP request will eventually be handled by the API automation script, you …
19th March 2024
Hi Pedro, Probably the easiest way would be to check that right at the beginning of the script since from there you should be able to access all the info …
19th March 2024
Hi, That is a software issue. Due to an internal lock, all items are added to the polling queue with the needed delay but are then all processed in one …