Hello, could you tell me how to add to modern dashboard this widget with links to node or interface ? I would like to see it in this form:
You need to ensure you have the xxx.DetailsUrl record in your select statement - where xxxx. = nodes or interfaces accordingly.Then in the edit box for the relevant section, ensure it looks something like:
thanks for repply, i have already did it by swql:
SELECT TOP 100 n.InterfaceCaption,n.InErrorsToday,n.OutErrorsToday,n.DetailsUrl FROM Orion.NPM.Interfaces n
But is any chance to filter this outputs to node caption or snmp community ? I would like to show errors ony on one type of devices.
I'm sorry but I don't understand your query - can you rephrase it please as I have clearly misunderstood your request?
sure, sorry if i was not clear enough. I have a query that displays all interfaces with errors (from all nodes), is it possible to limit this query to specific nodes only ? For example, I would like to display errors on device interfaces which have "nc-" in the node caption.