You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At the moment, the most granular pages munin-cron generates are a whole category (showing all plugins in that category across all systems) or a whole node (showing all plugins associated with that node). If you have a node with a lot of graphs -- which is easy to accomplish -- and graph_strategy cgi, the latter pages in particular can take a long time to load; and if you're trying to view a plugin quite far down the page, you may be waiting a while.
Describe the solution you'd like
In the Overview page, clicking on the node name should take you to the page containing all graphs for that node, as it does now, but clicking on a plugin name should take you to a page containing only the graphs generated by that plugin on that node, rather than just jumping you to a specific offset in the whole-node page.
Describe alternatives you've considered
graph_strategy cron -- this makes the pages load instantly, but munin-cron much slower, and it's wasteful since most of the graphs are never viewed.
generating my own more granular HTML after munin-cron runs, and patching the HTML already generated -- this would work, but it would be kind of a pain, and it would be nice to have this built in; also potential race conditions if I'm viewing the page while this script is running
browsing by category rather than node -- the mapping of categories to plugins is often very messy and unintuitive
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At the moment, the most granular pages munin-cron generates are a whole category (showing all plugins in that category across all systems) or a whole node (showing all plugins associated with that node). If you have a node with a lot of graphs -- which is easy to accomplish -- and
graph_strategy cgi
, the latter pages in particular can take a long time to load; and if you're trying to view a plugin quite far down the page, you may be waiting a while.Describe the solution you'd like
In the Overview page, clicking on the node name should take you to the page containing all graphs for that node, as it does now, but clicking on a plugin name should take you to a page containing only the graphs generated by that plugin on that node, rather than just jumping you to a specific offset in the whole-node page.
Describe alternatives you've considered
graph_strategy cron
-- this makes the pages load instantly, butmunin-cron
much slower, and it's wasteful since most of the graphs are never viewed.munin-cron
runs, and patching the HTML already generated -- this would work, but it would be kind of a pain, and it would be nice to have this built in; also potential race conditions if I'm viewing the page while this script is runningThe text was updated successfully, but these errors were encountered: