Examples

Here are some simple examples which will show you how to create dashboards with DevDash, step by step.

If you want real use case I use myself, it’s here.

You can find here a high level explanation of the config system, if you wonder what’s the heck is all of that.

System Monitoring

If you run a Linux distribution, you can create a simple dashboard monitoring your system. It might work with macOS, too.

Notice that you can run any command line and display the output in DevDash! It’s how the output of ls is displayed here. Running a script works too!

img

Show me the config!

You can go [here if you want to know more about the host service}(/reference/services/host/).

Google Analytics

For this example, we use two services: the monitoring service and the Google Analytics service.

It will show how to use two different way or providing the size (width) of any widget (using a number from 1 to 12, or a T-shirt size).

As you can see, you need to provide a keyfile and a view_id for the service google_analytics. There is a walk through how to obtain these two information here.

Show me the config!
img


We introduce here the general configuration, where you can modify the default keyboard shortcuts to quit devdash (C-c is ctrl-c) as well as the refresh cycle of your dashboard’s data, in seconds.

You can see a complete reference of these properties here.

Show me the config!

img

Google Search Console

The Google Search Console service in action! If you want a complete reference of its widget and configuration, it’s over here.

Show me the config!

img

Github

Bring your Github data in DevDash! Click here to see the whole configuration reference.

Show me the config!

git example