Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 373 Bytes

File metadata and controls

7 lines (7 loc) · 373 Bytes

python

This project is to collect system usage (memory/cpu) at client machines and raise alert through mail if crosses a limit and to send these statistics irrescpective . It uses various concepts 1- Networking with paramiko - socket programming 2- smtplib for mail 3- Postgresql for data entry of usage 4- Pycrypto DES encryption for sending client data back to server