Good morning,
If you have a Dashboard tile for example that has aggregation logic to display the total interface throughput over a switch element. Is there a way to take this value then and ingest it within an element in cube which would allow me to trend and alarm that new metric? The interface throughput is just a simple example.
Hi
assuming you are using GQI queries to create this logic I would advise you to take look at the Data Aggregator (documentation).
This DxM allows you to schedule queries (the same ones you have configured in your dashboard) and execute them on a specific schedule. The result of these queries can be exported in multiple ways. The one you will be looking for will be the "Websocket connection"(documentation). By using this option you can push the results over a websocket and then pull the values into DataMiner with a connector.
I hope this helps.
Wkr
Baptiste Pattyn