cube-dashboard icon indicating copy to clipboard operation
cube-dashboard copied to clipboard

A config driven dashboard for cube

Results 4 cube-dashboard issues
Sort by recently updated
recently updated
newest added

Let’s get started with automated dependency management for cube-dashboard :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

The extent param is useful in cases where Cubism doesn't get the auto-scaling right. Example usage: { "title": "Swap %", "expression": "100*sum(collectd(swap).eq(type,'used'))/sum(collectd(swap).in(type,['used','free']))", "extent": [0,100] } If the extent param is...

- Add Procfile (from @trimbletodd) - Allow config file to be loaded remotely by setting CUBE_REMOTE_FILE environment variable (from @trimbletodd) - Allow config to read directly from an environment variable,...