#549·dashing

Dynamically Generate Dashboard

Author: davejohnstonCreated Apr 8, 2015Updated Sep 5, 2017

Hi,

I've been using dashing to create a simple high level monitor of some servers. I've been using the server status widget https://gist.github.com/willjohnson/6313986 which really helps.

What I would like to do now, is have the ability to click on a server name, and have that open a new dashboard with more detailed widgets.

One way to do this, is create a new dashboard for each server.

Preferably I'd like to be able to pass a generic dashboard the server name as a query parameter and have it display the correct data.

Is there any way to achieve this within the existing framework ?