I need to monitor a specific multicast in a network router. The API for that router does not give the information. But I can query the router via an ssh script and save the output as a text file inside DMA server. Can I make dataminer to read the text file and display the data on a visual?
Hi Ram,
Is it not an option to develop a connector to perform the SSH query? In that way you can trigger the command, parse, and display it in a visual overview.
If using a connector is not an option, you could create an ad-hoc data source that can process the text file generated by the ssh script. Using a GQI query you can display this information in dashboard
Hope it helps.
Hi Ram,
SSH is implemented using serial communication.
In Dojo you can find the course ‘HTTP Connector Integration HTTP basics’
https://community.dataminer.services/courses/dataminer-connector-integration-http-basics/
This course contains a section related to serial communication (see Data Integration Basics)
In DataMiner Docs, you can find more details about how to implement a serial communication using SSH:
https://docs.dataminer.services/develop/devguide/Connector/ConnectionsSerialSecureShell.html?tabs=ssh1-1
Hope it helps!
Hi Miguel, is there a course/training video in dojo for developing a connector to perform the SSH query?