Table view of graphs, how to get them?

Longtime cacti user here, new to librenms. I’m looking to define custom views (dashboards?) where I can show all of the interfaces on possibly multiple devices at one time. Clicking though the dashboard editor it looks like I can only add one graph at a time…no way I’m doing that for hundreds of graphs.

My goal is to be able to view all of the interfaces on one page and look for corresponding events in the graphs, peaks, dips, whatever.

In cacti viewing all of the graphs for a device was pretty simple, or defining the view on a tree. How can I do the same with librenms? Just pick the timerange, device, type of graph, and number to be shown.

I’m not opposed to any cli magic for defining views if necessary.

Thanks.

One solution would be to use the Interface Description Parsing (https://docs.librenms.org/Extensions/Interface-Description-Parsing/).

Requires you to add the necessary prefix to each port’s description, but gives you a single page with individual port graphs and a “Total Graph for ports of type x”.