PyLot

A web based IDE for writing ETL pipeline in Python and server management.

View the Project on GitHub ryzbaka/PyLot

Welcome to PyLot Documentation

API Documentation

User Account Management

Create User [POST]

Add Server [POST]

Remove Server [POST]

Fetch Servers [POST]

Bash Commands that are required for automated login into remote server

git clone https://github.com/mathewpius19/Server-Health-Monitor-v2.git
cd Server-Health-Monitor-v2
chmod 777 requirements.py
chmod 777 report.py
```password, servername and username will be passed on by our backend```
echo {password}|sudo -S apt install python3-pip
pip3 install psutil
pip3 install requests
python report.py {servername} {username}