https://github.com/koushikphy/system-status-checker
A dashboard like webserver built with django to check system status of multiple PC/Workstation/Cluster in a single place.
https://github.com/koushikphy/system-status-checker
dashboard django hpc python python-server system-monitoring webserver workstation
Last synced: 10 months ago
JSON representation
A dashboard like webserver built with django to check system status of multiple PC/Workstation/Cluster in a single place.
- Host: GitHub
- URL: https://github.com/koushikphy/system-status-checker
- Owner: Koushikphy
- Created: 2021-11-06T11:55:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T12:42:08.000Z (over 3 years ago)
- Last Synced: 2025-01-13T20:31:00.689Z (12 months ago)
- Topics: dashboard, django, hpc, python, python-server, system-monitoring, webserver, workstation
- Language: HTML
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System Status Checker
### A dashboard like webserver built with django to check system status of multiple PC/Workstation/Cluster in a single place.
## Get Started:
1. Install Django-3 and clone this repo.
2. Make database migrations and create a superuser.
3. From the admin panel (`/admin/`) add your server, ip address, commands to run etc.
4. A list of predefined commands is already given in the `models.py` and they can be set using server type option.
5. Now go to home (`/home/`) to check the status of the added systems. Use refresh to get latest status.
TODO
1. Make request asynchronous.
2. Continuous update status in chunks.