A dashboard like webserver built with django to check system status of multiple PC/Workstation/Cluster in a single place.
- Install Django-3 and clone this repo.
- Make database migrations and create a superuser.
- From the admin panel (
/admin/
) add your server, ip address, commands to run etc. - A list of predefined commands is already given in the
models.py
and they can be set using server type option. - Now go to home (
/home/
) to check the status of the added systems. Use refresh to get latest status.
TODO
- Make request asynchronous.
- Continuous update status in chunks.