Introducing Mission Control Dashboard

CN Camilo Nova Camilo Nova

Camilo Nova

CEO
1 min read.

Years ago we started making transactional platforms for our clients, as we operate bigger and more complex escenarios it was common to check on uptime status, security updates and other key metrics to better understand and control their businesses.

At first we did it manually, filling an spreadsheet was the easiest way to get started, but sooner we found out that we didn't have any real time information and we would not be able to respond immediately in case of a crisis. So we take it as a challenge to build a wall dashboard to view our information in real time. Making use of our best coding knowledge we created the mission control dashboard project, available on github https://github.com/AxiaCore/mission-control-dashbo... as an open source project.

It uses docker, python 3.5 and django 1.9. A very nice set of technologies for a very fast and stable dashboard.

Here you can see how it looks on a 40" 4K TV:

From now on we will check in real time the health of all our projects. Office feels like a space station.

If you want to have this monitoring service let us know.


Written by Camilo Nova

CN Camilo Nova Camilo Nova

As the Axiacore CEO, Camilo writes about the intersection of technology, design, and business. With a strategic mindset and a deep understanding of the industry, he is dedicated to helping companies grow.

Newsletter

Subscribe to our newsletter:

Read more

Block IP address with ufw

An easy way to block an IP to access your server will be to use:$ sudo ufw insert 1 deny from XXX.XXX.XXX.XXX to anyThis way ...

· 1 min read.

Build Once. Own Forever.