Project Description
The purpose of this project is to monitor the state of the virtualization team's machines in the server room. As the team has limited resources of test machines, and there will always be test machine faults during the execution of testing tasks. Such as memory, hard disk damage or network issues, which will directly affect our executing progress of the project. Therefore, in order to detect machine faults automatically and repair them timely, it is necessary to provide a web based visual interface to facilitate real-time monitoring of the machines within the list. And also list the basic information and state of its hardware as much as possible.
I plan to develop the whole system by using Python based technology. The required tools and components include web framework "Flask", WebUI framework "Bootstrap", monitoring system module "Psutil", and dynamic visualization chart module "Pyecharts".
Goal for this Hackweek
- Figure out a solution for machines monitoring
- Familiar with the usage of tools (bootstrap, flask, psutil, pyecharts)
- Use the tools to create a main page
Resources
- https://getbootstrap.com/docs/5.0/getting-started/introduction/
- https://pythonhosted.org/Flask-Bootstrap/
- https://pythonhosted.org/psutil/
- http://pyecharts.org/#/zh-cn/web_flask
- https://v4.bootcss.com
No Hackers yet
This project is part of:
Hack Week 20
Comments
Be the first to comment!
Similar Projects
Bring to Cockpit + System Roles capabilities from YAST by miguelpc
Bring to Cockpit + System Roles features from YAST
Cockpit and System Roles have been added to SLES 16 There are several capabilities in YAST that are not yet present in Cockpit and System Roles We will follow the principle of "automate first, UI later" being System Roles the automation component and Cockpit the UI one.
Goals
The idea is to implement service configuration in System Roles and then add an UI to manage these in Cockpit. For some capabilities it will be required to have an specific Cockpit Module as they will interact with a reasource already configured.
Resources
A plan on capabilities missing and suggested implementation is available here: https://docs.google.com/spreadsheets/d/1ZhX-Ip9MKJNeKSYV3bSZG4Qc5giuY7XSV0U61Ecu9lo/edit
Linux System Roles: https://linux-system-roles.github.io/
