Skip to content

ooopiz/shellCtrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellCtrl

概念圖

flowchart TD
    A[Server Center Control] --> B{ssh remote command}
    B --> C(Server 1) & D(Server 1) & E(Server 1)
    C & D & E -.http get script.-> A
Loading

說明

當管理多台服務器時,挑選一台做為控制中心,利用這台控制中心對其他Server進行控制.

遇到比較複雜的腳本時,採用http request的方式來讓remote server取得並執行腳本內容.

目錄說明
  • ctrlCenter 放置要對remote server執行的命令
  • iptables 防火牆設置集中管理
  • monitor 監控伺服器負載
使用說明

# cp ctrlCenter/config.example ctrlCenter/config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages