Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 914 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 914 Bytes

GPRS-MSP-Dashboard

This repository will hold the code for the MSP Dashboard : https://charts.mongodb.com/charts-global-msp-noc-vktwd/public/dashboards/9aaa143d-2ec9-44a1-a4e2-44dee0a18c64

242937219-bef22c53-412a-44d0-8dbe-48d87e9d66ab

This is a Cross-Domain dashboard for displaying day 2 operations data from the Cisco Controllers. The final output is as shown in the chart above.

Note : The steps here are only for a lab environment. There may be additional considerations like security, performance, scalability, maintainability..etc needed before production use.

Recommended to use Python virtualenv for your python projects :

  1. python3 -m venv my_env
  2. source my_env/bin/activate

Lab Guide