Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.69 KB

README.md

File metadata and controls

63 lines (50 loc) · 1.69 KB

To install monitoring enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/monitoring/monitor.sh)
When need a custom OWNER or HOSTNAME on dashboards:
export OWNER=new_custom_owner
export HOSTNAME=new_custom_nodename

After install general monitoring:

To install substate monitoring enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/monitoring/monitor_add_substrate.sh)

To install cosmos monitoring enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/monitoring/monitor_add_cosmos.sh)

To install main tools enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/main.sh)

To install go enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/go.sh)

To install rust enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/rust.sh)

To install docker & docker-compose enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/docker.sh)

To install nvm,yarn,npm enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/node.sh)

To install firewall ufw enter command:

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/ufw.sh)

To install 3proxy to server enter command(IP:53129:user:P@ssv0rd):

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/3proxy.sh)

To install Caddy to server enter command(for cosmos ports):

bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/tools/main/caddy.sh)