Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mel-edo/metricly
https://github.com/mel-edo/metricly
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mel-edo/metricly
- Owner: mel-edo
- License: mit
- Created: 2025-01-22T11:47:22.000Z (8 days ago)
- Default Branch: master
- Last Pushed: 2025-01-27T20:04:07.000Z (3 days ago)
- Last Synced: 2025-01-27T21:23:10.220Z (3 days ago)
- Language: HTML
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?