Skip to content

GNU/Linux Clients CPU, RAM, DISK, Last Login logs Monitoring Project with Rust Backend

License

Notifications You must be signed in to change notification settings

AzizEmir/Client-Computer-Monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone the repo and go to the repo dir

git clone https://github.com/AzizEmir/Client-Computer-Monitoring.git
cd Client-Computer-Monitoring

Start the Project

Backend

cargo run 

Frontend

php -S localhost:8000 -t Front-End/

Set up the clients

Change the IP to the server IP

ClientRequests/post_cpu_ram_disk.sh

...

curl --request POST \
  --url http://192.168.1.100:9827/cpurequest \
  -H 'Content-Type: application/json' \
  -d "$JSON_DATA"

About

GNU/Linux Clients CPU, RAM, DISK, Last Login logs Monitoring Project with Rust Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published