Ping & Traceroute as Validation Tool

Hi Samson, here is a documented solution use case which I believe is what you are looking for – Ping Monitoring – DataMiner Dojo Along with the Generic Ping connector …

Upload Script to Catalog using Github

Hello Juan, The easiest way is to use our reusable workflow that we actually also use in all our internal work, which handles everything directly. (Unit testing, Building, Upload to …

Ping & Traceroute as Validation Tool

Hi Samson, I think the Generic Network Services Monitor could be a good fit for this use case. This connector can monitor a wide range of services and protocols, including …

How to exclude DVEs from engine.FindElements

Hi Adel, You cannot filter out DVEs using the ElementFilter. You can however filter them out in the script itself, after retrieving the elements from the agent. Element[] elements = …

receiving GQI to text block

Hi Juan, A Grid component may be a good fit if you want to display the filtered GQI row. Each GQI row becomes an item in the Grid, and you …

Merge “Appear X Platform” tables

Hi Carlos, thanks for the reply, but your solution doesn’t work for me. I’ve already tried something similar, but even with that approach, I only get the result from one …

Merge “Appear X Platform” tables

Hi Christoph, Indeed we need to use a JOIN to accomplish this. In this case, I used a LEFT JOIN, with the two columns I selected being the Display Key …