Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mel-edo/metricly


https://github.com/mel-edo/metricly

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Project

## Metricly - A server monitoring tool that provides real-time data on the performance of your servers

## Figure out the answers to the questions at the bottom of this README

### Current

- work around with vite
- adding ip's of server using nmap or manually having them entered in and stored in (file or database)
- convert docker metrics to human readable and display them neatly
- make sidebar with all added servers and then look into charts and stuff

### TODO

#### Documentation

- Write documentation

#### Frontend

- Sidebar with all added servers
- Metrics displayed in real time and human readable
- Whole frontend (dashboard, etc.) (will try to use Material UI and React)
- Charts using Chart.js or D3.js
- notifications for when a server goes down

#### Backend

- Add more metrics
- Adding servers and getting their metrics over local network
- Full database stuff (sqlite3)
- Making Docker Compose file
- implement notifications
- adding ip's of local servers and having them display at the bottom of the sidebar

#### Miscellaneous

- Testing
- Update .env and requirements
- Figure out what to do with package.json and package-lock.json
- ~~Put all __pycache__ files in .gitignore~~

#### Questions

- What is the real world application of this project?
- Why would a company use this project? Should be a situation where they absolutely REQUIRE it
- Where would there be people who have multiple servers that need to be monitored?