ADORSYS-GIS / monitor-mind

MIT License
0 stars 3 forks source link

MonitorMind: Automated System Monitoring Tool

Overview

MonitorMind is an automated system monitoring tool designed to provide real-time insights into various system metrics such as CPU usage, RAM, Swap usage, and system processes. Developed as a Flask web application, MonitorMind utilizes Python's psutil library to gather system data, presenting it in a user-friendly web interface.

Key Features

Installation

git clone https://github.com/ADORSYS-GIS/monitor-mind
cd monitor-mind

Usage

Run the Flask application:

python3 app.py

-- or --

flask run

Navigate to the provided local server address in your web browser to view the monitoring dashboard.

System Monitoring tools Detail Documentation

Check out this Document smtdoc

System Data Retrieval

MonitorMind uses the psutil library to retrieve system data:

Contributing

We welcome contributions to MonitorMind. Please read our contributing guidelines before submitting pull requests.

Acknowledgements

Special thanks to all the contributors and students involved in this project for their hard work and dedication.

License

This project is licensed under the MIT License.