Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

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.