What are the Python-based Dashboard options?

I want to create a toolbar on each server to show its performance and the results of daily processing. I am going to connect shell scripts and Python programs to collect data.

Instead of writing a web interface, I thought it would be useful to use a python-based web dashboard that could display the results in various formats of business users and managers.

What are my options? I'm interested in Python RedHat Linux, but other platforms are also interesting.

I am also open to Perl and Ruby based solutions, especially if the plugins can be language based.

+3
source share
1 answer

You tried ZenOSS , it is written in python, and you can extend it with python.

0
source

Source: https://habr.com/ru/post/1743440/


All Articles