Hi.
I'm trying to customize some graphs for NPM module, I'm editing the Node Details view, the problem is that i need to include, for troubleshooting purposes, a graph that is assigned from Network Topology Data.
The purpose is to be able to summarize information regarding a X node, including state of the interface of a Switch/Router in wich that X node is connected
For Example.
Interface X0 from server A, is connected to Interface GE/02 of Switch Core1, i wish to put all data of that interface GE/02 (Bandwidth status, errors & discards, PPS) in the Node details of server A.
If i do that manually with a custom chart, i can only select the data from a specific Port/interface, this will replicate the SAME, port/interface i selected in ALL nodes detail view.
I wish that NPM read topology data and automatically assign charts of the interface, the node im viewing is connected.
I think this would be very useful for troubleshooting. ¿what the community think?