Skip to content

micado-scale/component-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiCADO Dashboard

This component collects all the user interfaces (e.g., grafana, docker-visualizer, prometheus) into a single dashboard.

Usage:

MICADO_FRONTEND_IP=192.168.154.95 gunicorn -b 0.0.0.0:4000 dashboard:app

Where MICADO_FRONTEND_IP is the IP address of the MiCADO master node.