当前位置:网站首页>Installing serverstatus probe using pagoda

Installing serverstatus probe using pagoda

2022-06-23 03:07:00 Qwe7

Playing with my hands 4 machine , Two Tencent clouds bought on the double 11 , Two oracle bone clouds . Today, this tutorial will introduce how to do VPS Hanging probe , Let's meet friends with needles . This tutorial is based on Cola boss's ServerStatus-Hotaru project , Let's build a probe with you .

Prepare the material

  1. VPS*2 Table above
  2. domain name * 1

Deploy the server

  • The pagoda is easy to install , The previous article also has steps , Let's just start installing ServerStatus, Run the following one click script directly wget https://raw.githubusercontent.com/cokemine/ServerStatus-Hotaru/master/status.sh # Foreign machine wget https://cokemine.coding.net/p/hotarunet/d/ServerStatus-Hotaru/git/raw/master/ status.sh # Domestic machines
  • start-up ServerStatus Script , Start in server mode bash status.sh s
  • Input 1 Install server
  • Set listening port
  • To configure HTTP service , Input “N” To manually deploy
  • Log in to the pagoda panel , Go to web site , Click add site , Create a new website
  • Enter the domain name to bind , Remember to analyze ,PHP The version is pure static , Click on the submit
  • Add... In the setting SSL Certificate information
  • Get into ssh Enter the command in turn , Change to your own domain name cd /www/wwwroot mv mjj.llxx.cc mjj.llxx.cc_bak ln -s /usr/local/ServerStatus/web mjj.llxx.cc
  • Input again bash status.sh Then input 7 Input again 1 Configure server
  • On the security tab of the pagoda , Release monitoring port If it hasn't been modified, it means 35601

The server is configured , Next, configure the client

Deploy client

  • Run script , Script like wget https://raw.githubusercontent.com/cokemine/ServerStatus-Hotaru/master/status.sh # Foreign machine wget https://cokemine.coding.net/p/hotarunet/d/ServerStatus-Hotaru/git/raw/master/ status.sh # Domestic machines
  • start-up ServerStatus Script , Start in client mode bash status.sh c
  • Input 1 Install client
  • Input... After installation 7 Configure server
  • Just input the website just now

You can also share your probe in the comments section .

author :Lu link :https://llxx.cc/server-status/

原网站

版权声明
本文为[Qwe7]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/01/202201231708046233.html