8000 GitHub - hybyun0121/server_monitoring
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hybyun0121/server_monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

server_monitoring

Set your serever at .zshrc

alias open{server_ID_0}='ssh -P {Port number_0} user_ID@server_IP_0'
alias open{server_ID_1}='ssh -P {Port number_1} user_ID@server_IP_1'
alias open{server_ID_2}='ssh -P {Port number_2} user_ID@server_IP_2'

Formats that use alias are examples only. You only need to have ‘ssh’ or less in your .zshrc.

The open{server_ID} is intended to be used like a shorthand.

Requirements

pip install paramiko==3.4.0
pip install rich==13.7.0
pip install python-dotenv==1.0.1 

Run

python server_monitor.py

Enter server password: {Passward}

The password should be the same on all servers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0